Home › Forums › Tech Support › How to / Tutorial of Installing Drivers
- This topic has 20 replies, 9 voices, and was last updated 7 years, 3 months ago by
Frojoe.
-
AuthorPosts
-
October 19, 2015 at 8:48 am #67166
MichaelP
MemberLooking for some help in finding a really good tutorial and or how to of installing Nvidia drivers in Ubuntu 14.04.3 LTS.
The video card I have is the ASUS Strix GTX 980 Ti.
Appreciate any and all help you can provide me.
I tried to Google this but just can not find a up to date information.
October 19, 2015 at 10:35 am #75130Pedro Mateus
KeymasterLast time I did it in Ubuntu was in 2014 and it shouldn’t have changed much since:
I downloaded the drivers:
http://www.geforce.com/drivers/results/92712Moved it to the home folder for easier access.
Hit CTRL+ALT+F2, logged in, did
Code:chmod +x NVIDIA*.run(this assumes you have the .run file in the home directory)
Killed X
Code:sudo services lightdm stopRan the installer with sudo
Code:sudo ./NVIDIA*.runFollowed the prompts, you may want to say yes to the 32bit libraries.
If you have DKMS installed, you can also register the driver with it so you won’t have to reinstall it with each kernel update.
October 19, 2015 at 1:31 pm #75131__eMpTy__
ParticipantUnaccounted4 wrote:Ran the installer with sudoCode:sudo ./NVIDIA*.runI recommend using tab completion instead of ‘NVIDIA*.run’ for the simple reason that if you have multiple binary drivers sitting around (and it will happen) your shell will happily go about installing them in order from oldest to newest. OOPS PITA.
Also, go ahead and tell it you want to use DKMS… but it doesn’t seem to always work right, so you might have to occasionally reinstall.
October 19, 2015 at 1:46 pm #75132MichaelP
MemberNo Joy,
I can not access the terminal when I do the CTRL+ALT+F2, get a blank screen.
Should I be using a different cable connection then HDMI?
Not sure what to do now.
Thanks for the information so far.
October 19, 2015 at 1:56 pm #75133__eMpTy__
ParticipantReboot, and hit left shift after your BIOS screen goes away (you may want to hit it repeatedly as fast as you can starting just before your BIOS screen goes away) to get into the GRUB boot menu. From there you can select “Rescue mode” which will get you to a root console. Then you can install your drivers without needing “sudo”.
October 19, 2015 at 2:49 pm #75134MichaelP
MemberThanks Guys for the help, still no joy, seems Ubuntu, Me, and these crazy drivers can not work together.
I am going to look around on some forums and see if someone else had this issue or going through it too.
Totally frustrating but it is learning experience for me.
October 19, 2015 at 2:53 pm #75135Pedro Mateus
Keymaster__eMpTy__ wrote:I recommend using tab completion instead of ‘NVIDIA*.run’ for the simple reason that if you have multiple binary drivers sitting around (and it will happen) your shell will happily go about installing them in order from oldest to newest. OOPS PITA.That’s why I move them away from the downloads folder first and only keep the most recent versions.
October 19, 2015 at 3:02 pm #75136Frojoe
Keymaster__eMpTy__ wrote:Also, go ahead and tell it you want to use DKMS… but it doesn’t seem to always work right, so you might have to occasionally reinstall.I find that generally happens when you pull in a mesa update with the new kernel. Mesa’s GL library install messes up a bit of what the nvidia driver does.
October 19, 2015 at 3:19 pm #75137Venn Stone
KeymasterOpen a terminal and enter:
sudo add-apt-repository ppa:graphics-drivers/ppaYour system will now fetch the PPA’s key.
Now run
sudo apt-get updateThen
sudo apt-get install nvidia-355Then give it a rebort.
October 19, 2015 at 4:14 pm #75138Frojoe
KeymasterVenn wrote:Open a terminal and enter:
sudo add-apt-repository ppa:graphics-drivers/ppaYour system will now fetch the PPA’s key.
Now run
sudo apt-get updateThen
sudo apt-get install nvidia-355Then give it a rebort.
Or you could just use ARCH!
October 19, 2015 at 5:19 pm #75139strider
ParticipantVenn wrote:Open a terminal and enter:
sudo add-apt-repository ppa:graphics-drivers/ppa^ this.
Who still messes with the .run installer on Ubuntu in two-thousand fifteen?
October 19, 2015 at 5:45 pm #75140MichaelP
MemberSUCCESS!
Thank you All!
Arch? No, not Arch! That Distro is for Hipsters … those people who drive the Kia Soul and listen to retro 80’s music
October 20, 2015 at 12:42 am #75142Venn Stone
Keymasterstrider wrote:Venn wrote:Open a terminal and enter:
sudo add-apt-repository ppa:graphics-drivers/ppa^ this.
Who still messes with the .run installer on Ubuntu in two-thousand fifteen?
D-d-did you just agree /w me?
October 20, 2015 at 12:59 am #75143strider
ParticipantVenn wrote:D-d-did you just agree /w me?Of course I did. Anything that require users to drop into a TTY and type shit is utterly broken.
October 20, 2015 at 1:36 am #75144__eMpTy__
Participantstrider wrote:Venn wrote:D-d-did you just agree /w me?Of course I did. Anything that require users to drop into a TTY and type shit is utterly broken.
Spoken like someone who runs Windows 8.1 by choice.
Also, by that definition Django must be utterly broken.
-
AuthorPosts
- You must be logged in to reply to this topic.