Hi Bryan,

Thanks much for the testing.

On Thu, Mar 04, 2010 at 10:20:42PM -0800, Bryan Hundven wrote:
> Attached is a test I did in xournal, exported to pdf. This test was
> only with the pen. I pulled from the devel branch on sf.
> 
> On the left side I tried to draw fast, and on the right slow.
> 
> First of all, this does seem to fix what I was seeing in #2952501.
> 
> It also provides more evidence that my touch issue in the bug notes is
> a different issue. Sometimes when I slightly touch the screen, moving
> my finger around in a circle, the touch cursor jumps to 0,0. Hence
> clicking the Applications menu in gnome.

I think this is an X server bug that was fixes a short while ago (it's in
the 1.7.5.901 release I pushed out today, search for "dix: don't update the
slave coordinates from the VCK"). Should be unrelated to the wacom driver,
unless you're seeing a completely different issue..

> When I draw fast with the pen the circle is more of a polygon, but
> when I draw the circle slowly it looks fine. Some kind of tracking
> issue?

hmm. good question. Please run "xinput --test-xi2" and then move in a
circle. The raw events should look something like this:
EVENT type 17
    device: 2
    detail: 0
    valuators:
        0: 0.00 (-1.00)
        1: -4.00 (-9.00)

where the two numbers are unaccelerated and accelerated values. Are they
always the same? if not, then acceleration kicks in and that's causing the
problem. If they are the same, it's the driver's fault.

> I also noticed that sometimes when I flipped to the eraser that it was
> still drawing with the stylus. Only after using the stylus did the
> eraser go back to being the eraser. This might also be an issue with
> xournal.
> 
> And after doing this test, touch stopped working. Touch returned after
> restarting the xserver.
> 
> I checked the Xorg.0.log.old after restarting and still see:
> 
> (WW) wcmSerialValidate: bad magic at 3 v=a4 l=9

out of interest - are all these bugs introduced by this latest patch set?
what was the last known working version? If you have one, can you git bisect
down to the patch that breaks it (or introduces one of these issues)?

Cheers,
  Peter

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to