Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerFlags"
- Option "AutoAddDevices" "false"
- Option "AutoEnableDevices" "false"
- Option "AllowMouseOpenFail" "on"
- Option "AllowEmptyInput" "on"
- Option "ZapWarning" "on"
- Option "HandleSpecialKeys" "off" # Zapping on
- Option "DRI2" "on"
- Option "Xinerama" "off"
- EndSection
- Section "ServerLayout"
- Identifier "Seat0"
- Screen 0 "Screen0" 0 0
- Screen 1 "Screen1" RightOf "Screen0"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- Option "Clone" "off"
- Option "AutoAddDevices" "off"
- Option "DisableModInDev" "true"
- EndSection
- #Section "ServerLayout"
- # Identifier "Seat1"
- # Screen "Screen1" 0 0
- # InputDevice "Mouse1" "CorePointer"
- # InputDevice "Keyboard1" "CoreKeyboard"
- # Option "Clone" "off"
- # Option "AutoAddDevices" "off"
- # Option "DisableModInDev" "true"
- #EndSection
- Section "Files"
- ModulePath "/usr/lib64/X11/modules"
- FontPath "catalogue:/etc/X11/fontpath.d"
- EndSection
- Section "Module"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "evdev"
- Option "Device" "/dev/input/event0"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "evdev"
- Option "Device" "/dev/input/event6"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "evdev"
- Option "Device" "/dev/input/event15"
- EndSection
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "evdev"
- Option "Device" "/dev/input/event8"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- #DisplaySize 64 36
- EndSection
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- #DisplaySize 64 36
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
- ### <percent>: "<f>%"
- ### [arg]: arg optional
- #Option "SWcursor" # [<bool>]
- #Option "kmsdev" # <str>
- #Option "ShadowFB" # [<bool>]
- Identifier "Card0"
- Driver "intel"
- BusID "PCI:0:2:0"
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
- ### <percent>: "<f>%"
- ### [arg]: arg optional
- #Option "SWcursor" # [<bool>]
- #Option "kmsdev" # <str>
- #Option "ShadowFB" # [<bool>]
- Identifier "Card1"
- Driver "intel"
- BusID "PCI:0:2:1"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- #Option "DPI" "100x100"
- SubSection "Display"
- Modes "1366x768"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen1"
- Device "Card1"
- Monitor "Monitor1"
- #Option "DPI" "100x100"
- SubSection "Display"
- Modes "1920x1080"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement