I want to use gdm3 but unfortunately, it does not work. After booting it just completely hangs.
boot process stopped after Started GNOME Display Manager
It just does not do anything. Installing lightdm
and activating it via sudo dpkg-reconfigure lightdm
does work but then again that's not what I want.
I tried several things already:
- Reinstalling NVIDIA drivers
- Changing my run level to
multi-user.target
- Using
update-rc.d -f gdm3 remove && update-rc.d gdm3 defaults
to reconfigure gdm3 - Installing the packages that I need
sudo apt-get install ubuntu-gnome-desktop gnome-shell gnome
- Reinstalling gdm3
Does anyone know how I can get gdm3 to work?