I'm attempting to install the proprietary Nvidia drivers for my card:
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1)
on my system:
$ lsb_release -a -u
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
I've followed the steps outlined here:
sudo apt-get purge nvidia*
sudo apt-add-repository ppa:graphics-drivers/ppa
sudo apt update
but the command
sudo apt install nvidia-driver-
shows several available versions of the driver:
nvidia-driver-390 nvidia-driver-396 nvidia-driver-410 nvidia-driver-415 nvidia-driver-418
I've seen the 396
version used several times, but intuitively I would install the latest version. How do I know which one I should install?