LWN.net Logo

Fedora 17 released

Fedora 17 released

Posted May 31, 2012 12:20 UTC (Thu) by cmm (guest, #81305)
In reply to: Fedora 17 released by daniels
Parent article: Fedora 17 released

I don't feel strongly about smooth scrolling one way or the other, actually, I just hate that it broke that xmodmap hack I've been happily using.

Anyway, let me break the pattern of just complaining. It is possible to have natural scrolling even with GTK+ 3.4, and not just for Synaptics touchpads. Like this:

1. Disable the button remapping hack (comment it out in your .Xmodmap or whatever) -- leaving it there would mean continued confusion.

2. Now, your pointing devices have to support the 'Evdev Wheel Emulation Axes' XInput property. For those that do (I don't have any mice around to check, but my Logitech trackball does, and so do TrackPoints):

xinput "${dev}" 'Evdev Wheel Emulation Axes' 7 6 5 4


(Log in to post comments)

Fedora 17 released

Posted May 31, 2012 12:29 UTC (Thu) by daniels (subscriber, #16193) [Link]

Ideally though, there'd be a single, global, non-driver-dependent property, so you could just say 'xinput "$dev" "Scroll Direction" -1'.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds