Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Getting to my desktop from minimal Debian install

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
CarterCox
Posts: 19
Joined: 2017-12-11 17:44

Getting to my desktop from minimal Debian install

#1 Post by CarterCox »

Hello! So I just installed Debian without anything (meaning I didn't check any of the boxes at the end of the installation) so I only have a CLI, which is fine. But I installed the package "budgie-core", and now I am trying to install a display manager, such as "xdm" to be able to use this desktop. So I installed xdm, and when I reboot, I am sent to the CLI again. What should I do so the display manager runs automatically at boot? Or maybe run my desktop without a display manager?

Thanks for the help!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Getting to my desktop from minimal Debian install

#2 Post by Head_on_a_Stick »

You can try it without a display manager by running

Code: Select all

startx
This should start Budgie as long as it is set as /etc/alternatives/x-session-manager.

xdm is an interesting choice of display manger, try this to enable it:

Code: Select all

# systemctl set-default graphical.target
GDM or LightDM might be a better choice though.
deadbang

Post Reply