From 5a147e3fc95aa7b917d45b9fa3d00b18d3bc2994 Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 11 Jan 2025 14:06:25 +0100 Subject: [PATCH] added amdvlk fix for thick black bars --- 3progs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/3progs.sh b/3progs.sh index 3ef927b..7bf4dfd 100755 --- a/3progs.sh +++ b/3progs.sh @@ -125,6 +125,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then sudo pacman -S steam-native-runtime --noconfirm sudo chmod +x update-proton-ge ./update-proton-ge + echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment echo ${bold}${yellow}Steam + Latest ProtonGE ${normal}installed. echo ---------------------------------------------