0

I upgraded my Ubuntu laptop to the 21.10 and now when my screen turns off such as when it is on standby, it does not turn on again. More specifically, it turns on (the pixels make light) but it stay black. On my secondary screen, all works great.

My Linux kernel version is 5.13.0-28-generic. I tried to downgrade the kernel and that resolved the screen issue, but some other functionality like internet no longer worked.

I looked into re-installing the driver, but I didn't manage to do it.

Here is the result of the lspci command:

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] (rev da)

1 Answers1

1

There are numerous issues with kernel 5.13.0-28. Pick an older kernel when booting up your machine (in Grub, select Advanced options and pick kernel 5.13.0-27).

Some sources:

  • Thanks for contributing. Please take the [tour]. Though I am not disputing the validity of your claim that kernel 5.13.0-28 has numerous issues, it would be good to see at least a legitimate supporting hyperlink in your answer. – mickmackusa Feb 06 '22 at 01:39
  • 1
    Hi @mickmackusa, you are right, I was too quick to post without relevant sources - I wanted to help the requester as fast as possible. References added now. – Jan Latecka Feb 07 '22 at 09:21
  • Please also take the [tour]. – mickmackusa Feb 07 '22 at 09:40