Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerFlags"
- Option "Xinerama" "true"
- EndSection
- #Section "DRI"
- # Mode 0666
- #EndSection
- Section "Files"
- ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/usr/local/lib/X11/fonts/misc/"
- FontPath "/usr/local/lib/X11/fonts/TTF/"
- FontPath "/usr/local/lib/X11/fonts/OTF"
- FontPath "/usr/local/lib/X11/fonts/Type1/"
- FontPath "/usr/local/lib/X11/fonts/100dpi/"
- FontPath "/usr/local/lib/X11/fonts/75dpi/"
- FontPath "/usr/local/lib/X11/fonts/dejavu/"
- EndSection
- Section "Module"
- Load "dbe"
- Load "record"
- # Load "dri2"
- # Load "dri"
- Load "glx"
- Load "extmod"
- Load "freetype"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/sysmouse"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "DELL"
- ModelName "DELL P190S"
- HorizSync 30.0 - 81.0
- VertRefresh 56.0 - 76.0
- # Option "DPMS"
- EndSection
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "DELL"
- ModelName "DELL P190S"
- HorizSync 30.0 - 81.0
- VertRefresh 56.0 - 76.0
- # Option "DPMS"
- EndSection
- Section "Monitor"
- Identifier "Monitor2"
- VendorName "DELL"
- ModelName "DELL P190S"
- HorizSync 30.0 - 81.0
- VertRefresh 56.0 - 76.0
- # Option "DPMS"
- EndSection
- Section "Monitor"
- Identifier "Monitor3"
- VendorName "DELL"
- ModelName "DELL P190S"
- HorizSync 30.0 - 81.0
- VertRefresh 56.0 - 76.0
- # Option "DPMS"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "ati"
- BusID "PCI:1:0:0"
- screen 0
- EndSection
- Section "Device"
- Identifier "Card1"
- Driver "ati"
- BusID "PCI:1:0:0"
- screen 1
- EndSection
- Section "Device"
- Identifier "Card2"
- Driver "ati"
- BusID "PCI:2:0:0"
- EndSection
- Section "Device"
- Identifier "Card3"
- Driver "ati"
- BusID "PCI:2:0:0"
- screen 2
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Modes "1280x1024"
- Virtual 1280 1024
- Depth 24
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen1"
- Device "Card1"
- Monitor "Monitor1"
- SubSection "Display"
- Viewport 0 0
- Modes "1280x1024"
- Virtual 1280 1024
- Depth 24
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen2"
- Device "Card2"
- Monitor "Monitor2"
- SubSection "Display"
- Viewport 0 0
- Modes "1280x1024"
- Virtual 1280 1024
- Depth 24
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen3"
- Device "Card3"
- Monitor "Monitor3"
- SubSection "Display"
- Viewport 0 0
- Modes "1280x1024"
- Virtual 1280 1024
- Depth 24
- EndSubSection
- EndSection
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- Screen 1 "Screen1" RightOf "Screen0"
- Screen 2 "Screen2" Above "Screen0"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- Option "XkbOptions" "terminate:ctl_alt_bksp"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment