我刚刚安装了Ubuntu 20.04,并在一个小时内以某种方式破坏了它。这是一个记录:)
By using the rescue options found in GRUB, I was able to get into a root shell and read the Xorg.0.log
file and found out that:
libinput
was not loadedGPU-0
was deleted
进一步查找,我注意到我不是唯一获得此证书的人。实际上,我最初的问题是登录循环,事实证明这与我的登录有关,而与UI自举有关。
我以前也曾在此救援模式下使用“恢复”选项进入我的桌面,在那里我使用NVIDIA X设置将电视更改为使用60hz,并使用该选项写入Xorg配置文件。而且,我想把最后的钉子钉在棺材上。
由于这可能与硬件/驱动程序有关: -AMD R9 3900X -NVIDIA 2080 TI(创始人版) -32GB内存 -硬盘:4;固态硬盘:1(SATA 3 M.2引导),1(NVMe PCIe 4,保持Windows引导)
I was pointed at looking for .Xauthority
and .xinitrc
files - but neither existed, so could not have caused an issue.
我还能看到哪些其他可能的故障点?谢谢!