Installing
-
2. Enabling Non-free Repo
How to Add Debian Non Free Repo Preserving System
-
3. Installing GT 730 Driver
Then to Install GT 730 Driver on Debian
Simply run:Step 1: Install Required Packages
sudo apt install nvidia-driver-470 nvidia-settings build-essential dkms
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Step 2: Blacklist Nouveau Driver
sudo bash -c 'echo "blacklist nouveau" > /etc/modprobe.d/blacklist-nouveau.conf'
sudo update-initramfs -u
Step 3: Load NVIDIA Modules
sudo modprobe nvidia
sudo modprobe nvidia_uvm
Step 4: Configure Xorg
Automatically generate Xorg configuration:
sudo nvidia-xconfig
Finally, reboot to apply the new NVIDIA driver:
sudo reboot
Contents