GNOME Bugzilla – Bug 753390
"Natural scrolling" working only with "Two finger scroll"
Last modified: 2015-08-10 10:42:20 UTC
Clicking "Natural scrolling" in the touchpad does not work when "Two finger scroll" is not checked as well. Either this is a bug, it should work, hence a fix should be made; or this is expected and in this case, "Natural scrolling" should be greyed ou when "Two finger scroll" is unchecked. GNOME-shell 3.16.3-1.fc22 on Fedora 22.
Thanks for your bug report. I'm convinced that natural scroll should work independently on a scroll method. However I see the exactly same behavioral. It might be bug in libinput. Peter, what do you think? Following output from xinput shows enabled edge scroll and enabled natural scroll, however natural scroll is not working... $ xinput list-props 14 | grep Scroll libinput Natural Scrolling Enabled (276): 1 libinput Natural Scrolling Enabled Default (277): 0 libinput Scroll Methods Available (280): 1, 1, 0 libinput Scroll Method Enabled (281): 0, 1, 0 libinput Scroll Method Enabled Default (282): 1, 0, 0 $ cat /proc/bus/input/devices ... I: Bus=0011 Vendor=0002 Product=0007 Version=01b1 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event5 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=660800011000003
oops, yeah, this is a libinput bug, verified with today's master (74236f1047). Pls open a bugreport here and I'll get to it asap: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput
Libinput bug report: https://bugs.freedesktop.org/show_bug.cgi?id=91597
Thanks!