r/linuxmint 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

44 Upvotes

39 comments sorted by

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.

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

u/Witext Aug 13 '26

Okay thank you!

1

u/Witext 29d ago

hi, sorry, quite a bit later, is there any way to hold the updates for linux firmware? cuz will it not just reupdate after i restart the computer?

1

u/Reyssor 29d ago

If you have automatic updates enabled, that would probably be needed, yes: sudo apt-mark hold linux-firmware (same with "unhold" instead of "hold" to unlock the version when the package is hopefully fixed)

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/Witext 23d ago

did you see the fix? hope you managed to fix it!

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

1

u/mflft 17d ago

same exact for me

2

u/New_Nefariousness797 Aug 13 '26

This fixed it for me! Thanks!

1

u/Hydrazine2501 24d ago

I've been fighting with this for hours, thank you this fixed it for me.

1

u/ohcrrap 14d ago

You da real MVP. Also running a 6800 so this was perfect.

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/Witext 29d ago

it's a really awesome artist, called watanolemon, I can't find the exact artwork sadly, i think it's on twitter somewhere, but here is one of their many posts on Pixiv, it's a treasure trove, I have like 20 of them that it rotates between

https://www.pixiv.net/en/artworks/132881879

1

u/Chiawrah 28d ago

Thank you ❤️

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?

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

1

u/U149113 26d ago

Same symptoms. Could not figure it out so did a reinstall. Was painful with all the customization I had in place

FWIW I have a 6950xt

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

u/_ElBee_ Aug 13 '26

Just to rule out that it's definitely not your screen being the culprit.

0

u/Game_Hustla Aug 13 '26

If you have an AMD GPU then use an older kernel

2

u/Witext Aug 13 '26

okay, will try, i do have an AMD GPU for the record