You are not logged in.
I just installed steam for the first time, and my games work fine, but whenever I try to launch Steam VR, it says "SteamVR requires superuser access to finish setup." I am trying to use a Valve Index if it matters. Let me know if you need any more information from me.
Thanks.
Offline
You have followed https://wiki.archlinux.org/title/Virtua … _/_SteamVR ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
run this command to fix
sudo setcap CAP_SYS_NICE=eip ~/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrcompositor-launcher
the popup in question is caused by the shell script located at
~/user/.local/share/Steam/steamapps/common/SteamVR/bin/vrsetup.sh
which wants to set this capability with pkexec, I'm assuming pkexec does not have a gui installed by default so it fails on a distro like arch
Offline