[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-22 Thread Bug Watch Updater
** Changed in: xserver-xorg-input-synaptics
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-20 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-input-synaptics -
1.5.99~git20120220-0ubuntu2

---
xserver-xorg-input-synaptics (1.5.99~git20120220-0ubuntu2) precise; urgency=low

  * Prevent trackpad pointer drift (LP: #921082)
- Add temporary patch 129_tmp_pointer_drift.patch from upstream
 -- Chase Douglas chase.doug...@ubuntu.com   Mon, 20 Feb 2012 11:55:23 +0100

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-20 Thread Chase Douglas
** Bug watch added: freedesktop.org Bugzilla #45278
   https://bugs.freedesktop.org/show_bug.cgi?id=45278

** Also affects: xserver-xorg-input-synaptics via
   https://bugs.freedesktop.org/show_bug.cgi?id=45278
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-20 Thread Bug Watch Updater
Launchpad has imported 13 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=45278.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-01-26T17:02:19+00:00 Jsagarribay wrote:

Hello, after commit c8b098214b44cf0585d78c460401ea7d143769f3 (Don't
store fake events in the motion history) the touchpad is unusable: the
pointer moves too fast, and it keeps on moving (in the same direction)
when the finger stops, as long as it is touching the touchpad.

It works as expected in HEAD with that commit reverted. This is the
bisection log:

git bisect start
# good: [065a0b495d2a7eb76b61f9eec85248aefae4c8ee] synaptics 1.5.0
git bisect good 065a0b495d2a7eb76b61f9eec85248aefae4c8ee
# bad: [3804a0ee0bec455fcc61a469dd907738ff5589bd] Constify priv-device
git bisect bad 3804a0ee0bec455fcc61a469dd907738ff5589bd
# good: [98e8481cf4911506403b8963fc32c61a74cf679e] Bump to 1.4.99.1
git bisect good 98e8481cf4911506403b8963fc32c61a74cf679e
# bad: [4fe1b58c2c6903961a84077363a0c8de5736c650] Scroll: Modify ScrollData in 
repeat_scrollbuttons
git bisect bad 4fe1b58c2c6903961a84077363a0c8de5736c650
# good: [458c7251295e767fae7a0ac3366212361bce25a6] Use hardware time where 
possible
git bisect good 458c7251295e767fae7a0ac3366212361bce25a6
# bad: [f40bbf7494a6122d464e3fff4309f69af2a20e4a] Revise palm check logic
git bisect bad f40bbf7494a6122d464e3fff4309f69af2a20e4a
# bad: [ffed18dfffda32de7282e44c5b8d1fb7d5454b54] Update count_packet_finger in 
store_history, not get_delta
git bisect bad ffed18dfffda32de7282e44c5b8d1fb7d5454b54
# bad: [c8b098214b44cf0585d78c460401ea7d143769f3] Don't store fake events in 
the motion history
git bisect bad c8b098214b44cf0585d78c460401ea7d143769f3

I also found some strangeness with edge scrolling, sometimes it
generated spurious events in the opposite direction (i.e. scroll down
but get several button 4 events, instead of one button 5). I'm unable to
reproduce it now with the commit reverted, but I'm not sure it's the
same bug.

Reply at: https://bugs.launchpad.net/xserver-xorg-input-
synaptics/+bug/921082/comments/11


On 2012-02-13T16:01:09+00:00 Uckcdkf-urokah-f0mkzpi wrote:

I can confirm this behaviour (including the spurious scroll events).

For reference:
https://mailman.archlinux.org/pipermail/arch-dev-public/2012-February/022527.html
https://mailman.archlinux.org/pipermail/arch-general/2012-February/024983.html
https://bugs.archlinux.org/task/28399

Reply at: https://bugs.launchpad.net/xserver-xorg-input-
synaptics/+bug/921082/comments/13


On 2012-02-14T12:08:15+00:00 Loris Zinsou wrote:

I experience something similar to this bug on Ubuntu 12.04 (default X stack and 
kernel), on Ubuntu 11.10 and 12.04 with xorg-edgers ppa stack.
This bug did not exist on Ubuntu 11.10 with default X stack.

The pointer sometimes keeps moving in the same direction when the finger stops, 
and the pointer moves too fast.
Small and precise movements are unpredictable, so the touchpad is nearly 
unusable for text edit, or even clicking on window controls.
I had to set speed and acceleration to the lowest value to use this touchpad, 
but this is not even a real workaround.

I know this bug is known on the debian and archlinux bugtrackers, users
report the same issue on launchpad.

I get the following outputs :
$ egrep -i 'synap|alps|etps' /proc/bus/input/devices
N: Name=ETPS/2 Elantech Touchpad

$ synclient -l | awk '/=/{printf Option \%s\ \%s\\n,$1,$3}'
   PressureMotionMinZ  = format mismatch (32)
   PressureMotionMaxZ  = format mismatch (32)

Reply at: https://bugs.launchpad.net/xserver-xorg-input-
synaptics/+bug/921082/comments/15


On 2012-02-16T05:58:39+00:00 Peter Hutterer wrote:

(In reply to comment #0)
 I also found some strangeness with edge scrolling, sometimes it generated 
 spurious events in the opposite direction (i.e. scroll down but get several 
 button 4
 events, instead of one button 5). I'm unable to reproduce it now with the 
 commit reverted, but I'm not sure it's the same bug.

Erratic scroll events are detailed in Bug 45611

Reply at: https://bugs.launchpad.net/xserver-xorg-input-
synaptics/+bug/921082/comments/16


On 2012-02-16T06:02:51+00:00 Peter Hutterer wrote:

I don't see this behaviour on the current
f9a906590e59383aef3c53faca98f0de40859f17 commit. Is this still an issue?

If so, please get me the evtest description for the device, maybe it is
hardware-specific (single-touch vs multitouch touchpads) and your

[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-20 Thread Tobias Wolf
Phew, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-19 Thread Robert Hooker
The fix:

http://article.gmane.org/gmane.comp.freedesktop.xorg.devel/28780

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed = Triaged

** Package changed: xorg-server (Ubuntu) = xserver-xorg-input-synaptics
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-19 Thread Robert Hooker
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
 Assignee: Canonical Desktop Team (canonical-desktop-team) = Chase Douglas 
(chasedouglas)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-02-13 Thread dixiet
I have the same problem on my eeepc 1000

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-27 Thread Tobias Wolf
Ugh, at least with the Alps touchpad on my Thinkpad X301 the new cursor
behaviour makes clicking links feel like playing bomberman in an ice-
level. The cursor is constantly overshooting. It’s totally broken.

Can I go back to the 1.4.1 driver without rolling all of Xorg back? Is
that possible at all?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-26 Thread Tobias Wolf
This is Trackstick Emulation mode, and it’s super-annoying. I’ve read
«man synaptics» up-and-down and there is no clear way to disable this.
Is it FingerPress? To what level do I have to set it to disable? 256?

There are other settings that have been introduced and set zto default.
And also there are settings that have been disabled. Before the upgrade
you could coast after scrolling, giving you kinetic-like scrolling
behaviour. This is not active anymore.

And, when I scroll down, the scrolled pane sometimes jumps /up/ a
certain distance.

Right now it feels really awkward to use the touchpad (Alps here).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-25 Thread Michael Basse
Maybe we have a workaround until it is fixed? cant find something in the
configs/options about that feature

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-25 Thread Jeroen Roovers
Yes, it started recently, after a daily upgrade.

No, the entire screen is affected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Jeroen Roovers
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Jeroen Roovers
btw, releasing the touchpad stops the unwanted pointer motion.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Robert Hooker
Did this start after today's upgrades?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Chase Douglas
Does this occur only when you release in certain areas, like near the
edge of the touchpad?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Chase Douglas
I meant to write: Does this occur only when you are in certain areas,
like near the edge of the touchpad.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Michael Basse
@Robert,
yes it happens after the latest dist-upgrade.

@Chase
the area doesnt matter but you dont have to release the finger

the bug is when you have still the finger on the touchpad but stopped
moving the finger, then the mouse is moving further.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921082] Re: after touchpad movement and stop, pointer continues in same direction at a steady pace

2012-01-24 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = High

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921082

Title:
  after touchpad movement and stop, pointer continues in same direction
  at a steady pace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/921082/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs