I've tested it on my vbox test machine and x11/lightdm started ok. The only thing I had to do was to add a .desktop entry for that DE/WM. On my main pc I don't have any display manager, just login and Xorg starts automatically.To be fair, I came across lightdm already.. I followed the instruction on this thread. https://forums.freebsd.org/threads/lightdm.59101/
I added the "lightdm_enable="YES" to the /etc/rc.conf file. I didn't work. Just came across the console. Maybe I need to edit the /etc/ttys?
I tried Sddm the same way... it didn't work. Slim worked but wouldn't let me in.. I had to go back to the console to log into the machine.
xdm is the only one that works reliably I would say. It just looks really dated compared to the Openbox setup.
Code:
# Automatically start Xorg after login
if [ $( /usr/bin/tty ) = "/dev/ttyv0" ]; then
startx
logout
fi
Last edited: