Start X automatisk (autologin)

# Starting X at the boot without xdm (autologin), even without login:


rc.local:
echo "Autologin of user <username>"
cd /home/<username>
su - <username>

~/.bash_profile:
if ["`tty`" = "/dev/console" -o "`tty`" = "/dev/tty0"]
then
    startx
fi
Dette indlæg blev udgivet i Knowledge Base, Linux, Old Base. Bogmærk permalinket.

Skriv et svar