sudo apt-get update
(Press enter)sudo apt-get install nvidia-detect
(Press enter)nvidia-detect
(Press enter)Here nvidia-legacy-304xx-driver is the right driver package for my gpu Install the recommended driver and linux headers:
sudo apt-get install linux-headers-$(uname -r) nvidia-legacy-304xx-driver
(press enter)the correct kernel will be chosen automatically
I have the info from next page and it works: https://linuxsuperuser.com/install-nvid ... rs-debian/