|
![]() |
|
| Author |
|
|||||||
|
euphoria
Posts: 1013
Location: Gold Coast, Queensland
|
I'm a complete noob when it comes to all things linux and am struggling through the joys of setting up dual monitors in the latest version of Kubuntu (8.10 with KDE 4.1). I've been trying things from various forums for hours and so am now hoping qgl can come to the rescue again! I'm running an ATI X1900XT and have successfully installed the latest Catalyst drivers from ATI, including the Catalyst Control Center app. I've got two independent displays configured, but I can't get them to display the correct resolution. I need the first display to be 1680x1050 and the second display to be 1280x1024, but specifying those resolutions in the xorg.conf file hasn't worked. Both monitors end up at 1024x768. :( If anyone is running a similar configuration, could you please post the monitor and screen sections of your xorg.conf file? Or point me in the right direction to get this working? I've seen a few posts online stating massive problems with ATI and dual monitors in Kubuntu - but they seem dated so I'm assuming the problem has been resolved with the latest Catalyst drivers (the release notes seem to suggest this). Thanks for any help. Here's my xorg.conf file: Section "ServerLayout" Identifier "aticonfig Layout" Screen "aticonfig-Screen[0]" 0 0 Screen "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]" Option "Xinerama" "on" EndSection Section "Files" EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Dell 2005FPW" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[1]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Dell 17inch" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "DesktopSetup" "horizontal" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[1]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[1]" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[1]" Device "aticonfig-Device[1]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection |
|||||||
| #0 10:38am 13/02/09 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
ccl
Posts: 199
Location: Sydney, New South Wales
|
Here's mine:
Section "ServerLayout"I have two monitors running of a radeon9600xt. They end up sharing the same desktop space, i.e. not completely independent. I use the open source drivers. It is not Ubuntu, but it shouldn't matter a whole lot. From memory, the key part to take note of was the "virtual" parts. The virtual desktop is the max size of each monitor res combined. My current setup is for both at 1280x1024, but prior to that I had one at 1024x768. There is a bunch of random stuff in there of which I know nothing about, but hopefully it is useful to you. i.e. Note some parts are commented by #. If you are having trouble, a command to learn about is xrandr. This can change things on the fly. last edited by ccl at 12:50:18 13/Feb/09 |
|||||||
| #1 12:50pm 13/02/09 |
|
|||||||
|
Nathan
Posts: 3084
Location: Canberra, Australian Capital Territory
|
I've not tried with ATI, but with nvidia you can do this kind of configuration just with GUI now |
|||||||
| #2 02:01pm 13/02/09 |
|
|||||||
|
euphoria
Posts: 1014
Location: Gold Coast, Queensland
|
Thanks ccl.
Nathan, I've seen posts where guys have specifically gone and bought nvidia cards after giving up with ati. |
|||||||
| #3 02:44pm 13/02/09 |
|
|||||||
|
Nathan
Posts: 3085
Location: Canberra, Australian Capital Territory
|
euphoria; Yeh, I've specifically avoided buying ATI for that reason. I happened to have nvidia when I first went linux fulltime, and have avoided ATI ever since |
|||||||
| #4 02:50pm 13/02/09 |
|
|||||||
|
system
|
--
|
|||||||
| #4 |
|
|||||||
|
| ||||||||