On Thu, Apr 21, 2011 at 3:20 AM, Sven Lemke <cat...@web.de> wrote:
> Date: Thu, 21 Apr 2011 12:15:28 +1000
> From: Peter Hutterer <peter.hutte...@who-t.net>
> To: Sven Lemke <cat...@web.de>
> Subject: Re: Bamboo problems; was Re: Wacom Wiki 2
>
> On Wed, Apr 20, 2011 at 04:14:04PM +0200, Sven Lemke wrote:
>> > Hello Peter,
>> >
>> > just wanted to give you some feedback on the driver.
>> >
>> > I compiled everything from scratch and the CTH-460
>> > pen input is working nicely out of the box. But I
>> > have a little problem with the touch input.
>> >
>> > When I remove my finger from the pad the cursor
>> > jumps about 1/4 screen width to the left or to the
>> > top left of the screen. Could it be that there are
>> > two devices for the touchpad? That is an emulated
>> > mouse and the touch input. I am using Xorg 1.8.1
>> > with udev.

Which version of xf86-input-wacom did you compile and install?  Your
best bet is to try the just released 0.11.0 version.  There have been
bugs that caused jumps in last 6 months but I believe all are fixed in
current version.

Also, your server is older than mine and so you may be hitting some
bugs fixed in later server versions (there have been a few).  At least
make sure your upgraded to latest patched version from your distro.

>> >
>> > Maybe you could give me a hint where to start looking
>> > for the problem. I can send you Xorg.0.log if that
>> > helps.

Check out the http://linuxwacom.sourceforge.net for how to configure
the device with either xinput or xsetwacom command.  There are two
options to enable debugging.  When turning on both, it will start
printing the X/Y values to log file as you move your finger or
release.  If you see a X go to zero while "px = 1" (finger is touching
pad) then you know its a xf86-input-wacom issue when it jumps to left.

>> >
>> > Under Windows and Linux the touch input has a "lag"
>> > of about 300ms and I am not sure who to blame. The
>> > Bamboo seems to be just badly designed hardware.
>> >

What is your definition of  "lag"?  Is it only 300ms delay before
first movement and then aligned or do you see timeshift of 300ms (last
packet sent 300ms after lifting finger)?  How are you judging this
very short time period?

Linux and Windows have different gesture logic *but* if you want
gestures on any platform with any hardware there will be some sort of
delay introduced while HW or SW is deciding if your moving finger
around or doing a gesture which should not move cursor.  The more
gesture combinations supported, the longer the initial delay must be.

Check the wiki page and look for the config option that allows you to
disable Touch Gesture support.  Turn that off and see if your lag goes
away.

>From my experience of monitoring data coming from "touchpad" devices,
the bamboo is returning very good raw data.  Overall, I think the
devices works much better than the price point its at would lead you
to assume.

Chris

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to