Skip to content

Commit

Permalink
docs(linux): simplify steamvr runtime workaround (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-personified-devil authored and zmerp committed Jul 2, 2024
1 parent 7a087c0 commit 592089a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wiki/Linux-Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ The steam runtimes SteamVR runs in break the alvr driver loaded by SteamVR.
This causes the screen to stay black on the client or an error to be reported that the pipewire device is missing or can even result in SteamVR crashing.

### Fix
Add `~/.steam/steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%` to the commandline options of SteamVR (SteamVR -> Manage/Right Click -> Properties -> General -> Launch Options).

The path might differ based on your installation of Steam, for example on systems using the deb-package like Debian and Mint `~/.steam/debian-installation/steamapps/common/SteamVR/bin/vrmonitor.sh %command%` is needed.
Add `~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%` to the commandline options of SteamVR (SteamVR -> Manage/Right Click -> Properties -> General -> Launch Options).

## Amdvlk/AMD
If you have Amdvlk installed on your system, it overrides other vulkan drivers and causes SteamVR to break. Use the `vulkan-radeon` driver (aka radv) instead.
Expand Down

0 comments on commit 592089a

Please sign in to comment.