[buug] dual headed X

johnd john at jjdev.com
Wed Aug 18 17:38:03 PDT 2004


Anyone ever get a nVidia Corporation NV17GL [Quadro4 200/400 NVS] to
work with X using two monitors?

I have this in my xorg.conf file

Section "Screen"
    Identifier  "Screen0"
    Device      "nvidia"
    Monitor     "vs"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Section "Screen"
    Identifier  "Screen1"
    Device      "nvidia"
    Monitor     "hp"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

and this:


Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection




More information about the buug mailing list