What to do if the recommend way to install the latest driver in the System Settings
> Software and updates
or Ubuntu software
FAILS?
e.g. what most answers in How do I install the Nvidia drivers? and many others aims at.
What to do if the recommend way to install the latest driver in the System Settings
> Software and updates
or Ubuntu software
FAILS?
e.g. what most answers in How do I install the Nvidia drivers? and many others aims at.
No exact details provided, as the details may change with time - the intention here is to keep this answer relevant as long as possible:
e.g. while restarting the computer, early, at the "BIOS boot display"; hold or tap
ESC
, holdSHIFT
-key or whatever action makes the grub boot menu appear, select the latest recovery mode.fsck
andnetwork
options in the menu before launching aroot shell
(those are menu alternatives in recovery mode!).wget <link>
.This MIGHT be the link: Check http://download.nvidia.com/XFree86/Linux-x86_64/latest.txt,
append the file content to
http://download.nvidia.com/XFree86/Linux-x86_64/
to create a direct link)E.g.
bash NVIDIA-Linux-x86_64-440.31.run --uninstall
orcheck
dpkg --list | grep -i nvidia
and use apt / apt-get to purge relevant portions of what is listed.E.g.
bash NVIDIA-Linux-x86_64-430.50.run --install
reboot
and pressENTER