Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active February 16, 2024 05:20
Show Gist options
  • Save vicente-gonzalez-ruiz/5a120c0d36b86ee90520250c803dbf48 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/5a120c0d36b86ee90520250c803dbf48 to your computer and use it in GitHub Desktop.
1. Run nvidia-detector to see the recommended driver version (for example, nvidia-driver-550).
2. sudo apt install nvidia-driver-550
We can see the modules configured in the kernel with:
dkms status
We can know if there is any issue or conflict with the Nvidia module with:
sudo dmest | grep NV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment