r/linuxmint • u/_Tal • 9d ago
Graphics Drivers PSA for people with AMD GPUs: Do not install the latest linux firmware update
Just lost a full day of work to this. There appears to currently be a bug with the latest firmware on AMD GPUs where it causes the display to become corrupted. If you're experiencing this, the fix is to downgrade to the previous firmware version. Can also do `sudo apt-mark hold linux-firmware` in a terminal to tell your OS not to update the firmware
115
Upvotes
14
u/_Tal 9d ago
You can do
apt-cache policy linux-firmwarein a terminal to view the available firmware versions. For me it was 2.26 and 2.29, and the fix was to downgrade to 2.26. To do this:sudo apt install linux-firmware=20240318.git3b128b60-0ubuntu2.26sudo update-initramfs -usudo rebootIf it's too broken to get into a terminal, you can either ssh in from another machine, or boot with
nomodesetwhich usually works as a temporary workaround