Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 7028  / 2 Years ago, tue, may 10, 2022, 3:19:57

Natural scrolling using ".Xmodmap": pointer = 1 2 3 5 4 7 6 8 9 10 11 12 doesn't work anymore in 12.04 on some Ubuntu-specific apps like the Software Center, settings window, and update-center. Under what package should I report the bug?


More From » 12.04

 Answers
1

I'm horribly late to this, but I just finished writing a guide which could help you or anyone passing by. If you still have this problem, that is.



The gist of it is that you need to get your touchpad's ID with the xinput list command, then the current scrolling distance with xinput list-props [touchpad-id] | grep "Scrolling distance". The output should be something like:



Synaptics Scrolling Distance (288): 106, 106



Here, 288 is the property ID and 106, 106 are the current values. What you need to do is invert the numbers - here, the new values will be -106, -106. This command does it:



xinput set-prop [touchpad-id] [property-id] [new-values]



I have this in a shell script set to run on login, along with commands to restart nautilus, which may or may not work for you (it's in the linked blog post).


[#39668] Tuesday, May 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ainubt

Total Points: 496
Total Questions: 98
Total Answers: 126

Location: Sao Tome and Principe
Member since Wed, Dec 21, 2022
1 Year ago
;