Ubuntu 启动时不启动 gdm3 并进入 tty1

Ubuntu 启动时不启动 gdm3 并进入 tty1

我最近一直在调整我的系统外观,并想更改 Gnome 的显示管理器并更改登录屏幕主题。

启动后,显示屏显示以下内容几秒钟:

/dev/sda5: clean, 754129/10690560 files, 13222358/42732800 
Started bpfilter

紧接着是:

Ubuntu 19.04 muathasus tty1

muathasus login: muath
Password :
Last login: Sat Jun 15 15:16:42 IDT 2019 on tty1
Welcome to Ubuntu 19.04 (GNU/Linux 5.0.0-16-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management : https://landscape.canonical.com
* Support : https://ubuntu.com/advantage

* Ubunta’s Kubernetes 1.14 distributions can bypass Docker and use containerd directly, see https://bit. ly/ubuntu-containerd or try it now with

    snap install microk8s —-classic

3 updates can be installed immediately.
0 of these updates are security updates.

muath@muathasus:~$

ctrl-alt-f1ctrl-alt-f7无效。我可以通过写入startx或手动继续进入桌面sudo service start gdm3

我有带 X.org 驱动程序的 Ubuntu 19.04,最近没有升级。还尝试过从 gdm3 切换到 lightdm 或 slim,但没有效果。

额外的:

输出内容systemctl status gdm.service包括:

Jun 15 16:14:56 muathasus gdm-password][3554]: gkr-pam: unable to locate daemon control file

尝试使用sudo dpkg-reconfigure gdm3返回更改 gnome 的显示管理器

Error: can't open /lib/modules/5.0.0-15-generic/update/dkms

答案1

我终于解决了它,在我看来,它systemctl get-default返回了multi-user.target。我不知道这会产生什么影响以及如何影响,但我将默认值更改为graphical.target:

systemctl set-default graphical.target 

现在就可以正常工作!

相关内容