Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device0"
Screen 0
EndSection
Section "Device"
Identifier "Configured Video Device1"
Screen 1
EndSection
Section "Monitor"
Identifier "LAPTOP"
EndSection
Section "Monitor"
Identifier "LCD"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "LAPTOP"
Device "Configured Video Device0"
SubSection "Display"
Depth 24
Virtual 1280 800
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Monitor "LCD"
Device "Configured Video Device1"
SubSection "Display"
Depth 24
Virtual 1024 768
EndSubSection
EndSection
Section "ServerLayout"
Identifier "xinerama-multi"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "Off"
EndSection