Vojtech Pavlik wrote:
> On Sat, Feb 24, 2007 at 05:36:47PM -0500, Mazin wrote:
>
>   
>> You're absolutely right.  All of the information that I need is there, 
>> and evtest can see it.  What do I do next?  There's basically two things:
>> The absolute coordinates are not interpreted right.  (Inkscape in 
>> Windows says I have a 4000x3000 resolution tablet).
>> I can't use the pressure data.  It's not registered as an extended input 
>> device.
>>     
>
> You need to use the evdev X.Org driver with it (man evdev) and set it up
> according to that manpage (section ABSOLUTE AXIS CONFIGURATION).
>
>   
I think I'm making progress with evdev.

Right now it's set up as:

Section "InputDevice"
    Identifier   "UC-Logic"
    Driver   "evdev"
    Option   "SendCoreEvents"   "true"
    Option   "Name"   "  TABLET DEVICE"
    Option   "Mode"   "absolute"
EndSection

The Y-axis works perfectly.  However, pressure is not currently 
working.  X-axis movement is jerky for unknown reasons (seems to come 
from moving it fast).

Anyways, thanks for the help you've provided.
I'll try to get this figured out soon,
Mazin

-------------------------------------------------------------------------
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
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to