Results 1 to 3 of 3
You know what I mean right? I can't live with my mousepad that recognizes a tap as a click. Can someone help? Do I need to edit some code?
thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 19
How do I disable "tapping" with synaptech mousepad
You know what I mean right? I can't live with my mousepad that recognizes a tap as a click. Can someone help? Do I need to edit some code?
thanks
- 02-02-2005 #2
lol....
the tap is the only way....that said look an the synclient
first of all is that the synaptics touchpad driver may not be installed (that is if there is no manpage available for it and in that case you will need to install it(touchpads do work without this driver...but with limited basic functionality)
so install the apropriate pkg from here http://web.telia.com/~u89404340/touchpad/
manpage.also see theCode:man synclient
that shuts off the touchpad when typing so that u dont move the mouse accidently.Code:man syndaemon
so to disable the taphowever still look at the man page on this because there are many varibles that can be setCode:synclient TapButton1=0

also to start the syndaemon yau simply typeand that will defoult to a 2 secound delay after keyboard activity is done to lessen this or extend this amount of time typeCode:syndaemon -d
also to have the syndaemon running everytime that you start the lappie simpli add the daemon to the default runlevel in whatever way that you do that in your particular distro...(in gentoo we do it by putting the executable in /etc/init.d if it is not there already and an rc-update add syndaemon defaulf)Code:syndaemon -i <number of secounds delay>-d
if this dosnt work for you then you can also place the commandand to simply turn off the tapCode:syndaemon -i <number of secounds delay>-d
into any script that runs on the start of 'X' /etc/rc.d/local or /etc/conf.d/local.start are good choices depending on distroCode:synclient TapButton1=0
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 02-04-2005 #3Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
dupilcate topic locked, please continue discussion in this thread: http://www.linuxforums.org/forum/topic-33169.html
Thanks!



