Bug 10433 - xf86-video-ati-6.6.191 dual head problem with X800XT
Summary: xf86-video-ati-6.6.191 dual head problem with X800XT
Status: RESOLVED DUPLICATE of bug 8090
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.1 (2006.05)
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 13:43 UTC by Tong Li
Modified: 2007-08-09 02:50 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Tong Li 2007-03-27 13:43:43 UTC
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
Comment 1 Alex Deucher 2007-03-27 13:54:29 UTC
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.
Comment 2 Michel Dänzer 2007-06-09 03:55:16 UTC
(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.
Comment 3 Timo Jyrinki 2007-08-09 02:50:40 UTC
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.