All pastes #1888619 Raw Edit

Stuff

public text v1 · immutable
#1888619 ·published 2010-06-22 17:16 UTC
rendered paste body
Section "Monitor"
    Identifier     "DVI-1"
    #Option         "PreferredMode" "1280x1024_60.00"
EndSection

Section "Monitor"
    Identifier     "VGA-1"
    #Option         "PreferredMode" "1280x1024_60.00"
    Option         "Above" "DVI-1"
EndSection

Section "Monitor"
    Identifier     "TV-1"
    Option         "Ignore" "true"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nouveau"
    #VendorName     "NVIDIA Corporation"
    #BoardName      "GeForce4 MX 4000"
    BusID          "PCI:3:12:0"
    Option         "Monitor-DVI-I-1" "DVI-1"
    Option         "Monitor-VGA-1" "VGA-1"
    Option         "Monitor-TV" "TV-1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    DefaultDepth    24
    SubSection     "Display"
        Depth   24
	Virtual 2048 2048
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    Option         "AIGLX" "false"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "ServerFlags"
    Option "AutoAddDevices"      "False"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules" "xorg"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier      "Mouse0"
    Driver          "mouse"
    Option          "Device"                "/dev/input/mice"
    Option          "SendCoreEvents"        "true"
    Option          "Protocol"              "IMPS/2"
    Option          "ZAxisMapping"          "4 5"
    Option          "Buttons"               "5"
EndSection