mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-07 06:25:32 +02:00
OpenSUSE: SteamVR needs setcap
This commit is contained in:
parent
ae6e1d6e1a
commit
6c9d7d9a67
1 changed files with 14 additions and 1 deletions
|
@ -9,3 +9,16 @@ title: OpenSUSE Tumbleweed
|
||||||
- The set of [Monado Vulkan Layers](/docs/hardware/) is provided by a [community package](https://build.opensuse.org/package/show/home:Etch-9:xr/monado-vulkan-layers-git).
|
- The set of [Monado Vulkan Layers](/docs/hardware/) is provided by a [community package](https://build.opensuse.org/package/show/home:Etch-9:xr/monado-vulkan-layers-git).
|
||||||
|
|
||||||
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)](https://en.opensuse.org/Additional_package_repositories)
|
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)](https://en.opensuse.org/Additional_package_repositories)
|
||||||
|
|
||||||
|
## 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:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo zypper install libcap-progs
|
||||||
|
sudo ln -s /sbin/getcap /usr/bin/
|
||||||
|
sudo ln -s /sbin/setcap /usr/bin/
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue