My posting is 999 at:
http://ubuntuforums.org/showthread.php? ... st12011026
I also wanted to get my Synaptics Touchpad where Single & Double Tapping worked.
- Code: Select all
sudo nano /usr/share/X11/xorg.conf.d/50-synaptics.conf
so that it looks like:
- Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "1"
EndSection
REF:
http://forums.linuxmint.com/viewtopic.php?f=199&t=78480&start=20
THANKS.
Larry

