How to enable touchpad click at Fedora 23 (Asus K52JC)?
Hi! :) I'm trying to enable touchpad click in Fedora 23 on Asus K52JC, but it doesn't work. Coul'd you help? :) I mean I know that problem isn't new, but I heard that Synaptic drivers aren't longer supported. Is that true? I mean, that's not workin':
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
####################################
## The lines that you need to add ##
# Enable left mouse button by tapping
Option "TapButton1" "1"
# Enable vertical scrolling
Option "VertEdgeScroll" "1"
# Enable right mouse button by tapping lower right corner
Option "RBCornerButton" "3"
####################################
MatchDevicePath "/dev/input/event*"
EndSection
from: https://fedoraproject.org/wiki/How_to...
neither this:
cat /etc/X11/xorg.conf.d/01-touchpad.conf
Section "InputClass"
Identifier "tap-by-default and other custom settings"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "1"
Option "TapButton3" "1"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
EndSection