Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 630  / 3 Years ago, mon, november 8, 2021, 3:49:32

I have a HP dm1z with one of those button-less click pads. I'm running Oneiric beta, and the multitouch functionality works - I'm able to two finger scroll and move windows with a 3 finger gesture. However, drag and drop doesn't work , since it thinks I'm two-finger scrolling.



This would be fixed if I could set the bottom edge of the touchpad to not count for multitouch gestures, but I would like to still be able to use it for simple pointer movement.



I know AreaBottomEdge would completely disable it; I'm looking for a way to only disable the multitouch features on that section. Is this possible?


More From » multi-touch

 Answers
1

You can specify edges for touchpad as well as manipulate them. There are much more options.



First of all list your configurations.



synclient -l | awk '/=/{printf "Option "%s" "%s"
",$1,$3}'



and try changing them to your need. Here is the sample. I think you should look into this as well.



First test temporarily with synclient command



E.g.



synclient LeftEdge=####



After you are satisfied with your test make it permanent in the /usr/share/X11/xorg.conf.d/50-synaptics.conf with options you require.


[#43344] Monday, November 8, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nalystcul

Total Points: 390
Total Questions: 106
Total Answers: 115

Location: Tokelau
Member since Sun, May 7, 2023
1 Year ago
;