Dual monitors and extended desktop on ATI
Hey, I'm running an ATI 9800 pro and have been attempting to modify my xorg.conf in order to get dual monitors off the same card and get extended desktop.
Thus far i've succeeded in extended desktop, but the second monitor merely is a distorted version of the 1st except when i move the mouse over to it, where the mouse is a block i can use on the monitor.
Im running the most up to date ATI drivers. Only postin the important stuff.
Section "Device"
Identifier "SVGA"
Driver "fglrx"
BusID "PCI:1:0:0"
VendorName "ATI"
Screen 1
EndSection
Section "Device"
Identifier "DVI"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Monitor"
Identifier "Main"
HorizSync 30-121
VertRefresh 50-161
Option "SyncOnGreen"
Option "dpms"
EndSection
Section "Monitor"
Identifier "Secondary"
HorizSync 31.5-54
VertRefresh 56-85
Option "SyncOnGreen"
Option "dpms"
EndSection
Section "Screen"
Identifier "Screen0"
Device "SVGA"
Monitor "Main"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "DVI"
Monitor "Secondary"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "dedual"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "true"
EndSection
Section "ServerLayout"
Identifier "Dual"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "false"
EndSection
Section "DRI"
Mode 0666
EndSection
|