Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=54250.

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-08-30T08:00:37+00:00 Timo Aaltonen wrote:

I get extra lines with gimp leading to the top-left corner when I touch
the buttons on my Intuos5 S while drawing. No need to touch the button
down, just showing the finger seems to be enough..

Happens with 1.12.99.905 server, kernel 3.5, -wacom 0.16+git9f32b03.

Reply at: https://bugs.launchpad.net/xf86-input-
wacom/+bug/1038615/comments/11

------------------------------------------------------------------------
On 2012-08-30T08:13:49+00:00 Timo Aaltonen wrote:

by "silent" I mean the cursor doesn't seem to jump there, but gimp shows
these streaks..

xev shows this even when that happens:

KeymapNotify event, serial 42, synthetic NO, window 0x0,
    keys:  4294967235 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0 
  
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

Reply at: https://bugs.launchpad.net/xf86-input-
wacom/+bug/1038615/comments/12

------------------------------------------------------------------------
On 2012-09-13T12:36:00+00:00 Timo Aaltonen wrote:

still the same with kernel 3.6-rc5, -wacom 0.17.

Reply at: https://bugs.launchpad.net/xf86-input-
wacom/+bug/1038615/comments/14

------------------------------------------------------------------------
On 2012-09-13T22:59:04+00:00 Killertofu wrote:

After some poking around, I think I've tracked down the cause of this
behavior.

When touching (but not pressing) a button, the kernel driver mostly
ignores the hardware event it receives. The out-of-prox logic is
triggered, and we send an event indicating the pad has left proximity.
The problem is that since the pad never *entered* proximity, it can
leave the X driver a little confused.

When a new packet comes in from the kernel, the X driver uses the serial
number to find the appropriate "channel" to store event data in. It then
updates the most-recent information in that channel with the packet data
and processes the result as an event. An excess out-of-prox event starts
from an empty state, causing the driver to ask the kernel for the tool
that is currently in proximity. If it finds something, an empty event is
sent for that tool, causing a momentary jump to the top-left corner.

There are two ways I see to fix this bug: a) have the kernel send an
(empty) in-prox event for button touches so the X driver doesn't get
confused, b) have the X driver ignore out-of-prox events for already
out-of-prox tools.

Reply at: https://bugs.launchpad.net/xf86-input-
wacom/+bug/1038615/comments/16

------------------------------------------------------------------------
On 2012-09-14T04:57:57+00:00 Timo Aaltonen wrote:

I could certainly use a patch for the X driver, faster to get it
accepted as a stable update :) Don't mind if the kernel would get fixed
later.

Reply at: https://bugs.launchpad.net/xf86-input-
wacom/+bug/1038615/comments/17


** Changed in: xf86-input-wacom
       Status: Unknown => In Progress

** Changed in: xf86-input-wacom
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/1038615

Title:
  Wacom Intuos 5 button touch moves the cursor to the top left corner

To manage notifications about this bug go to:
https://bugs.launchpad.net/xf86-input-wacom/+bug/1038615/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to