Last active
February 16, 2024 05:20
-
-
Save vicente-gonzalez-ruiz/5a120c0d36b86ee90520250c803dbf48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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