include instructions to fix steam streaming
This commit is contained in:
@@ -333,7 +333,7 @@ Using `--tpm2-pcrs=7` enforces secure boot and will require password if secure b
|
||||
|
||||
```bash
|
||||
pacman -S ufw
|
||||
ufw enable
|
||||
systemctl enable ufw
|
||||
```
|
||||
|
||||
#### AppArmor
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user