include instructions to fix steam streaming

This commit is contained in:
ducoterra
2023-08-31 09:13:45 -04:00
parent 5d9feac36f
commit 3611428a2a
2 changed files with 9 additions and 3 deletions

View File

@@ -3,10 +3,13 @@
- [Gaming](#gaming)
- [Discord](#discord)
- [Steam](#steam)
- [Streaming not working](#streaming-not-working)
- [VSCode](#vscode)
- [XWayland](#xwayland)
- [Wine](#wine)
- [Spotify](#spotify)
- [VLC](#vlc)
- [Remote Desktop](#remote-desktop)
- [AppImages](#appimages)
- [Bitwarden](#bitwarden)
@@ -45,8 +48,11 @@ When prompted use vulkan-radeon on AMD and vulkan-intel on intel.
<https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam_Remote_Play_issues>
1. Try launching steam through the command line. This might unbreak streaming permanently
2. `pamcan -S lib32-libva-intel-driver libva-intel-driver lib32-libcanberra`
I have no idea what actually fixes steam streaming. While installing the recommended
packages and rebooting does nothing to fix the crashing, starting and enabling `ufw` does? Is it `ufw` in combination with the required packages? I have no idea. Try the following:
1. `pacman -S lib32-libcanberra lib32-libva-intel-driver libva-intel-driver`
2. `systemctl enable --now ufw`
## VSCode