Well I tried on "mouse and touchpad" but there isn't any option to disable tap to click:
Then I tried:
synclient MaxTapTime=0
That returned:
Couldn't find synaptics properties. No synaptics driver loaded?
So how to disable tap to clip on touchpad?
Using Ubuntu 16.04
After I solved the problem with the answer suggested by @Vitor, as sugested in comments I got from xinput
:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ YSTEK USB Mouse id=10 [slave pointer (2)]
⎜ ↳ eGalax Inc. eGalaxTouch EXC7910-1018-13.00.01 id=13 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)]
⎜ ↳ PixArt Microsoft USB Optical Mouse id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ HP Truevision HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
↳ HP Wireless hotkeys id=16 [slave keyboard (3)]
↳ HP WMI hotkeys id=17 [slave keyboard (3)]
xinput list-props 13
Device 'AT Translated Set 2 keyboard':
Device Enabled (143): 1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Product ID (263): 1, 1
Device Node (264): "/dev/input/event3"
synclient TapButton1=0
, although this won't help with the error message fromsynclient
. – wjandrea Aug 13 '16 at 20:27xinput
terminal command. – Pilot6 Aug 14 '16 at 08:31xinput
there, press Enter key, than copy the result to your question. You know how to do it, since you posted some output already. – Pilot6 Aug 14 '16 at 20:55xinput synclient
... – Vitor Abella Aug 14 '16 at 21:04xinput list-props 13
ifeGalaxTouch
is the touchpad. I see you have 2 devices that may be a touchpad. – Pilot6 Aug 14 '16 at 21:19I don't see anything telling us how you solved the problem.
I see a comment below, but it's voted down and a user saying that it's not related at all. Was that in fact your solution? It's not very clear.
– jrn75 Aug 15 '16 at 17:34xinput list-props 13
– Vitor Abella Aug 15 '16 at 17:48xinput list-props 14
– Pilot6 Aug 15 '16 at 20:31sudo modprobe -r psmouse; sudo modprobe psmouse
fixed it and that's what your answer to the duplicate also suggests. Am I missing something? – terdon Aug 16 '16 at 09:08I don't have any trackpad or mouse settings at all, but everything works as it should. I just can't turn off trackpad tap.
Edit: I found the answer, in case anyone else comes here trying to figure it out. "Simple answer without going to page. "Hold down the blue function key and the left trackpad key simultaneously.
No software required, OS is irrelevant.""
– jrn75 Aug 18 '16 at 01:35