Section "Module" Load "evdev" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "x2017" EndSection Section "InputDevice" Identifier "Trackpoint" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/by-path/platform-i8042-serio-1-mouse" Option "EmulateWheel" "on" Option "EmulateWheelButton" "2" Option "XAxisMapping" "6 7" Option "YAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Other Mice" Driver "mouse" Option "Device" "/dev/input/mice" EndSection Section "Device" Identifier "Graphics Card" # Driver "intel" # Option "AccelMethod" "UXA" # Option "Tiling" "true" EndSection Section "Monitor" Identifier "13Inch" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Graphics Card" Monitor "13Inch" SubSection "Display" Depth 24 Virtual 2048 2048 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Keyboard" InputDevice "Trackpoint" InputDevice "Other Mice" EndSection Section "ServerFlags" Option "DontZap" "yes" Option "DontVTSwitch" "false" EndSection