Skip to content

NVIDIA DRM Modeset Regression (580.65.06) #1187

@PixelHabits

Description

@PixelHabits

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions