You are not logged in.
I cannot get tap to click work in GNOME and i donot get any touch pad setting options either in GNOME Mouse and Touchpad settings.
I can get tap to click work with synclient but that lasts only till reboot.
My conf:
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TouchpadOff" "0"
Option "TapButton1" "1"
Option "TapButton2" "0"
Option "TapButton3" "0"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "35"
Option "FingerHigh" "40"
EndSectionSo according to conf i should be able to click through touchpad but i am not able to.
Thankyou
Last edited by aw_yt (2015-08-01 21:28:40)
Offline
Are you using GNOME with Wayland?
The touchpad support is via libinput rather than synaptics (AFAIK).
Jin, Jîyan, Azadî
Offline
Thankyou but no, i am not using wayland.
Offline
There is a note on this in the wiki about gnome overriding the settings despite no graphical config.
https://wiki.archlinux.org/index.php/To … 2FCinnamon
Offline
There is a note on this in the wiki about gnome overriding the settings despite no graphical config.
https://wiki.archlinux.org/index.php/To … 2FCinnamon
Yes i did see that already but i couldn't figure out a way to stop that.
Offline
Turns out that i couldn't get to view settings immediately after installing dconf-editor however after restart i was able to solve the problem by following this:
Run dconf-editor
Edit /org/gnome/settings-daemon/plugins/mouse/
Uncheck the active setting
Offline