# xorg 7.2+ config file, using ... # - fbdev for the screen # - evdev for the mouse # keyboard Section "InputDevice" Driver "kbd" Identifier "Keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection # mouse, using evdev Section "InputDevice" Driver "evdev" Identifier "Mouse" Option "evBits" "+1 ~2-3" # ev_key && (ev_rel || ev_abs) Option "keyBits" "~256-287" # btn_* 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" EndSection