Ubuntu 18.04 (or Debian) install NVIDIA official driver with DKMS
First, go NVIDIA official website and download newest Driver https://www.geforce.com.tw/drivers Then, you’ll get a file called NVIDIA-Linux-x86_64-440.36.run 440.36 was its version, will change when they update. Go install Dependencies apt-get install build-essential -y And, we open a terminal window, make NVIDIA-Linux-x86_64-440.36.run file can execute. chmod +x NVIDIA-Linux-x86_64-440.36.run Then in same terminal window type sh NVIDIA-Linux-x86_64-440.36.run