wacom touchscreen
Posted: 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:
restart udev rules with:
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).
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"
Code: Select all
sudo udevadm control --reload-rules
sudo udevadm trigger
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).