Skip to content

manually installing nvidia drivers

ProfessorKaos64 edited this page Aug 31, 2016 · 3 revisions

Table of Contents generated with DocToc

Manually Installing NVidia Drivers

Only do this if you see via dmesg that there is a severe failure in your driver being loaded.

via recover mode or SSH

sudo apt-get purge glx-alternative-nvidia
sudo apt-get update
sudo apt-get install -y glx-alternative-nvidia* libcuda1* libcuda1:i386* libegl1-nvidia* libgl1-nvidia-glx* libgl1-nvidia-glx:i386* libnvcuvid1* libnvcuvid1:i386*

The DKMS modules will rebuild during this process.

Clone this wiki locally