[Bug 10433] New: xf86-video-ati-6.6.191 dual head problem with X800XT

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 27 14:43:49 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=10433

           Summary: xf86-video-ati-6.6.191 dual head problem with X800XT
           Product: xorg
           Version: 7.1
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: tong.n.li at intel.com
         QAContact: xorg-team at lists.x.org


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


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-driver-ati mailing list