-
-
Notifications
You must be signed in to change notification settings - Fork 526
Description
Hello,
I’d like to suggest an update to the DRM / NVIDIA section of the wiki regarding early KMS setup.
After upgrading to NVIDIA beta driver 580.65.06, I encountered a regression where the driver fails to load properly at boot, breaking DRM handoff and preventing EDID detection. The symptoms look like a compositor issue (monitor shows as Unknown-1), but the root cause is the nvidia-drm module not initializing correctly likely due to modeset=1 not being explicitly set.
While the wiki currently states:
“If you’re on Arch Linux, this step has already been done for you.”
This is no longer accurate in practice at least as of 580.65.06. Manually creating /etc/modprobe.d/nvidia.conf with the following resolves the issue:
options nvidia_drm modeset=1
Only after doing this was the GPU properly bound during early boot, and the monitor/EDID detected
Repo with logs and documentation:
nvidia-580-regression
I have started a bug forum post with Nvidia.
Since it is a simple fix to explicitly set the parameter I would recommend the wiki advise that to avoid potential issues even if the beta is patched.