[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2021-03-10 Thread Kirill Kornilov
The script in action. Note the change in "cont capablities".
One who was tinkering with the synaptics' stuff will probably find the output 
painfully familiar. 

** Attachment added: "out.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/5475501/+files/out.txt

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2021-03-10 Thread Kirill Kornilov
I just found a kind of hardware solution to this problem. There's a touchpad 
configuration flag named "absolute position filtering" which roughens the 
position reporting. 
Accessing that configuration is a bit tricky, but there's a code in fwupd 
project which demonstrates how it's done.
I created a "proof of concept" script which changes the flag.
https://raw.githubusercontent.com/KIrill-ka/x230-touchpad-scripts/master/x230-abs-filter-disable.tcl
Run as root. It's rather safe, trust me :)
Despite of the name, the script works on x220. The hardware is the same.
The configuration stays there until the next reboot (or suspend).
It should be possible to store the configuration permanently in the touchpad's 
flash. But it requires more work.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-04-14 Thread Rolf Leggewie
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Expired => Confirmed

** Tags added: thinkpad

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

Re: [Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-03-31 Thread Robert Orzanna
Cannot test right now on Ubuntu because I'm on Fedora 27 right now but
there I didn't have to apply any tweaks. The TouchPad is just working fine.
Maybe that's due to different kernel versions?

On Sat, Mar 31, 2018, 02:19 Tony Mobily <1042...@bugs.launchpad.net>
wrote:

> Well I just wanted to confirm that I switched back to Xorg and
> unfortunately the hack to 50-synaptics.conf no longer works -- the mouse
> is still jumpy
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1042069
>
> Title:
>   Jumpy Mouse Cursor using Thinkpad X230 Touchpad
>
> Status in xserver-xorg-input-synaptics package in Ubuntu:
>   Expired
>
> Bug description:
>   Really annoying bug!
>
>   Trackpoint moves the mouse cursor smootly,
>   when using the touchpad i have a jumpy cursor. (vertically it moves
> fine, horizontally it moves always 4 pixels at once).
>
>   Please see the following demonstration video:
>   http://www.youtube.com/watch?v=XUVRKFUsAmc
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 12.10
>   Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu4
>   ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
>   Uname: Linux 3.5.0-11-generic x86_64
>   ApportVersion: 2.5.1-0ubuntu2
>   Architecture: amd64
>   Date: Mon Aug 27 08:08:27 2012
>   InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64
> (20120824)
>   ProcEnviron:
>LANGUAGE=
>TERM=xterm
>PATH=(custom, no user)
>LANG=de_DE.UTF-8
>SHELL=/bin/bash
>   SourcePackage: xserver-xorg-input-synaptics
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+subscriptions
>

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-03-30 Thread Tony Mobily
Well I just wanted to confirm that I switched back to Xorg and
unfortunately the hack to 50-synaptics.conf no longer works -- the mouse
is still jumpy

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-03-29 Thread Tony Mobily
Hi,

Oh my goodness...
I am using Wayland!!!

merc@merc-ThinkPad-X220:/disk/home/merc$ ps ax | grep wayl
  922 tty1 Ssl+   0:00 /usr/lib/gdm3/gdm-wayland-session gnome-session 
--autostart /usr/share/gdm/greeter/autostart
  968 tty1 Sl+0:00 /usr/bin/Xwayland :1024 -rootless -terminate -core 
-listen 4 -listen 5 -displayfd 6
merc@merc-ThinkPad-X220:/disk/home/merc$ 


I didn't think it'd be the default. It just works so beautifully... I assumed 
it was Xorg!
Also, I used Xmodmap to remap some keys. So... I had no hints that I was not 
running Xorg.


Soo the question then would be: I know _zip_ about Wayland. This is 
obviously a hardware issue that we could get around with some Xorg magic.

Is there any way to replicate the 'fix' with Wayland?

Merc.

P.S.
Oh my, do we really live in a post-Xorg world _finally_? I've been waiting for 
it ever since the world talked about "Berlin" (I doubt anybody here would even 
know what I am talking about... This was published some 18 years ago (!) 
https://nnc3.com/mags/LM10/issue/04/Berlin.pdf )

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-03-29 Thread Tony Mobily
I am even more confused as I installed -- and configured -- the Compiz
setting manager. So... is it really all compatible? How the heck...?

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

Re: [Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-03-29 Thread Robert Orzanna
Hey Tony,

Have you made sure you are on Xorg and not Wayland session?

On Thu, Mar 29, 2018 at 4:33 PM, Tony Mobily <1042...@bugs.launchpad.net>
wrote:

> Unfortunately, this:
>
> [1] https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X230#Touchpad
>
> No longer works as a fix in Ubuntu 17.10
>
> Why would that be? Is the file no longer considered by Xorg?
> Does anybody here know how to make it work?
>
> I have a fantastic X220, which is still pretty damn fast compared to
> "todays'" laptops, and it's barely usable because of this...!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1042069
>
> Title:
>   Jumpy Mouse Cursor using Thinkpad X230 Touchpad
>
> Status in xserver-xorg-input-synaptics package in Ubuntu:
>   Expired
>
> Bug description:
>   Really annoying bug!
>
>   Trackpoint moves the mouse cursor smootly,
>   when using the touchpad i have a jumpy cursor. (vertically it moves
> fine, horizontally it moves always 4 pixels at once).
>
>   Please see the following demonstration video:
>   http://www.youtube.com/watch?v=XUVRKFUsAmc
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 12.10
>   Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu4
>   ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
>   Uname: Linux 3.5.0-11-generic x86_64
>   ApportVersion: 2.5.1-0ubuntu2
>   Architecture: amd64
>   Date: Mon Aug 27 08:08:27 2012
>   InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64
> (20120824)
>   ProcEnviron:
>LANGUAGE=
>TERM=xterm
>PATH=(custom, no user)
>LANG=de_DE.UTF-8
>SHELL=/bin/bash
>   SourcePackage: xserver-xorg-input-synaptics
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-
> input-synaptics/+bug/1042069/+subscriptions
>

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2018-03-29 Thread Tony Mobily
Unfortunately, this:

[1] https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X230#Touchpad

No longer works as a fix in Ubuntu 17.10

Why would that be? Is the file no longer considered by Xorg?
Does anybody here know how to make it work?

I have a fantastic X220, which is still pretty damn fast compared to
"todays'" laptops, and it's barely usable because of this...!

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2017-07-25 Thread Robert Orzanna
Welcome. :-)

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2017-07-25 Thread Man
Yes, confirming. And thank you for the link!

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2017-04-04 Thread Robert Orzanna
Can someone else confirm that using this configuration file does solve
the problem? [1]

At least for me it did. :-)

[1] https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X230#Touchpad

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2017-04-04 Thread Timo Aaltonen
you're free to try, but last I heard it's a firmware bug

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2017-04-03 Thread Robert Orzanna
This problem is still occurring on Ubuntu 17.04, sadly.

GIF animation demonstrating the problem:

https://i.imgur.com/gVV7OqI.gif

Is there really no solution to this?

Would switching to libinput help, maybe?

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2016-07-28 Thread Robert Orzanna
Any updates on this?

Here is another screencast that demonstrates the problem:

https://www.youtube.com/watch?v=oTgaf8tTNEc

~Robert

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-02-17 Thread Robert Orzanna
I am affected as well by a very imprecise and jumpy touchpad on my X230.
I use the latest elementary OS Freya Beta 2 which is based on Ubuntu
14.10.

How can I help resolving the issue?

Thankfully,

Robert

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-01-27 Thread Rüdiger Kupper
Christopher, there already is a bug report for my specific hardware: bug 
#1176857. There has not been any activity since 5/2013.
I will mark package linux as affected.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-01-26 Thread Rüdiger Kupper
** Tags added: saucy trusty utopic

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-01-26 Thread Rüdiger Kupper
Still an issue in utopic!

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-01-26 Thread Christopher M. Penalver
Rüdiger Kupper, thank you for your comment. So your issue may be dealt with as 
soon as possible, and so your hardware may be tracked by having necessary 
debugging information automatically attached, could you please file a new 
report with Ubuntu by executing the following in a terminal while booted into 
the default Ubuntu repository kernel via:
ubuntu-bug linux

For more on why this is most helpful, please read the official Ubuntu 
documentation from the respective Ubuntu developer groups, and triage teams:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies
https://wiki.ubuntu.com/Kernel/Policies/DuplicateBugs
Ubuntu Community: https://help.ubuntu.com/community/ReportingBugs

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

** Tags removed: saucy trusty utopic

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-01-05 Thread Christopher M. Penalver
here, thank you for your comment. So your issue may be dealt with as soon as 
possible, and so your hardware may be tracked by having necessary debugging 
information automatically attached, could you please file a new report with 
Ubuntu by executing the following in a terminal:
ubuntu-bug xorg

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

For more on why this is most helpful, please read the official Ubuntu 
documentation from the respective Ubuntu developer groups, and triage teams:
X.Org, Ubuntu Bug Control, and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

As well, please do not announce in this report you created a new bug
report.

Thank you for your understanding.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2015-01-05 Thread here
lenovo x230t + 14.04 Trusty + xfce

touchpad jerky and unusable with fresh install
trackpoint works fine

comment #15 fixes touchpad movement by pasting into an existing or new
conf file in /usr/share/X11/xorg.conf.d/

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2014-03-18 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-input-synaptics (Ubuntu) because there has
been no activity for 60 days.]

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2014-01-16 Thread Michael Faath
ApportVersion: 2.13.1-0ubuntu1
Architecture: amd64
CasperVersion: 1.336ubuntu1
CurrentDesktop: Unity
DistUpgraded: Fresh install
DistroCodename: trusty
DistroRelease: Ubuntu 14.04
DistroVariant: ubuntu
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140115)
MachineType: LENOVO 2324CTO
Package: xserver-xorg-input-synaptics 1.7.1-0ubuntu1
PackageArchitecture: amd64
ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
ProcVersionSignature: Ubuntu 3.13.0-3.18-generic 3.13.0-rc8
Tags:  trusty ubuntu reproducible
Uname: Linux 3.13.0-3-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
dmi.bios.date: 02/22/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G2ET92WW (2.52 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2324CTO
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro DPK TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET92WW(2.52):bd02/22/2013:svnLENOVO:pn2324CTO:pvrThinkPadX230:rvnLENOVO:rn2324CTO:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2324CTO
dmi.product.version: ThinkPad X230
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.50-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.907-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu1
xserver.bootTime: Thu Jan 16 12:43:53 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 931 
 vendor LGD
xserver.version: 2:1.14.5-1ubuntu2


** Tags added: apport-collected reproducible trusty ubuntu

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2014-01-16 Thread Christopher M. Penalver
Michael Faath, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report by executing the following in a 
terminal:
ubuntu-bug xorg

For more on this, please see the official Ubuntu documentation:
Ubuntu X.Org Team, Ubuntu Bug Control, and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report will delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

** Tags removed: apport-collected reproducible trusty ubuntu

** Attachment removed: xinput.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950059/+files/xinput.txt

** Attachment removed: XorgLogOld.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950058/+files/XorgLogOld.txt

** Attachment removed: XorgLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950057/+files/XorgLog.txt

** Attachment removed: xserver.devices.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950060/+files/xserver.devices.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950056/+files/UdevLog.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950055/+files/UdevDb.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950054/+files/ProcModules.txt

** Attachment removed: ProcInterrupts.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950053/+files/ProcInterrupts.txt

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950052/+files/ProcEnviron.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950050/+files/Lsusb.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950051/+files/ProcCpuinfo.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950049/+files/Lspci.txt

** Attachment removed: LightdmLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950048/+files/LightdmLog.txt

** Attachment removed: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950047/+files/LightdmDisplayLog.txt

** Attachment removed: DpkgLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950046/+files/DpkgLog.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950045/+files/Dependencies.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950044/+files/CurrentDmesg.txt

** Attachment removed: BootLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950043/+files/BootLog.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3950042/+files/BootDmesg.txt

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2014-01-16 Thread IronHalik
ThinkPad X220 on 13.10 and 14.04 (daily 17.01.14) is also affected.
Config from #15, with hysteresis at 30 is helping a lot.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2014-01-16 Thread Christopher M. Penalver
IronHalik, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report by executing the following in a 
terminal:
ubuntu-bug xorg

For more on this, please see the official Ubuntu documentation:
Ubuntu X.Org Team, Ubuntu Bug Control, and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report will delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2013-04-28 Thread Hein-PietervanBraam
I also added the config file suggested here to my xorg.conf directory
and the problem also disappeared for me on my X230.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-18 Thread Andy Hayward
I suspect this behaviour is caused by the interaction of a couple of
factors:

* the touchpad is anisotropic, about 2500DPI vertically but only 1500DPI 
horizontally
* both the synaptics driver and X are making making pointer acceleration 
calculations

These can be mostly fixed by tweaking the config; I'm currently using
(add this as /etc/X11/xorg.conf.d/50-touchpad.conf and restart your
Xserver):

Section InputClass


Identifier touchpad   


MatchProduct SynPS/2 Synaptics TouchPad
Driver synaptics
# fix touchpad resolution
Option VertResolution 100
Option HorizResolution 65
# disable synaptics driver pointer acceleration
Option MinSpeed 1
Option MaxSpeed 1
# tweak the X-server pointer acceleration
Option AccelerationProfile 2
Option AdaptiveDeceleration 16
Option ConstantDeceleration 16
Option VelocityScale 32
EndSection

See also:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/621432


** Attachment added: 50-touchpad.conf
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+attachment/3402410/+files/50-touchpad.conf

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-18 Thread Ilya Schurov
Thanks, Andy! Seems to work fine. I had to use 256 as VelocityScale
(with 32 it's too slow for me), and it makes synaptiks unusable, but
everything else is fine.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


Re: [Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-18 Thread Vijay Ravikumar
Yes, thank you!  It worked beautifully for me too (I stuck with the 32 and
just increased the cursor speed slightly under system settings).

On Thu, Oct 18, 2012 at 8:44 AM, Ilya Schurov i...@schurov.com wrote:

 Thanks, Andy! Seems to work fine. I had to use 256 as VelocityScale
 (with 32 it's too slow for me), and it makes synaptiks unusable, but
 everything else is fine.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1042069

 Title:
   Jumpy Mouse Cursor using Thinkpad X230 Touchpad

 Status in “xserver-xorg-input-synaptics” package in Ubuntu:
   Confirmed

 Bug description:
   Really annoying bug!

   Trackpoint moves the mouse cursor smootly,
   when using the touchpad i have a jumpy cursor. (vertically it moves
 fine, horizontally it moves always 4 pixels at once).

   Please see the following demonstration video:
   http://www.youtube.com/watch?v=XUVRKFUsAmc

   ProblemType: Bug
   DistroRelease: Ubuntu 12.10
   Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu4
   ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
   Uname: Linux 3.5.0-11-generic x86_64
   ApportVersion: 2.5.1-0ubuntu2
   Architecture: amd64
   Date: Mon Aug 27 08:08:27 2012
   InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64
 (20120824)
   ProcEnviron:
LANGUAGE=
TERM=xterm
PATH=(custom, no user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
   SourcePackage: xserver-xorg-input-synaptics
   UpgradeStatus: No upgrade log present (probably fresh install)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+subscriptions


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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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

[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-18 Thread Donjan Rodic
@Andy:
Thanks for the very useful conf file!

It seems that sometime in 2010/2011 the default directory has switched from 
/etc/X11/xorg.conf.d/ to /usr/share/X11/xorg.conf.d/ ... so we should use that 
instead. There is already a 50-synaptics.conf file there. Currently I've pasted 
your config in a new 52-synaptics-x230.conf and it works well*.
But for a proper fix the responsible Ubuntu maintainers should put it into the 
already present 51-synaptics-quirks.conf (which is obviously meant for such an 
occasion) with the correct MatchTag.

I'd provide the MatchTag myself if I knew how to get it properly, but
'udevadm info --export-db' doesn't seem to offer anything directly
useful and 'xinput -list' gives the fairly generic 'SynPS/2 Synaptics
TouchPad'.


* As an aside, I'm not sure if your config is 100% tuned, because my touchpad 
still jumps (just a few pixels) when moving slow-ish over the screen, but much 
less than before and I'm generally using the trackpoint anyway, so it's no big 
deal for me.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-18 Thread Donjan Rodic
So far, Google doesn't bother returning a JumpyCursorThreshold with
connection to the X230, so someone ;) will have to test it out... but
we need a working MatchTag anyway for it to be of use.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-02 Thread Hein-PietervanBraam
I have the same issue with ubuntu 12.04 on my X230

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

** Changed in: xserver-xorg-input-synaptics (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/1042069

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-09-01 Thread Ilya Schurov
12.04 is also affected. Note also the following thread on x230 which may
or may not be related to this bug: http://forum.notebookreview.com
/lenovo-ibm/676519-x230-trackpoint-issue-very-choppy-not-smooth-all-
normal.html . On my laptop, touchpad works fine under Windows, so it
seems to be driver issues.

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-08-30 Thread bugbot
** Tags added: kubuntu

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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


[Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-08-27 Thread cagara
** Summary changed:

- Jumpy Mouse Cursor using Thinkpad X203 Touchpad
+ Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

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

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