Open shilewenuw opened 2 years ago
update: it seem the driver actually removes the pad. When I uninstalled the digimend drivers, I was able to see the pad from xinput list again.
Here's the output of xinput after uninstalling digimend ⎜ ↳ Tablet Monitor Pad id=21 [slave pointer (2)] ⎜ ↳ Tablet Monitor Pen Pen (0) id=23 [slave pointer (2)]
I made Kamvas 20 work finally on Ubuntu.
Step 1: Uninstall Digimend, run sudo reboot
Step 2:
Add
Section "InputClass"
Identifier "Tablet"
Driver "wacom"
MatchDevicePath "/dev/input/event*"
MatchUSBID "256c:006e"
EndSection
to /usr/share/X11/xorg.conf.d/50-tablet.conf (create file if missing)
KEY NOTES - it seems pressure sensitivity works out of the box, and digimend drivers actually breaks Kamvas 20 on Ubuntu
If the pen is on the wrong screen, use timotimo's solution from https://forum.kde.org/viewtopic.php?f=139&t=125532
Using Ubuntu 20.04 Followed these steps: 1) Install from .deb file 2) Move stylus from main monitor to graphics tablet: https://forum.kde.org/viewtopic.php?f=139&t=125532 (see timotimo's solution)
From
xinput list
orxsetwacom list
, I getTablet Monitor stylus id: 10 type: STYLUS
Tablet Monitor eraser id: 11 type: ERASER
The stylus works, however, the pad (where the buttons are) seems to be missing