Categories
Computers

Syndaemon with EEE

During my quest to get HAL working to configure the touchpad on my EEE, I also discovered that I don’t need Touchfreeze to disable unwanted touches on my touchpad.  All I need is syndaemon.  Of course, in order to use syndaemon you need the synaptics driver running, so my efforts were not wasted.

The command I settled on for syndaemon was as follows:

syndaemon -i 1.5 -t

That’s the command line version.  Of course, what’s more useful is having it taken care of automatically.  I placed it in my .xsession file with the -d option added to make sure it ran as a daemon.  Now it fires up whenever I startup X.

Also, either SHMConfig is enabled by default in the newer version of the synaptics driver, or it is no longer necessary.   I removed the option from my fdi file and syndaemon works just fine.  No more touches while typing.

2 replies on “Syndaemon with EEE”

Your comment was triggered as spam.

The .xsession file I was talking about is the one in your home directory. So, on the command line it’s ~/.xsession.

Leave a Reply

Your email address will not be published. Required fields are marked *