Lightdm is in the ports tree. I installed it but I do not know how to make it work. Is there a way to make it work? I tried with the Archlinux wiki but there was no luck.
Thanks for everything.
Thanks for everything.
I remember having the same problem, it was a missing font.It's not working for me. Just black screen.
Well,I think lightdm is beyond hope. In logs I saw some dbus calls not available on FreeBSD at all (call timeouts ~25sec). Looks like it just contains too much linuxisms. I can dig it deeper if you wish, but probably slim is our number one choose.Please, file a new PR via Bugzilla.
- Provide useful information in your report.
- Don't hesitate to add any output to identify the problem.
Warning ** Failed to get list of logins seats: GBus.Error:org.freedeaktop.DBus.Error
ServiceUnkown: The name org.freedesktop.login1 was not provided by any .service file
You're not supposed to start it that way.
Code:# Add the following lines to /etc/rc.conf to enable the LightDM: # # lightdm_enable="YES" #
dbus_enable="YES"
hald_enable="YES"
hald is outdated and I believe it's a general advice now to just drop it.You should add to /etc/rc.conf
Finally, reboot the system.Code:dbus_enable="YES" hald_enable="YES"