endeavouros-team / calamares

Distribution-independent installer framework
https://calamares.io
14 stars 10 forks source link

Fix Nvidia DRM kernel module parameter #45

Closed Revival8697 closed 3 months ago

Revival8697 commented 3 months ago

The current kernel module is nvidia_drm, not nvidia-drm.

See https://download.nvidia.com/XFree86/Linux-x86_64/550.67/README/kms.html.

This change happened in https://download.nvidia.com/XFree86/Linux-x86_64/455.23.04/README/kms.html, not sure how it was missed for 3 years.

dalto8 commented 3 months ago

Thanks!

Revival8697 commented 3 months ago

Thanks!

On further research, seems like nvidia_drm and nvidia-drm both point to the same kernel module, I guess for backward compatibility, so this doesn't affect end users. Glad that it is fixed though.