Code: Select all
# Start X as user if tty7 is free
if ! fuser /dev/tty7 >& /dev/null; then
su - <username> -l -c 'exec startx -- vt7 >& ~/.xsession-errors' &
fi
+ apt-get remove slim
You probably do not have to do this step as long as you do the next, but if you do be warned slim is NOT in the default repos of antiX. You will have to get it from the sid repos or elsewhere. Keep the slim.conf when/if you reinstall unless you want to add fluxbox slim.conf yourself.
+ update-rc.d -f slim remove
+ In /etc/X11/Xwrapper.config add/change the line allowed_users to
Code: Select all
allowed_users=anybody
Now you should automatically load up logged in.
Related Post:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/auto-login-live-cd-t502.html"
linktext was:"antix.freeforu ms.org/auto-login- ... -t502.html"
====================================