[xorg-bugzilla-noise] [Bug 561] New: Multihead Without Xinerama

bugzilla-daemon at pdx.freedesktop.org bugzilla-daemon at pdx.freedesktop.org
Tue Apr 27 09:08:27 EST 2004


http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=561

           Summary: Multihead Without Xinerama
           Product: xorg
           Version: 6.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Server/general
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: jmk at kaufman.eden-prairie.mn.us


It appears to not work. I have a Matrox G400 AGP and an S3 Inc. ViRGE/DX PCI
card in my system, each connected to a CRT monitor. This snippet from XF86Config
worked under XFree86, but not under xorg:

Section "ServerLayout"

        Identifier     "Multihead layout"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option      "Xinerama" "off"
        Option      "Clone" "on"
EndSection

System just sits there and never displays anything. Using Xinerama works:

Section "ServerLayout"

        Identifier     "Multihead layout"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option      "Xinerama" "on"
        Option      "Clone" "off"
EndSection



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the xorg-bugzilla-noise mailing list