Alright!
For all of you having black screen with AMD GPU with kernel 5.10
For GRUB:
- Open a terminal/TTY (alt+f2)
- Enter
sudo nano /etc/default/grub
- Find the line:
GRUB_CMDLINE_LINUX_DEFAULT="
- Add
amdgpu.dc=0
- Save, then run
sudo update-grub
For systemd-boot:
- Open a terminal/TTY (alt+f2)
- Enter
sudo nano /boot/loader/entries/manjarolinux5.10.conf
- Add
amdgpu.dc=0
to the end of the lineoptions
- Save & reboot!
Hope this helps!
It is a bug in the latest AMD drivers…