How do I boot the old build of Bazzite on my Legion Go? External Displays don't work in Game Mode on
How do I boot the old build of Bazzite on my Legion Go? External Displays don't work in Game Mode on today's build

rpm-ostree rollbackrpm-ostree usroverlay --hotfix to test a different gamescope version, how can I revert to locked install + update to latest gamescope ?:stable now, yeah?
sudo rpm-ostree usroverlay --hotfix
curr_gamescope=$(which gamescope)
path=$(echo "$curr_gamescope" | sed 's/\/gamescope//')
cmd=$(echo "cp ./gamescope ${path}/")
echo "Replacing gamescope to working one v43-1"
sudo $cmd
rpm-ostree resetusroverlay
sudo rpm-ostree usroverlay --hotfix
curr_gamescope=$(which gamescope)
path=$(echo "$curr_gamescope" | sed 's/\/gamescope//')
cmd=$(echo "cp ./gamescope ${path}/")
echo "Replacing gamescope to working one v43-1"
sudo $cmd