Wacom tablet

Chris Sparkes chris at sparkessoftware.com
Wed Oct 11 19:48:59 UTC 2017


I have added a section to xorg.conf for the stylus. It now shows up in 
xsetwacom and works, but it's very intermittent.

When I use the stylus, it can take over 20 tries before the mouse cursor 
will actually move. When it does, it keeps working until I take the 
stylus away from the tablet, then usually won't work again for a while. 
It feels like the time it takes to start working again gets longer each 
time.

I tried using cat on /dev/input/event0 and can see that I don't always 
get characters output when I use the stylus.

I have found out that if Xorg is connected, or cat is running, I do not 
get the disconnects occurring. Maybe that issue is only caused by not 
having an open connection to the device.

I have added the usb quirk, and it did get rid of the uhid messages. I 
only get the messages about ugen0.5 now (which I expect).

Thanks for your help.


On 11/10/2017 18:58, Jan Beich wrote:
> Chris Sparkes <chris at sparkessoftware.com> writes:
> 
>> 1. Xorg is not being configured when the device is plugged
>> in. (xsetwacom does not show any devices).
> 
> devd(8) hotplugging is currently partially broken. See bug 196678.
> Either apply one of the attached patches, use HAL or configure manually.
> 
>> Xorg log shows 'config/devd: ignoring device uhid1'. dmesg shows the
>> messages below. These messages repeat every time I lift the pen off
>> the tablet.
> 
> Try disabling uhid(4) from attaching as it may conflict with wacom(4x).
> 
>   $ kldload usb_quirk
>   $ usbconfig add_dev_quirk_vplh 0x056a 0 0 0xffff UQ_MATCH_VENDOR_ONLY
>   $ usbconfig add_dev_quirk_vplh 0x056a 0 0 0xffff UQ_HID_IGNORE
>   <disconnect the device>
>   <connect the device>
>   $ dmesg | uhid
> 
> If it helps I can add it to /usr/local/etc/rc.d/wacom
> 


More information about the freebsd-ports mailing list