http://bugs.winehq.org/show_bug.cgi?id=12005
--- Comment #20 from John Klehm xixsimplicityxix@gmail.com 2008-05-06 13:53:15 --- (In reply to comment #19)
Running 0.9.61 and still no support with my wacom based tabletpc. Still reports the following
trace:wintab32:X11DRV_LoadTabletInfo Device 2: [id 2|name stylus|type Wacom Stylus|num_classes 3|use Unknown] trace:wintab32:X11DRV_LoadTabletInfo Device 3: [id 3|name cursor|type Wacom Cursor|num_classes 3|use Unknown]
KeithB what distro are you using and what tablet?
The curious part of the logs is that the use is "Unknown". This should almost certainly be IsXExtensionDevice or IsXExtensionPointer. This makes me think that its not a wine problem but an x11 one. If you can pastebin the output of the following commands perhaps we can get to the bottom of this.
$xsetpointer -l
and
$xidump -l
If I had to guess it almost seems as if you dont have xorg-input-wacom or equivalent package installed.