PDA

View Full Version : [ubuntu] problem with X41 tablet stylus functionality



FrankTheTankC
January 8th, 2011, 07:27 PM
Under the ubuntu 10.10 live CD, the stylus works perfectly.
However, when I actually install and start to use 10.10 on this laptop, touching the stylus to the screen would make the cursor jump and click all over the edges of the screen.
Any ideas?

Favux
January 8th, 2011, 09:57 PM
Hi FrankTheTankC,

Sounds like the stylus isn't actually on the Wacom driver for whatever reason. Let's see what the output of the following in a terminal is.:

xinput --list

Oldbones
January 24th, 2011, 12:03 AM
:popcorn: I'm paying attention to this thread and would love to see the touchscreen start working.
roue@ThinkPad:~$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=10 [slave pointer (2)]
⎜ ↳ Serial Wacom Tablet eraser id=12 [slave pointer (2)]
⎜ ↳ Serial Wacom Tablet stylus id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
↳ ThinkPad Extra Buttons id=11 [slave keyboard (3)]

Favux
January 24th, 2011, 12:33 AM
Hi Oldbones,

Now let's check what driver the stylus is on:

xinput list-props "Serial Wacom Tablet stylus"
and post the output.

cBusBrewGuy
March 6th, 2011, 02:30 AM
I had similar problems and for kicks I installed the latest version of the linux wacom driver.
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom

Problem solved! No more random clicking, jitter, jumping, etc.