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

@@ -333,7 +333,7 @@ Using `--tpm2-pcrs=7` enforces secure boot and will require password if secure b
```bash ```bash
pacman -S ufw pacman -S ufw
ufw enable systemctl enable ufw
``` ```
#### AppArmor #### AppArmor

View File

@@ -3,10 +3,13 @@
- [Gaming](#gaming) - [Gaming](#gaming)
- [Discord](#discord) - [Discord](#discord)
- [Steam](#steam) - [Steam](#steam)
- [Streaming not working](#streaming-not-working)
- [VSCode](#vscode)
- [XWayland](#xwayland) - [XWayland](#xwayland)
- [Wine](#wine) - [Wine](#wine)
- [Spotify](#spotify) - [Spotify](#spotify)
- [VLC](#vlc) - [VLC](#vlc)
- [Remote Desktop](#remote-desktop)
- [AppImages](#appimages) - [AppImages](#appimages)
- [Bitwarden](#bitwarden) - [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> <https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam_Remote_Play_issues>
1. Try launching steam through the command line. This might unbreak streaming permanently I have no idea what actually fixes steam streaming. While installing the recommended
2. `pamcan -S lib32-libva-intel-driver libva-intel-driver lib32-libcanberra` 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 ## VSCode