Steam Deck

Steam Deck

Team Fortress 3 Jun 16, 2023 @ 10:45am
How to Config Graphic Tablet
The graphic tablet config (wacom) is missing by default in the Input Devices menu. Here's how to bring it back.

Open a terminal window ctrl+alt+T, then type:

sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman -S kcm-wacomtablet
sudo steamos-readonly enable

:steamhappy:
Last edited by Team Fortress 3; Jun 16, 2023 @ 3:52pm
< >
Showing 1-9 of 9 comments
retrogunner Jun 16, 2023 @ 3:25pm 
Cool. Cool. You need to set your `sudo steamos-readonly enable` back.
Note: This will likely break with Steam OS updates.

It might be possible to do the same without using distrobox/podman OR a VM ... if you can enable USB pass through.
Team Fortress 3 Jun 16, 2023 @ 3:52pm 
Originally posted by retrogunner:
Cool. Cool. You need to set your `sudo steamos-readonly enable` back.
Note: This will likely break with Steam OS updates.

It might be possible to do the same without using distrobox/podman OR a VM ... if you can enable USB pass through.
Thanks for the tip retrogunner, I'll edit my post to include sudo steamos-readonly enable.
Pro CopperTail Dec 3, 2023 @ 10:27pm 
Hello, when running the "sudo pacman -S kcm-wacomtablet" line, I get the following error,
error: xf86-input-wacom: signature from "GitLab CI Package Builder <ci-package-builder-1@steamos.cloud>" is unknown trust :: File /var/cache/pacman/pkg/xf86-input-wacom-1.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] n error: kcm-wacomtablet: signature from "GitLab CI Package Builder <ci-package-builder-1@steamos.cloud>" is unknown trust :: File /var/cache/pacman/pkg/kcm-wacomtablet-1:3.2.0-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]

Is there anyway around this?
Triggerpigking Dec 26, 2023 @ 2:39am 
Originally posted by Pro CopperTail:
Hello, when running the "sudo pacman -S kcm-wacomtablet" line, I get the following error,
error: xf86-input-wacom: signature from "GitLab CI Package Builder <ci-package-builder-1@steamos.cloud>" is unknown trust :: File /var/cache/pacman/pkg/xf86-input-wacom-1.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] n error: kcm-wacomtablet: signature from "GitLab CI Package Builder <ci-package-builder-1@steamos.cloud>" is unknown trust :: File /var/cache/pacman/pkg/kcm-wacomtablet-1:3.2.0-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]

Is there anyway around this?

Ive had to reinstall the tablet settings many times at this point, rather frustrating that the deck supports graphics tablets but not the ability to modify them with simple settings.

For this time round i've been getting this error and it seems to be an issue with signature verification.
https://www.reddit.com/r/SteamDeck/comments/17yp6c7/skip_steamos_35_stable_for_heavy_pacman_users/

you can change a few settings in rootfs/etc pacman conf
which disables it and worked for me.
check pacman conf for these 3 settings and change them to this.
SigLevel = Never
#LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

This being said i'm still not sure on the ramifications of doing this, i'm still quite new to linux and it seems like trying to modify the deck even slightly is trouble and a half even for linux users, I believe it's just a way to determine if your package is legit, but i'm not 100% so be careful with this.
[?]legit Dec 26, 2023 @ 5:43am 
Can you use the tablet as an input method? Like using it as a mouse?
Pro CopperTail Aug 21, 2024 @ 11:34pm 
Originally posted by Triggerpigking:
Originally posted by Pro CopperTail:
Hello, when running the "sudo pacman -S kcm-wacomtablet" line, I get the following error,
error: xf86-input-wacom: signature from "GitLab CI Package Builder <ci-package-builder-1@steamos.cloud>" is unknown trust :: File /var/cache/pacman/pkg/xf86-input-wacom-1.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] n error: kcm-wacomtablet: signature from "GitLab CI Package Builder <ci-package-builder-1@steamos.cloud>" is unknown trust :: File /var/cache/pacman/pkg/kcm-wacomtablet-1:3.2.0-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]

Is there anyway around this?

Ive had to reinstall the tablet settings many times at this point, rather frustrating that the deck supports graphics tablets but not the ability to modify them with simple settings.

For this time round i've been getting this error and it seems to be an issue with signature verification.
https://www.reddit.com/r/SteamDeck/comments/17yp6c7/skip_steamos_35_stable_for_heavy_pacman_users/

you can change a few settings in rootfs/etc pacman conf
which disables it and worked for me.
check pacman conf for these 3 settings and change them to this.
SigLevel = Never
#LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

This being said i'm still not sure on the ramifications of doing this, i'm still quite new to linux and it seems like trying to modify the deck even slightly is trouble and a half even for linux users, I believe it's just a way to determine if your package is legit, but i'm not 100% so be careful with this.

Thank you!

After I changed SigLevel to equal 'Never', I was able to follow the remaining steps posted by OP without any errors.

After a reboot I was able to see the graphics tablet input settings and it was able to detect my wacom tablet.

I then changed SigLevel back to its original setting and everything is still working as it should.
Team Fortress 3 Aug 22, 2024 @ 9:29am 
Originally posted by Pro CopperTail:
Originally posted by Triggerpigking:

Ive had to reinstall the tablet settings many times at this point, rather frustrating that the deck supports graphics tablets but not the ability to modify them with simple settings.

For this time round i've been getting this error and it seems to be an issue with signature verification.
https://www.reddit.com/r/SteamDeck/comments/17yp6c7/skip_steamos_35_stable_for_heavy_pacman_users/

you can change a few settings in rootfs/etc pacman conf
which disables it and worked for me.
check pacman conf for these 3 settings and change them to this.
SigLevel = Never
#LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

This being said i'm still not sure on the ramifications of doing this, i'm still quite new to linux and it seems like trying to modify the deck even slightly is trouble and a half even for linux users, I believe it's just a way to determine if your package is legit, but i'm not 100% so be careful with this.

Thank you!

After I changed SigLevel to equal 'Never', I was able to follow the remaining steps posted by OP without any errors.

After a reboot I was able to see the graphics tablet input settings and it was able to detect my wacom tablet.

I then changed SigLevel back to its original setting and everything is still working as it should.
Wow! Thank you!
Yushi Sora Sep 16, 2024 @ 8:52am 
Thanks for posting this guide!:steamthumbsup:
Team Fortress 3 Sep 17, 2024 @ 8:31am 
Originally posted by Yushi:
Thanks for posting this guide!:steamthumbsup:
You're welcome! :steamthumbsup:
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Jun 16, 2023 @ 10:45am
Posts: 9