Skip to content
Discussion options

You must be logged in to vote

Solution Options

Since Nvidia doesn't have an official repository for Debian 13 yet, here are your options:


Option 1: Install via .run file (Recommended)

# 1. Download the latest driver from Nvidia
wget https://us.download.nvidia.com/XFree86/Linux-x86_64/580.27/NVIDIA-Linux-x86_64-580.27.run
chmod +x NVIDIA-Linux-x86_64-580.27.run

# 2. Install dependencies
sudo apt update
sudo apt install linux-headers-$(uname -r) build-essential dkms pkg-config libglvnd-dev

# 3. Blacklist nouveau
echo "blacklist nouveau" | sudo tee /etc/modprobe.d/blacklist-nouveau.conf
echo "options nouveau modeset=0" | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
sudo update-initramfs -u

# 4. Reboot to text mode

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@L65536
Comment options

@crim50n
Comment options

@L65536
Comment options

@crim50n
Comment options

Answer selected by crim50n
@L65536
Comment options

@L65536
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants