You are not logged in.
Pages: 1
My user does not show up for auto login under the Login Window configuration. My user is a normal user how can I add myself so that I will be logged in automatically ?
Offline
Which login window do you mean? XDM, WDM, GDM, KDM, Slim?
See the second part of this wiki page.
to live is to die
Offline
You don't really need a login manager, you could just put the following in /etc/rc.local
su - username -c 'source /etc/profile;startx'
Offline
if you use the above trick, it creates a new .serverauth file each time, so I recomend putting the following in /etc/rc.local.shutdown
rm /home/username/.serverauth*
Offline
Pages: 1