I installed xf86-video-ati-6.6.191, but wasn't able to get dual-head to work (the second monitor doesn't turn on). My configuration: ATI X800XT, Fedora core 6, kernel 2.6.20-1.2933.fc6, Xorg 7.1.1. I can attach the Xorg log if you want. Thanks! -------------------------------------------------- xorg.conf: Section "ServerLayout" Identifier "MergedFB" Screen "Screen0 Merged" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/fonts/default/Type1" EndSection Section "Module" Load "dbe" Load "fbdevhw" Load "record" Load "freetype" Load "type1" Load "dri" Load "glx" Load "extmod" EndSection Section "ServerFlags" Option "DefaultServerLayout" "MergedFB" # Option "DefaultServerLayout" "Single" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" Identifier "LCD display" VendorName "LCD" ModelName "LCD Panel" Option "dpms" EndSection Section "Device" Identifier "Videocard0 Merged" Driver "radeon" Option "UseInternalAGPGART" "no" VendorName "Videocard vendor" BoardName "ATI Radeon Mobility 7500" Option "MergedFB" "true" # Option "MonitorLayout" "TMDS,TDMS" Option "MergedDPI" "100 100" Option "CRT2Position" "RightOf" Option "DesktopSetup" "horizontal" Option "MergedNonRectangular" "true" Option "VideoOverlay" "on" EndSection Section "Screen" Identifier "Screen0 Merged" Device "Videocard0 Merged" Monitor "LCD display" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection
Dual DVI is not supported if the bios does not initialize the external TMDS chip. There is currently no working code to initialize those chips. Most r3xx and r4xx dual DVI boards fall into this category.
(In reply to comment #0) > I can attach the Xorg log if you want. Please do, but please really attach it instead of pasting it.
Duplicate of bug 8090, please put any attachments over there. *** This bug has been marked as a duplicate of bug 8090 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.