Linux

can you install Nvidia drivers on Linux?



website for step by step:

to get my same results.
sudo apt update
sudo apt upgrade
sudo apt autoremove nvidia* –purge
sudo apt install software-properties-common -y
sudo add-apt-repository contrib non-free-firmware
sudo apt update
lscpu | grep CPU (optional unless you don’t know your system)
sudo apt install linux-headers-amd64 (amd64 aka 64bit)
sudo apt install nvidia-detect
nvidia-detect
sudo apt install nvidia-driver linux-image-amd64 (guessing it’s needed there will be an error.)
sudo reboot
lspci | grep -e VGA (not needed i use to confirm it’s still working)

sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https dkms curl -y

Import Nvidia GPG Key on Debian:
use the bookworm one. i can’t put it here cause some text isn’t allowed.

echo ‘deb [signed-by=/usr/share/keyrings/nvidia-drivers.gpg] /’ | sudo tee /etc/apt/sources.list.d/nvidia-drivers.list

sudo apt update (it will give a warning about 3 repo changes.)
sudo apt install nvidia-driver cuda nvidia-smi nvidia-settings (most downloaded but failed.)
sudo apt install nvidia-driver nvidia-kernel-open-dkms cuda nvidia-smi nvidia-settings (final stretch)
sudo reboot
nvidia-smi (make sure it’s working)
nvidia-settings (make sure it’s working)

you now have Nvidia drivers. sorry not proprietary yet. but at least this non-free works after reboot.

Headset: Beyerdynamic DT 770 PRO 250ohm

Mic:Stellar x2

Mouse: Redragon Gaming Mouse

Camera: Lumix G7

Patreon

Tips

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button