KDE3 auto login
For those who need a one page solution, I will quote the major steps here:
1-open the file “/etc/kde3/kdm/kdmrc” with your favourite text editor
2-scroll down the page and look for the following lines
#AutoLoginEnable=true
#AutoLoginAgain=true
#AutoLoginDelay=10
#AutoLoginUser=fred
3-then uncomment them by removing the “#” sign, like this:
AutoLoginEnable=true
AutoLoginAgain=true
AutoLoginDelay=10
AutoLoginUser=fred
4-set “AutoLoginDelay=10″ to AutoLoginDelay=0
5-replace “fred” with your username in “AutoLoginUser=fred”
6- when you reboot your system, the username specified in “AutoLoginUser” will log in automatically; you will not see the login screen again; if you need to allow other users to login, you may leave “AutoLoginDelay=10″ unchanged