I dislike startx and the generic login process to backtrack. So, this is how you remove it:
Now we need to edit the /etc/rc.local file. Feel free to open it with either gedit or nano and add the following:
apt-get install gdmNext, open up your root folder and add a blank file. Save it as:
.bash_profileOpen it and add the following text:
startxSave and exit the file.
ctrl+o
enter
ctrl+x
Now we need to edit the /etc/rc.local file. Feel free to open it with either gedit or nano and add the following:
/usr/sbin/gdm &You're going to want to place that line of text before the line that says, "exit 0." Finally, reboot your computer and rejoice in your new login screen.
No comments:
Post a Comment