I'm only guessing here, but you could try changing the group and owner of /var/lib/gdm. I'm not sure about that though, it might be that the ownership is correct but GDM is configured incorrectly.
Can you enter commands into the terminal? You might have to switch to another tty using Ctl-Alt-F1, you can switch back again with Ctrl-Alt-F7. Otherwise you can get a recovery login form the boot menu.
Can you check that the file /etc/gdm/gdm.conf has these lines:
You can use "less /etc/gdm/gdm.conf" to view the file.
Then you can change the permissions with:
Code:
sudo chown gdm /var/lib/gdm
sudo chgrp gdm /var/lib/gdm
Bookmarks