Skip to content

Linux Mint 20 NVIDIA Driver

Config:

  • System:
    • Kernel: 5.4.0-52-generic x86_64
    • Desktop: Cinnamon 4.6.7
    • Distro: Linux Mint 20 Ulyana
    • Base: Ubuntu 20.04 focal
  • Graphics:
    • Device: NVIDIA GM204 [GeForce GTX 970]
    • Driver: nvidia v: 450.80.02

Steps:

bash
sudo apt-get purge *nvidia*
sudo apt-get autoremove
reboot

Download nvidia driver

bash
echo 'blacklist nouveau' | sudo tee /etc/modprobe.d/disable-nouveau.conf
sudo update-initramfs -u
reboot

_CTRL + ALT + F1_ to switch to text mode

bash
sudo service lightdm stop

Run nvidia installer

questionanswer
alternate methodcontinue
DKMSyes
32bityes
?yes
nvidia-xconfigno
bash
sudo service lightdm start
  • Run NVIDIA X Server Settings (nvidia-settings)
  • Go to X Server Display Configuration
  • Click Save to X Configuration File

Sources: