Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(linux): Warning against beta vulkan-radeon version in Linux Troubleshooting wiki page #2617

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions wiki/Linux-Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Could be related to Arch AUR package (either installed not for nvidia on nvidia

Try using a launcher or portable .tar.gz release from the Releases page.

## Artifacting, no SteamVR Overlay or graphical glitches in streaming view
## Segfault, Artifacting, no SteamVR Overlay or graphical glitches in streaming view

Could be related to AMD amdvlk or amdgpu-pro driver being present on your system.

Expand All @@ -37,10 +37,14 @@ If you have Amdvlk installed on your system, it overrides other vulkan drivers a
### Fix

Check if amdvlk or amdgpu-pro are installed by seeing if `ls /usr/share/vulkan/icd.d/ | grep -e amd_icd -e amd_pro` shows anything.
If so, uninstall amdvlk and/or the amdgpu-pro drivers from your system. (This method may not catch all installations due to distro variations)
If so, uninstall amdvlk and/or the amdgpu-pro drivers from your system. (This method may not catch all installations due to distro variations).

On arch, first install `vulkan-radeon` and uninstall other drivers.

Avoid using the beta vulkan-radeon version.

On arch, that means using the vulkan-radeon package from the official repositories and not the vulkan-radeon-git from the mesa-git repo.

## Failed to create VAAPI encoder

Blocky or crashing streams of gameplay and then an error window on your desktop saying:
Expand Down