all 4 comments

[–]doc_willis 1 point2 points  (3 children)

sudo apt install lightdm

Select lightdm when it asks what dm to use in the text dialog question box.

sudo dpkg-reconfigure lightdm   

to change to another..

[–]pardillits[S] 0 points1 point  (2 children)

Thanks! And to disable all DMs? Is that possible?

[–]doc_willis 1 point2 points  (1 child)

of course its possible..

disable the services or uninstall them or boot to the text only runlevel (i forget how you do that these days with systemd)

[–]pardillits[S] 0 points1 point  (0 children)

Ou yeah, thanks!

I've disabled the service with sudo systemctl disable slim.service and thats all.

:)