Monday, June 17, 2013

Ubuntu touchpad sensitivity/precision issue

Whenever we tried to click on any button such as closing a window, the mouse pointer changes its position. This is very frustrating sometimes. To fix this issue we need to synaptics driver options.

$ synclient | grep FingerLow
    FingerLow      = 30 
$ synclient | grep FingerHigh
    FingerHigh     = 30  
$ synclient FingerLow=14 
$ synclient FingerHigh=15 

This worked like a charm !

1 comment: