# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "Synaptics" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" # Option "Emulate3Buttons" "yes" # Disable the Synaptics so my thumb-palm doesn't keep messing with it. Option "SHMConfig" "on" Option "FingerHigh" "255" Option "TouchpadOff" "1" EndSection Section "Monitor" Identifier "Monitor0" ModelName "LCD Panel 1280x800" HorizSync 31.5 - 50.0 VertRefresh 56.0 - 65.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "intel" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 # To get monitors top/bottom # Virtual 2048 2048 # To get monitors left/right, but with disabled 3D Virtual 2560 2048 EndSubSection EndSection