Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
17
rated 0 times [  17] [ 0]  / answers: 1 / hits: 14866  / 2 Years ago, fri, june 3, 2022, 10:23:08

I'm using (K)ubuntu 12.04 LTS with a Synaptics touchpad. The palm sensitivity it terrible, whenever I'm typing the mouse suddenly jerks off to a different place. Is there a way to enable/increase palm sensitivity?


More From » 12.04

 Answers
5

AFAIK, palm sensing is not exposed through the graphical touchpad configuration tool. That said, you could try playing with it by using synclient.



To see what options are available, run synclient -l | grep -i palm



PalmDetect              = 0
PalmMinWidth = 10
PalmMinZ = 200


Those are the options I see, so, to activate the palm sensing, run synclient PalmDetect=1, and then experiment with the values of the other two.



   "PalmMinWidth" "integer"
Minimum finger width at which touch is considered a palm. Prop‐
erty: "Synaptics Palm Dimensions"

"PalmMinZ" "integer"
Minimum finger pressure at which touch is considered a palm.
Property: "Synaptics Palm Dimensions"


When you find the right values, create a startup entry in Startup Applications with a command of the following form:



synclient PalmDetect=1 PalmMinWidth=xx PalmMinZ=yy


...where xx and yy are the desired values.


[#34750] Sunday, June 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arkcker

Total Points: 296
Total Questions: 111
Total Answers: 104

Location: Nepal
Member since Tue, Sep 8, 2020
4 Years ago
arkcker questions
Tue, Aug 17, 21, 00:08, 3 Years ago
Sun, May 14, 23, 01:04, 1 Year ago
Wed, Nov 16, 22, 03:12, 1 Year ago
Tue, Jun 1, 21, 01:29, 3 Years ago
;