Just installed 12.04 LTS and I experience some problems with my touchpad. Everytime I tap/double tap, the cursor is moving around (not static as should be). For example if I want to close a window, I click on "x" button from touchpad, the cursor is moving and not always hit the "x" button. Touchpad buttons left click, right click are working well, but tap not. Did u guys experience the same problem? Is there something related to sensitivity? How to fix it?
PS: on Ubuntu 11.10 didn't had this issue
It looks like your touchpad still feels too much pressure when your finger is released.
If you are using synclient, you might try to increase the
FingerLow
value.here is how I did with my computer:
Note that FingerLow cannot be higher than FingerHigh. So change this value as well if needed.
After digging through the available options to synclient it would seem that
effectively prevents the pointer from "skipping" when I click. I also enabled two finger scrolling.
My /etc/X11/xorg.conf file:
https://help.ubuntu.com/community/SynapticsTouchpad
This helped with my HP ENVY 17, took some tweaking of the numbers and it's pretty good now.