[Bug 289647] graphics/drm-61-kmod: X11 with nvidia-drm-61-kmod fails to start after commit ac934345a14f
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289647 Jean-Sébastien Pédron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #263902| |maintainer-approval+ Flags| | --- Comment #16 from Jean-Sébastien Pédron <[email protected]> --- Created attachment 263902 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263902&action=edit Check "nvidia" in the computation of "isdrm" The NVIDIA driver also creates a child device below `vgapci`, like `drmn`: vgapci0<VGA-compatible display> (...) drmn0 acpi_video0 nvidia0<Quadro P1000> Therefore, we must handle it like `drmn` and ajust the "isdrm" boolean. Could you please try the attached kernel patch? -- You are receiving this mail because: You are the assignee for the bug.