Blog Entry
Excerpt:
14. The touchpad requires an additional configuration file called 50-touchpad.conf placed into /etc/X11/xorg.conf.d/ Using your preferred text editor create the required file
So, run as a rootskript:
#!/bin/bash cat << xXx > etc/X11/xorg.conf.d/50-touchpad.conf Section "InputClass" Identifier "touchpad" MatchIsTouchpad "on" Option "FingerHigh" "5" Option "FingerLow" "5" #Add the following for tap-to-click,doubletap-to-rightclick: Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" EndSection xXx

Help













