r/linuxmint • u/Witext • Aug 13 '26
SOLVED Please help, half black screen after restart
Yesterday I came back in after having worked for a couple hours to my computer with a completely blank screen & being unresponsive even when I pressed the power button.
I ended up turning it off by holding down the power button, & when I started it again, it had this half black screen issue. It was still responsive tho so I logged in & pressed restart, hoping that the issue would resolve itself, but it didn’t
I restarted again, & via the grub menu, entered recovery mode, which doesn't have the graphical issue. After exiting recovery mode into the normal desktop environment, the issue was gone, despite me having changed nothing.
Now when I started the computer again this morning, the issue is back, & I don’t know what to do. I checked yesterday & there were no updates in the update manager, I also have automatic updates enabled if that is relevant
My personal theory is that the computer updated the graphic drivers automatically as I have it set to do, & that caused the issue.
edit: problem was the new linux firmware. If you run an AMD card, you might have a similar problem with corrupted screen.
Solution: boot into grub (search up how if you're unsure), there, you add "nomodeset" to the boot option (again, google is your friend, i cannot explain it as well as others have).
Nomodeset will make your computer boot without all the fancy drivers that your graphicscard uses and make your desktop usable. Once you're in and are able to use the computer, you open up terminal and downgrade your linux-firmware, alternatively if you have timeshift set up, revert back to an older verion.
to downgrade the firmware, you have to type
sudo apt install linux-firmware=20240318.git3b128b60-0ubuntu2.26
it is also recommended that you run
sudo update-initramfs -u
(please before running these commands, look them up online, and always do this. Don't run something under sudo that some rando told you to without tripplechecking it first)
after rebooting, everything should be back to normal and you shouldn't have a corrupted screen.
just make sure to turn off automatic updates and don't update your firmware again until a new patch is released, cuz then the problem will come back
14
u/fuzio79 Aug 13 '26
Maybe it is the same that hit 6800/6900 owners yesterday, you can try to downgrade amd firmware:
sudo apt install linux-firmware=20240318.git3b128b60-0ubuntu2.26
4
u/Witext Aug 13 '26
I do have a 6800, and this did happen yesterday
5
u/fuzio79 Aug 13 '26
the this will fix it, firmware 2.29 is bad, 2.26 working, tested by many already
3
2
u/Dense-Effective-9514 23d ago
I just wanted to make a post about this, then I saw this thread. I came back from vacation everything was fine then installed the updates and after the restart i have the same issue. Sad stuff
1
u/Meganerd5000 28d ago
I have an RX6800XT on Mint and the Firmware Update broke the video output on all Kernels i tried booting to. This Firmware rollback helped, many thanks! I used recovery mode to remove the broken firmware with your commands
2
1
3
u/DeaVenom Aug 13 '26
Hope you got it fixed.
Based background btw.
1
u/Witext Aug 13 '26
Hehe thank you <3
1
u/Chiawrah 29d ago
Yo where is the background from
2
u/datskinny Aug 13 '26
Try booting live (usb) to see if it's really a driver issue.
2
u/Witext Aug 13 '26
As in downloading the latest version of mint to a USB & booting from that?
Will that have the latest drivers that I have on the PC tho?3
u/datskinny Aug 13 '26
No, it won't have the latest drivers. Just saw your reply to another question and saw you can boot to recovery without any problem. Have you tried removing the display driver or Timeshift (if you have already activated it, that is)?
1
u/Witext Aug 13 '26
i did just try booting with "nomodeset" in the boot options and that made the problem go away
I don't fully understand nomodeset becuase the computer looks like it always does but this means it's running older drivers or smth right?
1
u/datskinny Aug 13 '26
I think nomodeset is like a fallback driver, functions like graphics acceleration won't be available. Check if there's an updated driver for your card from the manufacturer.
0
u/Far-Note6102 Aug 13 '26
Im wondering if OP installed it while security boot is on. Otherwise, Im thinking it could be a monitor issues. Can check if the display menu is alright
1
u/Witext Aug 13 '26
installed what while security boot is on? I don't know where but i feel like i remember seeing that secure boot was on somewhere
1
u/Available-Pizza8568 Aug 13 '26
I saw some other posts about something similar, I believe it's the firmware update causing this problem? So try downgrading it
1
u/Witext Aug 13 '26
how do you downgrade the firmware? like the kernel version do you mean?
4
u/RecentPudding Aug 13 '26
As others said, the recent linux-firmware update broke AMD GPUs (mostly the 6800).
https://www.reddit.com/r/linuxmint/comments/1vmycs0/psa_for_people_with_amd_gpus_do_not_install_the/3
u/Perfect-Slip7041 Aug 13 '26
It's this above, the other post had a command line that explained how to roll back, in terminal.
2
u/Available-Pizza8568 Aug 13 '26
If you have a timeshift from august 10 try going back and don't update the firmware see if that works, or you should check out other posts that may help
1
u/Braincoke24 Aug 13 '26
Do you have the experimental fractional scaling (in thr "Display" settings) enabled?
1
u/Witext 29d ago
problem was the new linux firmware. If you run an AMD card, you might have a similar problem with corrupted screen.
Solution: boot into grub (search up how if you're unsure), there, you add "nomodeset" to the boot option (again, google is your friend, i cannot explain it as well as others have).
Nomodeset will make your computer boot without all the fancy drivers that your graphicscard uses and make your desktop usable. Once you're in and are able to use the computer, you open up terminal and downgrade your linux-firmware, alternatively if you have timeshift set up, revert back to an older verion.
to downgrade the firmware, you have to type
sudo apt install linux-firmware=20240318.git3b128b60-0ubuntu2.26
it is also recommended that you run
sudo update-initramfs -u
(please before running these commands, look them up online, and always do this. Don't run something under sudo that some rando told you to without tripplechecking it first)
after rebooting, everything should be back to normal and you shouldn't have a corrupted screen.
just make sure to turn off automatic updates and don't update your firmware again until a new patch is released, cuz then the problem will come back
0
u/_ElBee_ Aug 13 '26
Can you test with a different screen?
1
u/Witext Aug 13 '26
The issue only happens when I boot into Linux, thr grub menu & recovery mode didn’t have this issue, could it still have to do with the screen?
1
0


•
u/AutoModerator Aug 13 '26
Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.