Determine the correct chipset
lspci -v | grep NVIDIA
2. Download the correct Installer package from NVidia
ex:
01:00.0 3D controller: NVIDIA Corporation GM107GLM [Quadro M1000M] (rev a2) 03:00.0 VGA compatible controller: NVIDIA Corporation GM107GL [Quadro K620] (rev a2) (prog-if 00 [VGA controller])
https://www.nvidia.com/Download/index.aspx?lang=en-us
3. Run installer
chmod +x NVIDIA-Linux.run ./NVIDIA-Linux.run
If the installer fails, try uninstalling the old driver first
4. Restart the X11 session
systemctl isolate multi-user.target systemctl isolate graphical.target
2 Comments