Page 1 of 1

Changing display manager lightdm -> gdm

Posted: Sun Nov 06, 2022 11:12 am
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

Re: Changing display manager lightdm -> gdm

Posted: Sun Nov 06, 2022 5:11 pm
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.

Re: Changing display manager lightdm -> gdm

Posted: Sun Nov 06, 2022 7:23 pm
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"