This patch is in xorg-server-1.12.2.901. Can you still reproduce it on this version?
Note that this bug can be workarounded by disabling smooth scrolling on xf86-input-evdev side - it's one line change: diff --git a/src/evdev.h b/src/evdev.h index 309b215..1333bc1 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -64,7 +64,7 @@ #endif #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 14 -#define HAVE_SMOOTH_SCROLLING 1 +//#define HAVE_SMOOTH_SCROLLING 1 #endif #define EVDEV_MAXBUTTONS 32 That's what I'm running right now... -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/953960 Title: Mouse scrolling works randomly with games using DGA for mouseinput To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/953960/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp