You are not logged in.
Pages: 1
Hi,
Does anyone have any ideas how I can change the scroll direction on my touch pad, without also affecting the scroll wheel on my mouse? I've inverted the scrolling for both by adding the following line to .Xmodmap:
pointer = 3 2 1 5 4 7 6 8 9 10 11 12
This works great for the touch pad, but I can't get used to the scroll wheel being the wrong way round on the mouse.
I've checked synclient to see if there are any obvious parameters which might do this only for the touch pad, but I can't see any.
Anyone have any ideas?
Thanks,
Michael
Last edited by madders (2012-04-03 20:36:34)
Offline
Try: http://n00bsys0p.wordpress.com/2011/07/ … scrolling/
You should be able to limit the change to a single pointing device by using xinput.
Offline
Thank you very much. This was exactly what I was looking for, and it works perfectly.
Offline
Also worked for me, thanks! ![]()
Offline
Anyone else having trouble with inverse scrolling in GNOME 3.4? In some applications, scrolling direction is not inverted, for example nautilus or gedit, whereas other ones (chromium, gnome-terminal) behave like I want them to.
I guess this happens because GNOME's/Xorg's new smooth scrolling (http://who-t.blogspot.de/2011/09/whats- … lling.html) gets its input directly via the movement on the touchpad and doesn't care about the button mappings in my .Xmodmap or xinput settings.
Does anyone have an idea how to also invert the direction of smooth scrolling? Or maybe how to simply switch it off and get the old non-smooth scrolling back?
Offline
@perpetrator I have the same issue. I just made a bug report : https://bugzilla.gnome.org/show_bug.cgi?id=674716 Some Ubuntu users have the same issue (link in bug report).
Offline
Found a simple solution, at least for my laptop: It is now possible to invert the scrolling direction inside the synaptics driver.
http://cgit.freedesktop.org/xorg/driver … 25c9bc490c
Just use the options VertScrollDelta and HorizScrollDelta and set them to a negative value (in my case -48 each) in your synaptics config. No need for button mapping anymore.
Now I just have find a way to fix the issue on my desktop pc...
Offline
Pages: 1