最近,我试图在运行Ubuntu18.04.4LTS的笔记本电脑上安装一些新的图形驱动程序,但在重新启动时,我最终出现在一个日志屏幕上(就像您在恢复中看到的那样),不断地来回闪烁到一个黑色屏幕上。我发现这是因为Xorg服务器无法启动。在Xorg.0.log中有几条值得注意的错误行:
(EE) systemd-logind: failed to get session: PID 12463 does not belong to any known session
...
(II) RADEON: Driver for ATI/AMD Radeon chipsets:
(long list of GPUs)
(EE) No devices detected.
...
(EE) open /dev/dri/card0: no such file or directory
(WW) Falling back to old probe method for modesetting
(EE) open /dev/dri/card0: no such file or directory
...
(EE) Screen 0 deleted because of no matching config section.
...
(EE) AIGLX: reverting to software rendering服务器最终终止,然后重新启动等。我的计算机使用AMD Ryzen 53500 U与综合图形。lspci指出:
...
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c2)
...注意:我正在从根shell恢复模式执行这些命令。
发布于 2020-05-09 19:43:56
欢迎来到Unix & Linux StackExchange!
(EE) open /dev/dri/card0: no such file or directory看起来您的内核目前没有适合GPU的DRI/模式设置驱动程序。
(EE) No devices detected...。Xorg X服务器的Radeons驱动模块也不支持您的GPU。
您正在使用2018年初的Ubuntu的LTS版本,但您的处理器及其集成的GPU是在2019年推出的。使用不早于硬件型号的OS版本可能会更容易。
https://unix.stackexchange.com/questions/585575
复制相似问题