最近、システムの外観を微調整していて、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 に切り替えようとしましたが、効果はありませんでした。
追加:
includeの出力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
そして、今は動作するようになりました!