DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.18k stars 175 forks source link

How to get Kamvas 20 working on Ubuntu 20.04 (Digimend "breaks" Kamvas 20) #609

Open shilewenuw opened 2 years ago

shilewenuw commented 2 years ago

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 or xsetwacom list, I get Tablet 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

shilewenuw commented 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.

shilewenuw commented 2 years ago

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)]

shilewenuw commented 2 years ago

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