South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
What's the error?
In general, Nvidia drivers should be installed as root outside of the GUI.
In a console type
init 3
ricky@Ricky-PC:~$ init 3
init: Need to be root
Before doing all why not do sudo su then continue with all other commands
In a console type
init 3
... This will drop you to single user mode.
Its better to use the Additional Drivers app, built into Ubuntu, which will install the driver for you.
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
Pick 331.113. Its stable and will run without a hitch. Installing these drivers via commandline is not a good strategy for stability.
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 ??
cd /home/ricky/Downloads
sudo ~/Downloads/NVIDIA-Linux-x86_64-340.65.run
yes, but put a space after cd
alternatively press alt+f2 and
~ is short for /home/ricky