LXDE LXDE gui login

I want LXDE to start automatically so I can login from it instead of having to login with no gui and run startx. How do I do this?
 
Code:
> pkg info -D slim
slim-1.3.6_13:
Always:
*************************************************************************

Thanks to Nikos Ntarmos, it is now possible to start slim from /etc/ttys.
Please see /usr/local/etc/rc.d/slim for instructions on how to do that.

Alternatively, just put

slim_enable=yes

into /etc/rc.conf

*** Option "sessions" is no longer supported. ***

Now you need to put session files in the directory specified by option
"sessiondir". They should be xdg-style .desktop files.
The "Name" entry in the session file would be used as session name.
The "Exec" entry would replace %session in login_cmd.

*************************************************************************
 
Back
Top