ATI Radeon dual head problem with Xorg-7.3.1
Richard Jones
xorg at jonze.com
Thu Nov 15 05:49:04 PST 2007
Hi,
I've just upgraded from Xorg-6.9 to Xorg-7.3.1 and my dual head
configuration no longer works.
I've tried a variety of settings from man 4 radeon all of which have the
same effect - a cloned dual head.
Can anyone help? Attached is my old working config.
Cheers,
Richard
--
Richard Jones
MSN: msn.co.uk at jonze.com
Y!M: rwkjones
http://www.jonze.com
-------------- next part --------------
# /etc/xorg.conf - 2006-09-29
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0" 0 0
Screen "Screen0" LeftOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
# DisplaySize 406 240
Identifier "Monitor0"
VendorName "NEC"
ModelName "NEC MultiSync LCD 195VXM+"
HorizSync 31.5 - 81.1
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
# DisplaySize 406 240
Identifier "Monitor1"
VendorName "NEC"
ModelName "NEC MultiSync LCD 195VXM+"
HorizSync 31.5 - 81.1
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV370 5B64 [FireGL V3100 (PCIE)]"
# BusID "PCI:5:0:0"
Option "MergedFB" "True"
Option "EnablePageFlip" "True"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
Option "MergedXineramaCRTIsScreen0" "True"
Option "CRT2Position" "RightOf"
EndSection
Section "Device"
Identifier "Card1"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV370 5B64 [FireGL V3100 (PCIE)]"
# BusID "PCI:5:0:1"
Option "MergedFB" "True"
Option "EnablePageFlip" "True"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
Option "MergedXineramaCRTIsScreen1" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
More information about the xorg
mailing list