diff --git a/arch/base.md b/arch/base.md index 6c66668..27aadc7 100644 --- a/arch/base.md +++ b/arch/base.md @@ -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 diff --git a/arch/gaming.md b/arch/gaming.md index ca9d905..785548b 100644 --- a/arch/gaming.md +++ b/arch/gaming.md @@ -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. -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