knock
Bluelighter
I think this might be quite straightforward. Create a new user account. Easiest done in the terminal!
From the terminal:
Then reboot and try to log in to one of the desktop environments as testuser.
If that works then you've just buggered up your settings, not the actual installation, and we can get things from recovered from there.
From the terminal:
Code:
you@yourcomputer:~$ [B]sudo adduser testuser[/B]
[sudo] password for you: [B][your password][/B]
Adding user `testuser' ...
Adding new group `testuser' (1001) ...
Adding new user `testuser' (1001) with group `testuser' ...
Creating home directory `/home/testuser' ...
Copying files from `/etc/skel' ...
Enter new UNIX password: [B][testpass][/B]
Retype new UNIX password: [B][testpass][/B]
passwd: password updated successfully
Changing the user information for testuser
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] [B]y[/B]
Adding new user `testuser' to extra groups ...
Adding user `testuser' to group `dialout' ...
Adding user `testuser' to group `cdrom' ...
Adding user `testuser' to group `floppy' ...
Adding user `testuser' to group `audio' ...
Adding user `testuser' to group `video' ...
Adding user `testuser' to group `plugdev' ...
Adding user `testuser' to group `users' ...
Then reboot and try to log in to one of the desktop environments as testuser.
If that works then you've just buggered up your settings, not the actual installation, and we can get things from recovered from there.