Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerFlags"
- Option "DefaultServerLayout" "DualHead"
- Option "Xinerama" "0"
- Option "AllowEmptyInput" "1"
- Option "AutoEnableDevices" "1"
- Option "AutoAddDevices" "1"
- EndSection
- Section "ServerLayout"
- Identifier "DualHead"
- Screen 0 "Screen0" 1600 0
- Screen 1 "Screen1" LeftOf "Screen0"
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Mouse0" "CorePointer"
- EndSection
- Section "ServerLayout"
- Identifier "HTPC"
- Screen 2 "Screen2" 0 0
- InputDevice "Keyboard1" "CoreKeyboard"
- InputDevice "Mouse1" "CorePointer"
- EndSection
- Section "Files"
- EndSection
- Section "Module"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mouse2"
- Option "Emulate3Buttons" "no"
- Option "GrabDevice" "on"
- Option "ZAxisMapping" "4 5"
- EndSection
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mouse1"
- Option "Emulate3Buttons" "no"
- Option "GrabDevice" "on"
- Option "ZAxisMapping" "4 5"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "evdev"
- Option "Phys" "isa0060/serio0/input0"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "evdev"
- Option "Device" "/dev/input/by-id/usb-04d9_1400-event-kbd"
- Option "Phys" "usb-0000:00:1a.2-1/input0"
- EndSection
- Section "Monitor"
- # HorizSync source: edid, VertRefresh source: edid
- Identifier "Monitor0"
- VendorName "Unknown"
- ModelName "hp L2035"
- HorizSync 30.0 - 76.0
- VertRefresh 48.0 - 85.0
- Option "DPMS"
- EndSection
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "Unknown"
- ModelName "Gateway HX2000"
- HorizSync 31.0 - 83.0
- VertRefresh 56.0 - 76.0
- EndSection
- Section "Monitor"
- Identifier "Monitor2"
- VendorName "Unknown"
- ModelName "BBY TV"
- HorizSync 15.0 - 68.0
- VertRefresh 58.0 - 62.0
- EndSection
- Section "Device"
- Identifier "Device0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce GT 430"
- BusID "PCI:1:0:0"
- Screen 0
- EndSection
- Section "Device"
- Identifier "Device1"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce GT 430"
- BusID "PCI:1:0:0"
- Screen 1
- EndSection
- Section "Device"
- Identifier "Device2"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce GT 430"
- BusID "PCI:6:0:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "NoLogo" "True"
- Option "Coolbits" "5"
- # Option "DoubleBuffer" "True"
- Option "TripleBuffer" "True"
- Option "TwinView" "0"
- Option "TwinViewXineramaInfoOrder" "CRT-0"
- Option "metamodes" "nvidia-auto-select +0+0"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen1"
- Device "Device1"
- Monitor "Monitor1"
- DefaultDepth 24
- Option "TwinViewXineramaInfoOrder" "CRT-1"
- Option "TwinView" "0"
- Option "metamodes" "nvidia-auto-select +0+0"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen2"
- Device "Device2"
- Monitor "Monitor2"
- DefaultDepth 24
- Option "TwinView" "0"
- Option "metamodes" "nvidia-auto-select +0+0"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement