All pastes #2089366 Raw Edit

Anonymous

public text v1 · immutable
#2089366 ·published 2011-10-12 11:58 UTC
rendered paste body
Section "ServerLayout"
        Identifier      "X.org Configured"
        Screen 0        "Screen0" 0 0
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        Option          "Primary" "True"
        Option          "PreferredMode" "1920x1200"
EndSection

Section "Monitor"
        Identifier      "Monitor1"
        Option          "RightOf" "Monitor0"
        Option          "Primary" "False"
        Option          "PreferredMode" "1920x1200"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "nouveau"
        Option          "Monitor-DVI-I-1" "Monitor0"
        Option          "Monitor-DVI-I-2" "Monitor1"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1920x1200"
                Virtual         3840 1200
        EndSubSection
EndSection