# Internal Touchpad, always connected, primary pointer Section "InputDevice" Identifier "SynapticsTouchpad" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Buttons" "5" EndSection # External Wheel Mouse, connected when convienent Section "InputDevice" Identifier "USBWheelMouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" " 4 5" EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" EndSection