Just out of curiosity, when running the Nvidia install command on a fresh install of Endeavour, does it default to the open kernel drivers since they are the recommended ones by Nvidia?
No it does not as the open kernel drivers are still beta and are only for newer cards.
1 Like
nvidia-inst
defaults to package nvidia-dkms
, and some other common packages.
You can dryrun what nvidia-inst would do with command
nvidia-inst -t
and see all its options including small explanations with command
nvidia-inst -h
To install the open drivers you can use option --open
.