Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "catalogue:/etc/X11/fontpath.d"
- FontPath "built-ins"
- EndSection
- Section "Module"
- Load "record"
- Load "dbe"
- Load "dri"
- Load "glx"
- Load "dri2"
- Load "extmod"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "VGA"
- Option "PreferredMode" "1024x768"
- EndSection
- Section "Monitor"
- Identifier "LVDS"
- Option "Ignore" "true"
- EndSection
- Section "Monitor"
- Identifier "VGA2"
- Option "PreferredMode" "1024x768"
- EndSection
- Section "Monitor"
- Identifier "LVDS2"
- Option "Ignore" "true"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "intel"
- Option "monitor-VGA1" "VGA"
- Option "monitor-LVDS1" "LVDS"
- BusID "PCI:0:2:0"
- EndSection
- Section "Device"
- Identifier "Card1"
- Driver "intel"
- Option "monitor-VGA2" "VGA2"
- Option "monitor-LVDS2" "LVDS2"
- BusID "PCI:0:2:1"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "VGA"
- SubSection "Display"
- Viewport 0 0
- Depth 16
- Modes "1024x768"
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment