Changing display manager lightdm -> gdm

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
MonkeyP99
Posts: 5
Joined: Thu Jul 22, 2021 12:44 am

Changing display manager lightdm -> gdm

Post by MonkeyP99 »

Hi all, I don't seem to have rc-update to change lightdm -> gdm, according to the faq below. Wondering if the instructions are still accurate or I need to install an extra software package? thanks all.

https://wiki.ghostbsd.org/index.php/How ... ay_manager

Code: Select all

sudo rc-update delete lightdm
sudo rc-update add gdm
wb7odyfred
Posts: 204
Joined: Sat Nov 12, 2016 5:44 pm

Re: Changing display manager lightdm -> gdm

Post by wb7odyfred »

Previous we used OpenRC, then moved back to rc that Freebsd uses. Wonder if this is artifact from OpenRC? Users smarter than me can provide a more definitive answer about rc- update and help with moving you from lightdm to gdm display manager.
User avatar
neville
Developer
Posts: 87
Joined: Fri Aug 13, 2021 10:27 am
Location: Japan

Re: Changing display manager lightdm -> gdm

Post by neville »

You have to edit /etc/rc.conf

Put a # before the lightdm_enable="YES" line to disable lightdm

Then put this new line in

gdm_enable="YES"
Post Reply