Skip to content

Commit

Permalink
fix(nvidia): Always reboot at the end of bazzite-hardware-setup, pote…
Browse files Browse the repository at this point in the history
…ntially fixes frozen screen that makes kargs appear to take an infinite amount of time. NVK soon? I want off Mr. Nvidia's wild ride.
  • Loading branch information
KyleGospo committed Mar 13, 2024
1 parent a8f5feb commit c267cbe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,8 @@ echo $IMAGE_NAME > $KNOWN_IMAGE_NAME_FILE
echo $IMAGE_FLAVOR > $KNOWN_IMAGE_FLAVOR_FILE
echo $FEDORA_VERSION > $KNOWN_FEDORA_VERSION_FILE
echo $IMAGE_BRANCH > $KNOWN_IMAGE_BRANCH_FILE

if [[ $IMAGE_FLAVOR =~ "nvidia" ]]; then
echo "Nvidia image detected, rebooting to avoid screen freeze issue in 550."
systemctl reboot
fi

0 comments on commit c267cbe

Please sign in to comment.