From 592089a2310b99727396da4b81f76c5b4039e353 Mon Sep 17 00:00:00 2001 From: Leonhard Saam <54042101+The-personified-devil@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:45:51 +0200 Subject: [PATCH] docs(linux): simplify steamvr runtime workaround (#2183) --- wiki/Linux-Troubleshooting.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wiki/Linux-Troubleshooting.md b/wiki/Linux-Troubleshooting.md index 424cada451..3056484532 100644 --- a/wiki/Linux-Troubleshooting.md +++ b/wiki/Linux-Troubleshooting.md @@ -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.