How do I make GDM the default display manager?

50,116

You seem to have configured gdm correctly, but you did not actually stop lightdm. Logging out doesn't stop it.

After doing sudo dpkg-reconfigure gdm, you need to stop lightdm

sudo service lightdm stop

and start gdm

sudo service gdm start

Hope this helps.

Share:
50,116

Related videos on Youtube

RanRag
Author by

RanRag

I am an undergraduate student who has completed his B-Tech in Information & Communication Technology(ICT), INDIA. I am just a normal guy who has recently found interest in programming. Initially I was a big Java fan but now I am a Python enthusiast. Currently, exploring Android App Development.

Updated on September 18, 2022

Comments

  • RanRag
    RanRag over 1 year

    I believe my question says what I am trying to achieve.

    Steps I tried to make gdm my default display manager:

    1. sudo dpkg-reconfigure than select gdm as my default.
    2. Edit /etc/X11/default-display-manager and change its content to

      /usr/sbin/gdm
      

    After the above two steps I logged out myself and after that when I see my login screen it still shows lightdm as my display manager.

    What am I doing wrong here.?

  • f.ardelian
    f.ardelian over 9 years
    Note: This kills the session. Stopping the a display manager while running a desktop session will also kill your desktop environment.
  • Mark A
    Mark A about 9 years
    A lot of damage by following these steps. stop on lightdm gave me blank non X screens.. Crazy.