Skip to content

Instantly share code, notes, and snippets.

@marques576
Last active September 7, 2024 14:47
Show Gist options
  • Save marques576/404591d099149b8bef196216c74eb8e4 to your computer and use it in GitHub Desktop.
Save marques576/404591d099149b8bef196216c74eb8e4 to your computer and use it in GitHub Desktop.
Disable NVIDIA GPU on debian

Disable NVIDIA GPU on debian

sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo update-initramfs -u
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment