0

enter image description here

I have installed Ubuntu 14.04 and every time I try to log in the screen will freeze and won't let me do anything else. I have tried running Ubuntu from a USB as well but the same issue still persist. The screen freezes or the whole computer locks up and I have to do.a restart. I know it has to do with nvidia graphics card but I can't seem to find the correct command to make it work. This is my first post on Ubuntu, so I apologize I know this question has been answered before somewhere.

Here is the info on video driver:

enter image description here

Sorry for any duplicates of the same issue if it has been addressed before. Thanks Michael

MarianD
  • 1,026
kb0vwg
  • 1

1 Answers1

0

If you have installed nvidia drivers from their website, please remove it following the installer instructions. You can still login to Ubuntu using Ctrl+Alt+F1 for that.

Now follow these steps(login to terminal using Ctrl+Alt+F1) First purge any nvidia drivers

sudo apt-get purge nvidia*  
sudo reboot 

Then install it from the ppa

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-358
sudo reboot

For more details, refer to this thread

If sidebar is missing then try this Press Ctrl+Alt+F1 to got to tty and log in, now run this

dconf reset -f /org/compiz/

then

setsid unity
Ashu
  • 4,004