I just installed Fedora 16 and I see that the touchpad tapping does not have any effect on any icon or app shortcut.
I have a Dell Laptop.I also have Ubuntu 11.10 on same machine on which touchpad tapping works like a charm.
On Googling I came across
http://www.google.co.in/search?gcx=c&sourceid=chrome&ie=UTF-8&q=how+to+enable+touchpad+in+fedora+16
as per following
http://jaisejames.wordpress.com/2011...dm3-fedora-16/
and edited my /usr/share/X11/xorg.conf.d/50-synaptics.conf
the original file was
Code:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
EndSection
after modification the file is
Code:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option “TapButton1″ “1″
Option “TapButton2″ “2″
Option “TapButton3″ “3″
MatchDevicePath "/dev/input/event*"
EndSection
The touch pad is working what I want is tapping a touch pad tapping to be active.
The hardware is correct as I have Ubuntu also running on the same machine and touchpad tap works over there.