Overview: Trying to scroll after setting VertScrollDelta to 0 (e.g., with `synclient VertScrollDelta=0`) causes X server to freeze when scrolling. Steps to Reproduce: 1) Start X and set VertScrollDelta to 0 using `synclient VertScrollDelta=0` 2) Try to scroll using the trackpad. Actual Results: X stops responding and CPU usage spikes to 100% Expected Results: Vertical scrolling is disabled, as stated in man page: "To disable vertical or horizontal scrolling, set VertScrollDelta or HorizScrollDelta to zero." Build Operating System: Linux 3.3.2-1-ARCH x86_64 Build Date: 15 April 2012 09:55:35AM Additional Information: Setting HorizScrollDelta to 0 does not seem to cause the same freeze. This is my first bug report. Please let me know how I can provide more information.
http://patchwork.freedesktop.org/patch/10358/
commit 6d47d334d8a876e7e094306c313246b87016b78a Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Thu May 17 12:10:04 2012 +1000 Don't allow for scroll distances of 0 (#49965)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.