Subscribe to Feeds
ubuntu.com
Free PageRank Checker

Fixing Jerky | Extra Sensitive Touchpad in Jaunty

Posted by Panji Nushantara | Saturday, August 29, 2009

My touchpad was super sensitive. Every time I typed something and my palms ever so slightly accidentally touch the touchpad the cursor would went places and sometimes clicking something and that is bad.
First I thought this was strictly a hardware problem, so my first and temporary solution was to avoid touching the touchpad  while typing, and it was not easy.
After a while and some googling I learned that this is a common problem in Ubuntu and this is how to fix super sensitive touchpad in Jaunty Jackalope:
  • make a text file without extension called options in /etc/modprobe.d/ .
    You have to be superuser to make change in system file, in this case make a new file called options. So open your terminal and type this:
    sudo gedit /etc/modprobe.d/options
  • add this line in it:
    options psmouse proto=imps
  • save and restart
It works, now the touchpad is less sensitive. But the side scroll function is gone. Not a perfect solution, for now I prefer this to jerky touchpad until better solution arrives.

update Aug 30, 09:

I found the perfect solution, meaning there is no function sacrificed. Not just one solution, there are two of them. Obviously you must choose only one.
First method is a non-GUI, follow the instruction at Ubuntu help.
Second method is easier and GUI-er. Just install Touchfreeze, you can find it in Synaptic Package Manager. It's an application that disables your touchpad while typing and re-enables it after configurable time. Add it on your autostart list to make life easier.





source : eee user forum

keyword : jerky, sensitive, touchpad, fix, jaunty



3 comments
  1. Klau3 August 31, 2009 2:50 PM  

    I'm wondering all the time why I get 10 updates for every of your blog post through RSS. Dose I something wrong, or is it volitional?

    Greetings
    Paradiesstaub

  2. Panji Nushantara August 31, 2009 6:29 PM  

    Hello Klau3,
    10 updates?

    I rarely update/edit my post. Even if I do, twice is maximum. 10 updates? Never.

    Maybe there's something wrong with my rss feed. I use blogspot's default.

    Thanks for your info and sorry for your inconvenience :(

    I'll find a fix.

  3. Panji Nushantara August 31, 2009 7:27 PM  

    I just change my rss feed to feedburner http://feeds.feedburner.com/IAmAUbuntu

    I hope it will fix this problem.