Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibejohn818/e85dcf547d229e781faeaf74ececaddd to your computer and use it in GitHub Desktop.
Save ibejohn818/e85dcf547d229e781faeaf74ececaddd to your computer and use it in GitHub Desktop.
dkms nvidia install
sudo dkms status
# list nvidia installs
ls -l /var/lib/dkms/nvidia
# install for kernel version 535.154.05
dkms install nvidia/535.154.05 -k 6.7.3-060703-generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment