# Example of input device setup with D800 # ... # D-800 built-in keyboard Section "InputDevice" Identifier "BuiltInKeyboard" Driver "Keyboard" Option "XkbModel" "pc104" EndSection # The laptop pointer/pad Section "InputDevice" Identifier "DualPtMouse" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" EndSection # My Kensington PocketMouse Pro USB Mouse (Model 72116) Section "InputDevice" Identifier "USBmouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection # ... Section "ServerLayout" Identifier "DefaultLayout" Screen "DefaultScreen" InputDevice "BuiltInKeyboard" "CoreKeyboard" InputDevice "DualPtMouse" "CorePointer" InputDevice "USBmouse" "SendCoreEvents" EndSection