Page 1 of 1

wacom touchscreen

Posted: 28 Feb 2025, 06:11
by vinnie
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).