Comment 12 for bug 1926860

Revision history for this message
Tino (tinoh82) wrote :

So it looks like this has to do with the Wacom driver. I am able to get it to work again but without being able to configure the tablet itself. However the pen is recognized and working fine.

What I did is specifically add my tablet to the file /usr/share/X11/xorg.conf.d/70-wacom.conf by adding this section:

Section "InputClass"
        Identifier "XP Pen Star 03"
        MatchUSBID "5543:0081"
        MatchProduct "TABLET 1060N"
        MatchDevicePath "/dev/input/event*"
        MatchIsTablet "true"
        Driver "wacom"
EndSection

This recognizes the pen and also makes the pen come up in the ubuntu settings under "Wacom Tablet" (see screenshots for details.

Now the question is how can I get the tablet to com up in the settings as well?
And how can it be done so it works out of the box?