On Fr, 2024-05-17 at 16:09 +0200, Sefa Eyeoglu wrote: > The Bigscreen Beyond VR headset is a non-desktop output and should be > marked as such using an EDID quirk. > > Closes https://gitlab.freedesktop.org/drm/misc/kernel/-/issues/39 >From the EDID posted there, it looks like the quirk should not be necessary? The quoted DisplayID extension block correctly marks this as an HMD: "Display Product Primary Use Case: Head-mounted Virtual Reality (VR) display" The update_displayid_info() function in drm_edid.c should use this information to set the non_desktop flag already. Doesn't this work as expected? regards Philipp