I just upgraded to ubuntu 11.10 and everything works well until the login screen. I type the correct password but it doesn't seem to login. I tried deleting the .Xauthority file which was recommended by most posts, but I can't seem to do so because the terminal shows that ".Xauthority is a read only file"

What to do next?

link|improve this question
This question should instead be filed as a bug report, and as such is off-topic, thanks! Instructions here. – Bruno Pereira Mar 4 at 9:58
feedback

closed as off topic by Bruno Pereira Mar 4 at 9:58

Questions on Ask Ubuntu - Stack Exchange are expected to generally relate to Ubuntu, within the scope defined in the faq.

1 Answer

I have the same problem. I upgraded from 10.04 to 11.10. Everything went fine until the first logon screen. I chose the correct user, typed in correct password and it seems like logging in, but it got back to login screen (eventhough the password was correct) - it was like neverending loop, typed password and got back on login screen.

A little workaround is to launch a console e.g. ctrl+alt+F2, login as a normal user (it works for me) and then type sudo /etc/init.d/gdm start or service gdm start (and provide the root password). Afterwards the graphical ubuntu appears (Gnome) and everything seems to be working until I wanted to shutdown or restart the computer. When I hit the restart or shutdown button it only logged me off, but it did not shutdown the computer.

So I used the command sudo shutdown -h now to shut it down. After the reboot of my computer, the problem stays the same.

It might be some problem of gdm not starting properly? Anyone know?

K.

link|improve this answer
Try sudo dpkg-reconfigure -phigh xserver-xorg – Cees Timmerman May 11 at 11:40
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.