

The kernel was built with gcc version 8.2.0 (Debian 8.2.0-14), but the current compiler version is cc (Debian 8.3.0-2) 8.3.0. And the questions along with the suggested answer to choose is here mentioned. While the installation process is on, you will be asked a few questions. The installation command may vary depending upon downloaded Nvidia driver version, so don’t forget to cross check the version number that fits your requirements. Here, you can login to your machine via terminal or TTY, and install the Nvidia driver by executing below command: bash NVIDIA-Linux-x86_ Important Note: You can do this by running commands below: systemctl set-default multi-user.target Once disabled, you should Reboot the multi-user run level, and it would disable the GUI after the reboot. Now, you would need to disable the default Nouveau driver by running: echo blacklist nouveau > /etc/modprobe.d/nf Next is to install the Nvidia driver compilation prerequisites: apt -y install linux-headers-$(uname -r) build-essential You can view the downloaded file by running: ls NVIDIA-Linux-x86_ The saved file might be under your home directory. Just search the same driver source package over official Nvidia website, and download it on your machine. In the output, you will be shown with a recommended Nvidia Driver number.

You just need to run the following command: nvidia-detect

Run the nvidia-detect on your machine to detect Nvidia card model and suggested driver. Now, install nvidia-detect utility with the command: apt -y install nvidia-detect

Take look below for an instance: Previous value:ĭone? Update the repository index file by running the command below: apt update At first, open /etc/apt/sources.list as an administrative user, and add the non-free and contrib repository there.
