Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1374        
   
           Summary: No Xinerama possible with the 2 outputs of ATI Radeon
                    9600
           Product: DRI
           Version: DRI CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I use the latest snapshot of common and radeon and XFree86 from dri.sf.net 
I configured my X to do Xinerama, but I only get "clone"-mode. 
 
Here's my XF86Config-4: 
 
(Ignore the fact that the identifiers are called Matrox) 
 
------------------------------------------------------------------- 
Section "ServerLayout" 
        Identifier     "2x1600x1200" 
 
        Screen  "Display 1" LeftOf "Display 2" 
        Screen  "Display 2" 
 
        InputDevice    "Generic Keyboard" 
        InputDevice    "Configured Mouse" 
        Option         "Xinerama" "On" 
EndSection 
 
Section "Files" 
    FontPath    "unix/:7110" 
 
    FontPath    "/usr/local/share/fonts/ttfonts" 
    FontPath    "/usr/local/share/fonts/type1" 
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi" 
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi" 
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo" 
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1" 
    FontPath    "/usr/X11R6/lib/X11/fonts/misc" 
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" 
    FontPath    "/usr/share/fonts/afms" 
    FontPath    "/usr/share/fonts/override" 
    FontPath    "/usr/share/fonts/truetype" 
    FontPath    "/usr/share/fonts/type1/gsfonts" 
    FontPath    "/usr/share/fonts/type1/xfree86-nonfree" 
    FontPath    "/usr/share/fonts/truetype/freefont" 
    FontPath    "/usr/share/fonts/truetype/kochi" 
    FontPath    "/usr/share/fonts/truetype/openoffice" 
    FontPath    "/usr/share/fonts/truetype/ttf-bitstream-vera" 
    FontPath    "/usr/share/fonts/truetype/xfree86-nonfree" 
    FontPath    "/usr/local/share/fonts" 
    FontPath    "/usr/share/fonts" 
    FontPath    "/usr/X11R6/lib/X11/fonts" 
EndSection 
 
Section "Module" 
        Load  "dbe" 
        Load  "extmod" 
        Load  "type1" 
        Load  "freetype" 
#       Load  "glx" 
#       Load  "dri" 
#       Load  "v4l" 
#       Load  "GLcore" 
EndSection 
 
Section "InputDevice" 
        Identifier  "Generic Keyboard" 
        Driver      "keyboard" 
        Option      "CoreKeyboard" 
        Option      "XkbRules" "xfree86" 
        Option      "XkbModel" "pc105" 
        Option      "XkbLayout" "gb" 
EndSection 
 
Section "InputDevice" 
        Identifier  "Configured Mouse" 
        Driver      "mouse" 
        Option      "CorePointer" 
        Option      "Device" "/dev/input/mice" 
        Option      "Protocol" "ImPS/2" 
        Option      "Buttons" "7" 
        Option      "ZAxisMapping" "4 5" 
        Option      "Emulate3Buttons" "false" 
EndSection 
 
# Mittlerer Monitor 
Section "Monitor" 
        Identifier   "Display 1" 
        HorizSync    30.0 - 107.0 
        VertRefresh  50.0 - 160.0 
EndSection 
 
# Rechter Monitor 
Section "Monitor" 
        Identifier   "Display 2" 
        HorizSync    30.0 - 107.0 
        VertRefresh  50.0 - 70.0 
        Modeline     "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 
1250 +hsync +vsync 
#       Modeline     "1600x1200" 137.97 1600 1632 2152 2184 1200 1225 1235 
1261 
EndSection 
 
# Mitte 
Section "Device" 
        Identifier  "MATROX CARD 1" 
        VendorName  "Matrox" 
        Driver      "radeon" 
 
#       Option      "hw cursor" "off" 
        BusID       "PCI:1:0:1" 
        Screen      1 
#       Option      "AGPMode"     "4" 
EndSection 
 
# Rechts 
Section "Device" 
        Identifier  "MATROX CARD 2" 
        VendorName  "Matrox" 
        Driver      "radeon" 
 
#       Option      "hw cursor" "off" 
        BusID       "PCI:1:0:0" 
        Screen      0 
#       Option      "AGPMode"     "4" 
EndSection 
 
# Mitte 
Section "Screen" 
        Identifier "Display 1" 
        Device     "MATROX CARD 1" 
        Monitor    "Display 1" 
        DefaultDepth     16 
        option "ignoreEDID" "1" 
        SubSection "Display" 
                Depth     8 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
        SubSection "Display" 
                Depth     16 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
        SubSection "Display" 
                Depth     24 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
        SubSection "Display" 
                Depth     32 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
EndSection 
 
# Rechts 
Section "Screen" 
        Identifier "Display 2" 
        Device     "MATROX CARD 2" 
        Monitor    "Display 2" 
        DefaultDepth     16 
        option "ignoreEDID" "1" 
        SubSection "Display" 
                Depth     8 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
        SubSection "Display" 
                Depth     16 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
        SubSection "Display" 
                Depth     24 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
        SubSection "Display" 
                Depth     32 
                Modes    "1600x1200" "640x480" 
        EndSubSection 
EndSection 
 
 
Section "DRI" 
        Mode         0666 
EndSection 
------------------------------------------------------------------- 
 
Actually I have another card (PCI) installed and I get Xinerama between those 
cards, but the 2 outputs from the radeon 9600 are still cloned.        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to