# xorg 7.2+ config file, fbdev # default keyboard Section "InputDevice" Driver "kbd" Identifier "Keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection # default mouse Section "InputDevice" Driver "mouse" Identifier "Mouse" Option "Device" "/dev/input/mice" EndSection # pointing device sending absolute x/y coordinates, # works much better with evdev driver. Section "InputDevice" Driver "evdev" Identifier "AbsPtr" Option "SendCoreEvents" "true" Option "evBits" "+1 +3" # ev_key, ev_abs Option "keyBits" "~256-287" # btn_* Option "absBits" "+0 +1" # abs_x, abs_y EndSection Section "Screen" Device "fbdev" Identifier "fbdev" EndSection Section "Device" Driver "fbdev" Identifier "fbdev" EndSection Section "ServerLayout" Identifier "default" Screen "fbdev" InputDevice "Keyboard" "CoreKeyboard" InputDevice "Mouse" "CorePointer" InputDevice "AbsPtr" EndSection