added amdvlk fix for thick black bars

This commit is contained in:
RP1 2025-01-11 14:06:25 +01:00
parent d459a7b70c
commit 5a147e3fc9

View file

@ -125,6 +125,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
sudo pacman -S steam-native-runtime --noconfirm sudo pacman -S steam-native-runtime --noconfirm
sudo chmod +x update-proton-ge sudo chmod +x update-proton-ge
./update-proton-ge ./update-proton-ge
echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment
echo ${bold}${yellow}Steam + Latest ProtonGE ${normal}installed. echo ${bold}${yellow}Steam + Latest ProtonGE ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------