HOWTO: XP-PEN Drawing Tablet

Tested with the Deco 01 v2 tablet.

Download latest Linux drivers: https://www.xp-pen.com/download/file/id/1591/ext/zip.html

Extract where ever you want.
Edit the Pentablet_Driver.sh file (rem or remove the lines) or create a new sh file in Linux_Pentablet_V1.2.1 :
#!/bin/sh
dirname=$PWD/
LD_LIBRARY_PATH=$dirname/lib
export LD_LIBRARY_PATH
./Pentablet_Driver β€œ$@”

set as executable and run with sudo.

1 Like

I also got a XP-Pen Deco 01 V2 tablet, considerably cheaper than Wacom, and the manufactrer puts out a linux driver. It’s in beta but works for me on Clear Linux: Supports everything but tilt sensitivity. In other words, the buttons and pressure sensitivity all work.