Glam Prestige Journal

Bright entertainment trends with youth appeal.

At one point I switched from GDM to slim and now I can't seem to get past the splash screen. After pressing Esc I can see that it is stuck on Starting X Display Manager: Slim. I need to get back to GDM or just figure out what it is doing.

Thoughts?

1

2 Answers

Assuming GDM is still installed:

sudo dpkg-reconfigure gdm

will let you select what your default display manager is. If it's not installed...well, install it.

It'll go into effect on reboot.

I would drop into a command prompt - You can switch at any time by pressing Ctrl+Alt+F2 and login. Then you can sudo apt-get remove slim. Once you've done so - if you already have GDM installed then just sudo dpkg-reconfigure gdm otherwise run sudo apt-get install gdm

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy