OpenSUSE Tumbleweed #
Packages:
- The OpenXR SDK package can be found in the hardware:xr Open Build service project. To build Envision profiles, the devel package will also have to be installed.
- The set of Monado Vulkan Layers is provided by a community package.
Any other package in hardware:xr is really outdated and should not be used. Additional information on third-party repositories can be found here: Additional package repositories (opensuse.org)
SteamVR #
SteamVR may give you a “SteamVR setup is incomplete” error on OpenSUSE Tumbleweed.
This happens because SteamVR needs to run the setcap
/getcap
programs, but can’t find them.
To fix it, run these commands:
sudo zypper install libcap-progs
sudo ln -s /sbin/getcap /usr/bin/
sudo ln -s /sbin/setcap /usr/bin/