openSUSE Tumbleweed#

Packages:

Any other package in hardware:xr is really outdated and should not be used. An additional list on third-party repositories can be found on the additional package repositories page on opensuse.org

SteamVR#

You may get a “SteamVR setup is incomplete” error when trying to run SteamVR on openSUSE Tumbleweed. This happens because SteamVR needs to run setcap/getcap, but can’t find them.

You manually link these commands to a location SteamVR can find by running:

sudo zypper install libcap-progs
sudo ln -s /sbin/getcap /usr/bin/
sudo ln -s /sbin/setcap /usr/bin/