All pastes #427419 Raw Copy code Copy link Edit

Unnamed

public unlisted text v1 · immutable
#427419 ·published 2007-04-06 19:36 UTC
rendered paste body
Section "ServerLayout"
    Option "Xinerama" "on"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
    FontPath        "unix/:7100"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/CID"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "int10"
    Load           "dbe"
    Load           "ddc"
    #Load          "dri"
    Load           "drm"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "es"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "false"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Flatron"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "IBM"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Nvidia0"
    Driver         "nv"
    VendorName  "nVidia Corporation"
    BoardName   "GeForce 6200 LE"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
                Identifier  "Nvidia1"
                Driver      "nv"
                VendorName  "nVidia Corporation"
                BoardName   "NV18 [GeForce4 MX 440 AGP 8x]"
                BusID       "PCI:5:0:0"
EndSection


Section "Screen"
    Identifier     "Screen0"
    Device         "Nvidia0"
    Monitor        "Flatron"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Nvidia1"
    Monitor        "IBM"

    DefaultDepth 24

                SubSection "Display"
                                Depth     24
                                Modes      "1024x768"
                EndSubSection
EndSection