我正在运行 MATE 20.04,每次重新启动时都会出现问题。而不是获取 lightdm 登录屏幕
- 当我设置 grub 选项“静音”时,我得到一个空白屏幕(全黑但打开)
- 当我删除静音选项时,我收到以下消息
屏幕变为空白,然后重新显示上述消息Loading, please wait.. Starting version 245.4_ubuntu3.11 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount
此时,如果我尝试使用本地术语(Ctl-Fn-F1),我没有运气。但是,如果我 ssh 进入机器并杀死 lightdm,则会出现登录屏幕。这里有更多细节
> [machine ~] $ ps aux |grep lightdm
> root 1173 0.0 0.0 232332 7484 ? Ssl 14:45 0:00 /usr/sbin/lightdm
> root 1225 0.2 0.6 1346752 67728 tty7 Ssl+ 14:45 0:00 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
> user1 1854 0.0 0.0 9032 724 pts/0 S+ 14:46 0:00 grep lightdm
> [machine ~] $ sudo kill 1173
> [sudo] password for user1:
> [machine ~] $ ps aux |grep lightdm
> root 1925 0.4 0.0 232332 7328 ? Ssl 14:47 0:00 /usr/sbin/lightdm
> root 1930 12.8 0.9 1497312 96312 tty7 Ssl+ 14:47 0:00 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
> root 1955 0.2 0.0 159972 8236 ? Sl 14:47 0:00 lightdm --session-child 17 20
> lightdm 1959 5.0 0.0 18836 9948 ? Ss 14:47 0:00 /lib/systemd/systemd --user
> lightdm 1960 0.0 0.0 169680 4188 ? S 14:47 0:00 (sd-pam)
> lightdm 1969 4.0 0.1 358024 18308 ? S<sl 14:47 0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
> lightdm 1972 0.0 0.0 166156 4764 ? Sl 14:47 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
> lightdm 1975 0.0 0.0 2608 540 ? Ss 14:47 0:00 /bin/sh /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/slick-greeter
> lightdm 1976 25.2 0.4 601636 48404 ? Sl 14:47 0:01 /usr/sbin/slick-greeter
> lightdm 1977 0.5 0.0 7464 4608 ? Ss 14:47 0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
> lightdm 1983 0.0 0.0 156092 5376 ? Sl 14:47 0:00 /usr/libexec/dconf-service
> lightdm 2011 0.0 0.0 305748 6592 ? Sl 14:47 0:00 /usr/libexec/at-spi-bus-launcher --launch-immediately
> lightdm 2016 0.0 0.0 7332 4144 ? S 14:47 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
> lightdm 2017 0.0 0.0 239704 7512 ? Ssl 14:47 0:00 /usr/libexec/gvfsd
> lightdm 2022 0.0 0.0 312800 6144 ? Sl 14:47 0:00 /usr/libexec/gvfsd-fuse /run/user/110/gvfs -f -o big_writes
> root 2056 0.0 0.0 12560 6200 ? S 14:47 0:00 lightdm --session-child 13 20
> lightdm 2058 0.5 0.0 162828 7668 ? Sl 14:47 0:00 /usr/libexec/at-spi2-registryd --use-gnome-session
> user1 2064 0.0 0.0 9032 664 pts/0 S+ 14:47 0:00 grep lightdm
另一个“修复”是启动进入安全模式,然后通过“恢复”选项继续。登录显示没有问题。
首先,这是怎么回事?
其次,为什么我不能通过 Ctl-Fn-F1 访问条款?
非常感谢。
更新:
- 在引导内核时使用“nomodeset”可以避免这个问题。
- 此参数也用于恢复模式,并解释该方法为何有效
- 不幸的是,如果我使用这个“解决方案”,当我从睡眠中恢复时会出现黑屏
- 收到有关未找到我的外部显示器的通知
- 尝试使用插入的外部显示器启动,我使用默认设置获得登录屏幕(我不需要使用 nomodeset)
- 需要看看简历下一步是否有效。
- 如果我在上一个会话中使用外接显示器,登录屏幕似乎存在问题。我怀疑这意味着它正在寻找第二个显示器,找不到它,所以它挂起。
好的,经过几个小时的重新启动、SSH 和重新启动 lightdm,然后尝试其他方法,我相信我有一个解决方案!
这里给出的解决方案似乎有两个问题:https ://wiki.archlinux.org/title/LightDM
问题: “LightDM 服务在您的图形驱动程序正确加载之前启动”
解决方案:
/etc/lightdm/lightdm.conf.d/50-logind-check.conf
使用以下行创建问题: LightDM 试图使用未连接的外部屏幕而不是内置屏幕。
解决方案:强制它在 eDP 使用主屏幕,方法是
/etc/lightdm/lightdm.d/lightdm.conf
使用行创建