From XP-Pen star03 drivers and configuration - #6 by bogdancovaciu with some slight variations:
This is the solution that has worked for me so far:
-
install digimend drivers through AUR:
pamac build digimend-kernel-drivers-dkms-git
-
install wacom control module:
pacman -Syu xf86-input-wacom
-
find serial USB info (in my case it was “28bd:000c”
lsusb
-
configure /usr/share/X11/xorg.conf.d/50-digimend.conf
kate /usr/share/X11/xorg.conf.d/50-digimend.conf
-
Update this section to add the above serial USB info if it’s not already present. I have no idea if this will work for anyone else, but it worked for me.
Section "InputClass"
Identifier "Ugee/XP-Pen tablets with Wacom driver"
MatchUSBID "28bd:007[1458]|28bd:0094|28bd:0042|5543:004[57]|5543:0081|5543:0004|5543:3031|28bd:000c"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
- restart computer
- open “Wacom Tablet Settings”
- it will say no tablet detected and ask you to load it manually.
- go to the next screen, update any info as needed to match your tablet, then hit Save. Application doesn’t say anything when you hit save but supposedly it did something in the background…
- restart computer again
- open “Wacom Tablet Settings” again
- this time it should now detect your tablet correctly and give you the options to set it up.
I then set it to be locked to my tablet screen with the “Map to Screen 2” option. Other tabs let me set up the express keys, but some of them were out of order, I assume because it’s not an actual wacom tablet.
Anyways, that’s it. Good luck.