Touchpad
To get the right and middle mouse click working I configured my Touchpad with
the Synaptic driver.
Here's my mouse InputDevice configuration:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
Option "Minspeed" "0.50"
Option "Maxspeed" "1.4"
Option "TapButton2" "3"
Option "TapButton3" "2"
EndSection
Now you are able to make a right mouse click by tapping with 2 fingers and a
middle mouse click by tapping with 3 fingers on the touchpad.
If your mouse cursor is moving slow, you have to play around with the Minspeed
and Maxspeed option.
Marvin Stark <marv@der-marv.de>