Skip to content

Instantly share code, notes, and snippets.

@newbrunomartins
Last active March 30, 2018 18:12
Show Gist options
  • Save newbrunomartins/189f08188d191536452f3ecaee1944fa to your computer and use it in GitHub Desktop.
Save newbrunomartins/189f08188d191536452f3ecaee1944fa to your computer and use it in GitHub Desktop.
NVIDIA no Debian 9+
#Apenas vá dando enters que a mágica ira acontecer!
apt-get remove --purge nvidia* nouveau* && apt-get -y install build-essential linux-headers-$(uname -r) && echo " blacklist nouveau" >> /etc/modprobe.d/blacklist.conf && apt install nvidia-detect && nvidia-detect && apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-driver nvidia-xconfig && nvidia-xconfig && update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment