For all the guys who got this issue follow this commands:

1. Open terminal and run this command
synclient HorizHysteresis=72 (you can add whatever value you want to test the 
behavior of your touchpad, for me 72 is fine)
synclient VertHysteresis=72 (you can add whatever value you want to test the 
behavior of your touchpad, for me 72 is fine)

2. Create a file by typing this into terminal:
gksudo gedit /etc/X11/xorg.conf
(this will create a xorg.conf file in etc/X11)

3. Edit the file by adding:
Section "InputClass"
    Identifier         "touchpad catchall"
    Driver             "synaptics"
    MatchIsTouchpad    "on"
    Option         "HorizHysteresis" "72" 
    Option         "VertHysteresis" "72"
EndSection

4. Save the file, restart Ubuntu and DONE.

Till they dont update the “xserver-xorg-input-synaptics” package I found
this the only good method to get rid of this annoying issue.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/992330

Title:
  Touchpad twitchy on an HP G62

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/992330/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to