Section "ServerFlags" # Option "DefaultServerLayout" "Seat0" Option "AllowMouseOpenFail" "true" # Option "AutoAddDevices" "false" EndSection Section "ServerLayout" Identifier "Seat0" Screen 0 "Screen0" 0 0 # InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "Mouse0" "CorePointer" EndSection Section "ServerLayout" Identifier "Seat1" Screen 1 "Screen1" 0 0 # InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "Mouse1" "CorePointer" EndSection Section "Device" Identifier "GPU0" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "GPU1" Driver "ati" BusID "PCI:2:0:0" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "GPU0" Monitor "Monitor0" EndSection Section "Screen" Identifier "Screen1" Device "GPU1" Monitor "Monitor1" EndSection #Section "InputDevice" # Driver "evdev" # Option "Device" "/dev/input/event4" # Identifier "Keyboard0" # Option "XkbModel" "evdev" # Option "XkbLayout" "uk" # Option "CoreKeyboard" #EndSection #Section "InputDevice" # Driver "evdev" # Option "Device" "/dev/input/event2" # Identifier "Keyboard1" # Option "XkbModel" "evdev" # Option "XkbLayout" "uk" # Option "CoreKeyboard" #EndSection #Section "InputDevice" # Identifier "Mouse0" # Driver "evdev" # Option "Device" "/dev/input/mouse2" #EndSection #Section "InputDevice" # Identifier "Mouse1" # Driver "evdev" # Option "Device" "/dev/input/mouse0" #EndSection