
























I am using nvidia-driver-460 version 460.39-
xserver-common version 2:1.20.
xserver-xephyr version 2:1.20.
xserver-xorg version 1:7.7+19ubuntu14
xserver-
The GDM screen would only appear after typing Ctrl+Alt+F2 followed by Ctrl+Alt+F1.
The following seems to have fixed the issue for me, and the GDM screen now appears without having to resort to the above "trick".
1. Edit the file /lib/udev/
sudo nano /lib/udev/
The original file looks like this:
# disable Wayland on Hi1710 chipsets
ATTR{
# disable Wayland when using the proprietary nvidia driver
DRIVER=
Comment all of the lines as shown:
# disable Wayland on Hi1710 chipsets
# ATTR{vendor}
# disable Wayland when using the proprietary nvidia driver
# DRIVER=="nvidia", RUN+="/
Type Ctrl+X to exit, then Y, and then Enter to save the file.
2. Ensure that the Wayland is not disabled in GDM.
sudo nano /etc/gdm3/
Comment the "WaylandEnable" line, if it is not already commented, as shown:
# WaylandEnable=false
Type Ctrl+X to exit. If you made changes, type Y, and then Enter to save the file.
3. Finally, reboot.
Explanation
The /lib/udev/
However, in Ubuntu 20.04, there seems to be another redundant mechanism or rule that also prevents GDM from displaying the Wayland session option. I suspect this, because even after making the above change, the Wayland session option is still not displayed in GDM. (Setting WaylandEnable=true in /etc/gdm3/
Therefore, I have a hunch that there are two conflicting rules, and disabling one of the rules (i.e. /lib/udev/
Here is the journalctl boot log before making the above changes. You can see there is an error loading the "fb" module.
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。