1

When I try to log it shows the desktop background then shows a black screen and then It takes me back to the log in screen...

I can't even log in as guest, I tried with Ctrl + alt + F1 and I can log in from terminal. I did some of research and tried solutions like:

sudo chmod -R ug+rwx /home/[username]

chown -R [user-name]:[user-name] /home/[user-name]

sudo mv .Xauthority .XauthorityBak

Tried also installing sudo apt-get install ubuntu-session

Well but none of them worked, what else can I do?

1 Answers1

1

You can get into console by pressing Ctrl+Alt+F1.

You can login there and install or remove drivers.

If your video adapter is new, run

sudo apt-get install --reinstall fglrx-updates

That will install AMD drivers.

You can remove them by

sudo apt-get purge 'fglrx.*'
Pilot6
  • 92,041