Fedora 40 Stable ISO v0
Changes
-
Updated tiny-dfr, it now will automatically dim with your main display
-
Added t2fanrd to reduce thermal throttling. Enable it with:
sudo systemctl enable --now t2fanrd
-
Kernel 6.7.7 (updated regularly after release)
-
Added ISO for the sway spin
-
And more:
https://fedoramagazine.org/whats-new-fedora-workstation-40/
https://fedoramagazine.org/whats-new-in-fedora-kde-40/
Upgrade instructions
Upgrade normally with any GUI package manager. If that does not work, run:
sudo dnf upgrade --refresh
sudo dnf system-upgrade download --releasever=40
sudo dnf system-upgrade reboot # Triggers a reboot
How to recombine ISOs
You only need to do this for the KDE spin. Download all parts of the iso file, then run (make sure there are no other iso files in your downloads folder):
cat ~/Downloads/*.iso > full.iso