Initially, I was running into the problem of black screen on boot up after a fresh installation and after seeing a solution which told me to add nomodeset
after quiet splash
from the grub screen, it really helped. I guess it is used to disable graphic/video drivers while booting. For permanent effect I added that line in the /etc/default/grub
file.
I have AMD Radeon RX 640 along with Intel UHD as my graphics drivers. For some reason, I cannot boot into Ubuntu 20.04 LTS normally. I have to add nomodeset
to boot into it. And if I do so, I cannot find my Graphics listed in About > Graphics. It shows llvmpipe (LLVM 10.0.0, 256 bits)
in that place.
The command inxi -G
gives the following output:
Graphics:
Device-1: Intel CometLake-U GT2 [UHD Graphics] driver: N/A
Device-2: AMD Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM] driver: N/A
Display: x11 server: X.Org 1.20.9 driver: fbdev unloaded: modesetting,vesa
resolution: 1920x1080~77Hz
OpenGL: renderer: llvmpipe (LLVM 11.0.0 256 bits) v: 4.5 Mesa 20.2.6
I have tried removing the nomodeset
but if I do so, I cannot boot again.
Any information regarding this would be extremely helpful.
amdgpu
oramdgpu-pro
installed? I had this exact same issue with my 6700 XT and it resolved once I got the old AMD drives removed and installed new ones. – Vasilisa May 27 '21 at 20:22