Configuration files to make a Huion Kamvas 13 Pro work with GNOME extension Draw On Your Screen, in Ubuntu 20.04.
screencast.mp4
Go to the extension page and enable it:
https://extensions.gnome.org/extension/1683/draw-on-you-screen/
The driver is available here:
https://github.com/Mantaseus/Huion_Kamvas_Linux
Install the following package:
sudo apt-get install xserver-xorg-input-evdev
Edit or create the file:
sudo nano /etc/X11/xorg.conf
And add:
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
sudo pip3 install kamvas-driver
cp .kamvas_config.yaml ~/.kamvas_config.yaml
vendor_id
:0x256c
product_id
:0x006d
Check with sudo lsusb
.
default_display
:DP-1-1
I got a HDMI to Display Port converter, but if using HDMI probably its
HDMI1
.
Check with sudo xrandr
.
sudo rmmod hid-uclogic
kamvas start