nadir wrote:the thing you describe is called login-screen.
try this from the login-screen:
crtl+alt+F1 to open a login-terminal
login as root
add another user, like i said above
- Code: Select all
adduser test_user
ctrl+alt+F7 should open the login-screen again
try to login as the new user.
in case that did work.
- Code: Select all
deluser mickgriddle
rm -r /home/mickgriddle
and create him again:
- Code: Select all
adduser mickgriddle.
not sure if that's the source of the problem...never had something like that. good luck.
Nice man, finally some help around here. thanks a ton.