I just performed a clean installation on my Computer, and it stuck on the loading screen at first startup. However, the terminal still works. I have tried update the graphic drivers (nvidia gtx 760), but it did not work. What should I do?
Asked
Active
Viewed 4,465 times
1 Answers
0
I am assuming that you trying to install Ubuntu 12.04 LTS base on the tag. I had a similar issue. Try executing the following.
Sudo apt-get install xserver-xorg-lts-precise
I also have documented few more tips here.

Mahendra Gunawardena
- 279
- 1
- 4
- 18
-
Still did not work, the command line is working fine but the GUI crashed – UbuntuNew Jan 10 '14 at 10:34
-
@UbuntuNew, Read this post, hopefully you will find something useful http://askubuntu.com/questions/402242/blank-screen-command-prompt-on-ubuntu-window-8-1-daul-boot-toshiba-laptop/402544#402544 – Mahendra Gunawardena Jan 10 '14 at 11:09
-
@UbuntuNew: Also look at this post http://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena – Mahendra Gunawardena Jan 10 '14 at 15:35
-
@UbuntuNew: Also check out this post. http://askubuntu.com/questions/403546/cant-add-nvidia-apt-get-repository You might find information that might be helpful. – Mahendra Gunawardena Jan 10 '14 at 18:29
-
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens – UbuntuNew Jan 10 '14 at 18:55
startx
andsudo lightdm restart
. If that doesn't work, usesudo apt-get install gdm
and say<Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable) – Ads20000 Jan 09 '14 at 21:13