[Desktop-packages] [Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-12-06 Thread Chris Fester
Hi all, The patch I posted previously had a bug in xf86UnrealizeCursor(). I had accidentally used dixLookupScreenPrivate(), when I should have used dixLookupPrivate(). The attached patch is an update with the fix. Chris ** Patch added: "Rev 2 of 12.04 xserver backport patch" https://bugs.l

[Desktop-packages] [Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-11-12 Thread Chris Fester
For folks using Ubuntu 12.04LTS, and can't use the quantal/raring/newer X server (due to whatever reasons, like maybe a binary-only video driver for a "legacy" video card), this patch may work for you. It's a first attempt at backporting Peter Hutterer's touch-grab-race- condition-56578-v3 branch.