LoginSignup
7
5

More than 3 years have passed since last update.

ディスプレイマネージャの変更[ubuntu]

Posted at

もともとのディスプレイマネージャはgdm3。ディスプレイマネージャをlightdmに変更するには次を実行するだけ(lightdmインストール済が前提)

$ sudo dpkg-reconfigure lightdm

これで/etc/X11/default-display-managerが書き変わるし、/etc/systemd/system/dislpay-manager.serviceも張り変わる。リブートすれば/lib/systemd/system/lightdm.serviceが自動起動される。

もとのgdm3に戻すなら

$ sudo dpkg-reconfigure gdm3

を実行する。

7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5