openSUSE Tumbleweed#
Packages:
- The OpenXR SDK package can be found in the hardware:xr package on the 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. 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/