wacom touchscreen

Arch based Porteus community project

Moderator: M. Eerie

vinnie
Shogun
Shogun
Posts: 211
Joined: 13 Jun 2024, 08:25
Distribution: alpine

wacom touchscreen

Post#1 by vinnie » 28 Feb 2025, 06:11

I was able to get the touchscreen to work very easily:
replace in the file /usr/lib/udev/rules.d/wacom.conf the config line with:

Code: Select all

SUBSYSTEM=="tty|pnp", KERNEL=="ttyS[0-9]*", ATTRS{id}=="WACf*", RUN+="/usr/bin/start-stop-daemon --start --quiet --pidfile /run/wacom-inputattach-%k.pid --make-pidfile --background --exec /usr/bin/isdv4-serial-inputattach -- /dev/%k"
restart udev rules with:

Code: Select all

sudo udevadm control --reload-rules
sudo udevadm trigger
obviously for the reboot, you have to save the wacom.conf file


it might be useful to make this change permanently to nemesis since it is needed using openrc instead of systemd (who knows why it was left that way by artix).