LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing nvidia graphics driver on Ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/installing-nvidia-graphics-driver-on-ubuntu-4175629833/)

lindiesel 05-16-2018 02:02 PM

Installing nvidia graphics driver on Ubuntu
 
Hi All,

I am new to Ubuntu and Ubuntu 18.04 was freezing at the log in screen before I could log in. I looked up some stuff and they mentioned to install Nvidia Graphics driver.

Here's what I did:
Ctrl-Alt-F2
$ sudo ubuntu-drivers autoinstall

then it asked me to setup a password to confirm it later etc. Now's it's stuck on :

processing triggers for libc-bin
$

It seems like to wants to me type in a command. Any help would be appreciated!

Honest Abe 05-16-2018 02:30 PM

Should not be that way. Even if you do not install Nvidia drivers explicitly, nouveau should take care of your GUI rendering by default.

Tell us more about the freezing issue. Is this a new install or are you upgrading from an older version? Did you happen to check your system for possible conflicts with a ubuntu live USB/live CD first?

Also, as you are being presented with a $ prompt, what happens when you reboot ? [systemctl reboot -i should reboot your system]

Code:

$ sudo ubuntu-drivers autoinstall

then it asked me to setup a password to confirm it later etc. Now's it's stuck on :

processing triggers for libc-bin
$

Also, please post outputs of -

Code:

$ sudo ubuntu-drivers devices
$ sudo ubuntu-drivers list


Honest Abe 05-16-2018 02:35 PM

Also, here's a helpful link.

jkirchner 05-16-2018 04:47 PM

The easiest way to install the drivers is to hit your windows key, start typing the word drivers and then click the software and updates. Go to additional drivers tab, select nvidia and apply it.

Can you also give/share your computer specs too?

snowday 05-17-2018 08:41 AM

Quote:

Originally Posted by lindiesel (Post 5855600)
Hi All,

I am new to Ubuntu and Ubuntu 18.04 was freezing at the log in screen before I could log in. I looked up some stuff and they mentioned to install Nvidia Graphics driver.

Here's what I did:
Ctrl-Alt-F2
$ sudo ubuntu-drivers autoinstall

then it asked me to setup a password to confirm it later etc. Now's it's stuck on :

processing triggers for libc-bin
$

It seems like to wants to me type in a command. Any help would be appreciated!

The $ symbol is a "prompt" indicating that the first command has completed. (Successfully, if there were no error messages?) Now the Terminal is ready for your next command.

Try rebooting and see if that solves your problem. If not, you got some excellent advice from the posters above. :)

AwesomeMachine 05-17-2018 09:03 AM

'Processing triggers' happens during package installation. Did the package install complete perhaps?


All times are GMT -5. The time now is 06:13 AM.