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-f1還是ctrl-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嘗試使用return變更 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 

現在就可以了!

相關內容