[Bug 270002] Re: Multi-finger tapping broken

2008-10-18 Thread William Grant
** Changed in: xserver-xorg-input-synaptics (Ubuntu Intrepid) Status: In Progress => Fix Released -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 270002] Re: Multi-finger tapping broken

2008-10-18 Thread rydberg
Thanks for finding a reasonable fix to this problem. The root culprit is likely that during two- and three-finger taps, many touchpad drivers lose track of which finger is the tracking one. This results in sudden jumps of the pointer, which due to the MaxTapMove logic cancels the tapping action.

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread Bryce Harrington
Forgot to actually enable the patch in the previous upload; this fixes that. ** Attachment added: "xfree86-driver-synaptics_0.15.2-0ubuntu7.debdiff" http://launchpadlibrarian.net/18655738/xfree86-driver-synaptics_0.15.2-0ubuntu7.debdiff -- Multi-finger tapping broken https://bugs.launchpad.n

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread William Grant
The fix wasn't actually enabled. It will be fixed shortly. ** Changed in: xserver-xorg-input-synaptics (Ubuntu Intrepid) Status: Fix Released => In Progress -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread William Grant
Fix accepted. ** Changed in: xserver-xorg-input-synaptics (Ubuntu Intrepid) Status: Fix Committed => Fix Released -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread Bryce Harrington
Fix is uploaded; waiting on release team approval. ** Changed in: xserver-xorg-input-synaptics (Ubuntu Intrepid) Status: In Progress => Fix Committed -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread William Grant
** Attachment added: "resultant syndaemon patch" http://launchpadlibrarian.net/18648531/104_syndaemon_xinput_props.patch -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread William Grant
** Attachment added: "new PPA debdiff" http://launchpadlibrarian.net/18648501/wgrant2.diff -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread Bryce Harrington
I've reviewed the PPA fix, which contains a fix both for this bug and for 282735. The fix for this bug is: + touch = finger && !priv->finger_state; + release = !finger && priv->finger_state; +-move = (((abs(hw->x - priv->touch_on.x) >= para->tap_move) || ++move = ((priv->tap_max_f

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread Bryce Harrington
** Attachment added: "debdiff of the ppa changes" http://launchpadlibrarian.net/18642724/xfree86-driver-synaptics_0.15.2-0ubuntu6%7Ewgrant1.debdiff -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 270002] Re: Multi-finger tapping broken

2008-10-17 Thread Colin Watson
So, this bug is marked release-critical. Has the PPA fix been reviewed? Bryce/Timo? -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

Re: [Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread Daniel Newman
on 14/10/08 12:14 William Grant said the following: > I'd ideally like testing without such a line (particularly as you > shouldn't have touchpad config in your xorg.conf any more, as it's > removed on upgrade and is more likely to break things than set things > properly), but testers on IRC have c

[Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread William Grant
I'd ideally like testing without such a line (particularly as you shouldn't have touchpad config in your xorg.conf any more, as it's removed on upgrade and is more likely to break things than set things properly), but testers on IRC have confirmed it works fine. -- Multi-finger tapping broken htt

Re: [Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread Daniel Newman
on 14/10/08 09:48 William Grant said the following: > Please try the package from my PPA. It now only considers maxtapmove for > one-finger taps, or two-finger taps if two-finger scrolling is enabled. > > This always makes three-finger taps easy (I was never able to do them > with the current code,

[Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread William Grant
Also, do not implement the Synaptics Tap Move workaround when testing this package. -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread William Grant
Please try the package from my PPA. It now only considers maxtapmove for one-finger taps, or two-finger taps if two-finger scrolling is enabled. This always makes three-finger taps easy (I was never able to do them with the current code, although with the old code it was fine), and two- finger tap

Re: [Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread Daniel Newman
on 13/10/08 21:51 William Grant said the following: > Does 'xinput set-int-prop 3 "Synaptics Tap Move" 32 1000' make it any > better? It's probably not so much an issue with the new logic as an > issue with our tapping styles. > > Thanks for this suggestion. After that input, it responds to two

[Bug 270002] Re: Multi-finger tapping broken

2008-10-13 Thread William Grant
Does 'xinput set-int-prop 3 "Synaptics Tap Move" 32 1000' make it any better? It's probably not so much an issue with the new logic as an issue with our tapping styles. -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a membe

[Bug 270002] Re: Multi-finger tapping broken

2008-10-12 Thread Daniel Newman
still broken for me in version 0.15.2-0ubuntu4 vertical scrolling works, multi-finger tapping doesn't. ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Fix Released => Confirmed -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notifi

Re: [Bug 270002] Re: Multi-finger tapping broken

2008-09-25 Thread Daniel Newman
on 23/09/08 21:03 Timo Aaltonen said the following: > Please try the latest version in the archive, it reverted the change of > MaxTapMove back to 220. > > ** Changed in: xserver-xorg-input-synaptics (Ubuntu) >Status: Triaged => Incomplete > > with version xserver-xorg-input-synaptics_0.

[Bug 270002] Re: Multi-finger tapping broken

2008-09-24 Thread Timo Aaltonen
That's.. interesting. Anyway, this bug can be closed now, yay. ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Incomplete => Fix Released -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubunt

[Bug 270002] Re: Multi-finger tapping broken

2008-09-23 Thread William Grant
Huh, works for me with the new default, even though it didn't seem to work completely setting it through xinput. -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 270002] Re: Multi-finger tapping broken

2008-09-23 Thread Timo Aaltonen
Please try the latest version in the archive, it reverted the change of MaxTapMove back to 220. ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Triaged => Incomplete -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification becau

[Bug 270002] Re: Multi-finger tapping broken

2008-09-17 Thread Wouter Stomp
** Tags added: regression-potential -- Multi-finger tapping broken https://bugs.launchpad.net/bugs/270002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/