On 1/29/07, Dave M G <[EMAIL PROTECTED]> wrote:
> The one down note is that now a new issue has emerged.
>
> In GIMP, it now doesn't matter if I set the extended devices (cursor,
> stylus, eraser) to be "Window" or "Screen", the Wacom *always* behaves
> in "Window" mode.

I guess you are using relative mode with your devices.  Try absolute
mode to see what you get.

>
> This was working before, so I'm guessing it might be something to do
> with the new version of the LinuxWacom driver.

You are right.  It is the new change in linuxwacom made the
difference.  The change applies to relative mode fixing the pressure
issue.  However, applications that use tablet cordinates instead of
system cursor postion to draw would have problem since driver don't
report relative data any more (relative data causes issue to
pressure).  From driver's point of view, raw tablet data should be
reported instead of relative data. Application could get the proper
drawing position on the screen/window by cursor postion.  Ignore what
I said above if it is confusing to you.  All I wanted to say is:
Linux device driver and application developers need to work together
to resolve this issue.  It is not a pure driver issue.

Ping

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to