Problem installing Nvidia driver on Ubuntu

Rickster

EVGA Fanatic
Joined
Jul 31, 2012
Messages
23,076
Reaction score
5,335
Location
Joe'berg
Im struggling to install the latest non beta driver, I get an error about 3/4 of the way.

Any ideas? Thanks

PS, this is my first extensive use of Linux/Ubuntu.

Screenshot from 2015-01-16 23:15:17.jpg
 
What's the error?

In general, Nvidia drivers should be installed as root outside of the GUI.

In a console type
init 3
... This will drop you to single user mode.
Now log in as root, and run the Nvidia installer. You might have to chmod the file to executable.
chmod +x Nvida_file_name
Then run the file
./Nvidia_file_name

Then reboot or init 6.

Sorry, quick type on the phone but should give you Google terms to search.
Its a few steps, but not really tricky.
 
Try sudo init 3
Or su and then init 3

Sorry, don't work on Ubuntu much

You will probably need to su to run and chmod the file as well.
 
Additional Drivers

Its better to use the Additional Drivers app, built into Ubuntu, which will install the driver for you.
 
In a console type
init 3
... This will drop you to single user mode.

Just a correction
init 3 is multi user text mode with networking (2 with out networking) and not single user mode
init 1 is single user mode
5 is GUI
0 is Shutdon
6 is reboot
4 is not used/user definable
 
Its better to use the Additional Drivers app, built into Ubuntu, which will install the driver for you.

This is what I did with my recent Ubuntu install. The HP microserver has a ATI/AMD Radeon card. Went to the "additional drivers" app in Ubuntu....clicked on the fglrx thing, let it install, rebooted and done. Working flawlessly.
 
Pick 331.113. Its stable and will run without a hitch. Installing these drivers via commandline is not a good strategy for stability.

Take it from someone who has been using Linux on the desktop since 1999. I still have my redhat and suse install disks from that era, when you had a basic x system and configuring anything for the desktop took days to figure out.
 
Just a correction
init 3 is multi user text mode with networking (2 with out networking) and not single user mode
init 1 is single user mode
5 is GUI
0 is Shutdon
6 is reboot
4 is not used/user definable

Actually Ubuntu is different from the others.

0 Halt
1 Single-user mode
2 Graphical multi-user with networking
3-5 Unused but configured the same as runlevel 2
6 Reboot

But you are right about Init 1 being single user, just that 2-5 are all exactly the same.
 
Last edited:
Pick 331.113. Its stable and will run without a hitch. Installing these drivers via commandline is not a good strategy for stability.

well that's not true at all. i'm not sure how you can say this being a long time user of linux.
 
just run

sudo ./[name of downloaded driver]

in terminal, enter password when asked, and sit back. you can enter this command in the box after pressing alt+f2 instead of terminal

the easiest way to enter single-user/root boot mode is with grub
 
just run

sudo ./[name of downloaded driver]

in terminal, enter password when asked, and sit back. you can enter this command in the box after pressing alt+f2 instead of terminal

the easiest way to enter single-user/root boot mode is with grub

ricky@Ricky-PC:~$ sudo ./NVIDIA-Linux-x86_64-340.65.run
sudo: ./NVIDIA-Linux-x86_64-340.65.run: command not found

Hmm..
 
cd/home/ricky/Downloads

<enter>

sudo ./NVIDIA-Linux-x86_64-340.65.run ??
 
Top
Sign up to the MyBroadband newsletter
X