swaywm / wlroots

A modular Wayland compositor library
https://gitlab.freedesktop.org/wlroots/wlroots/
MIT License
2.15k stars 343 forks source link

DRM connector properties not updated on hotplug #1807

Open emersion opened 5 years ago

emersion commented 5 years ago

A DRM hotplug event means "refresh all your state". However we only look at connector status and link-status, and we don't update anything else.

This is an issue for e.g. an EDID change during suspend where the connector stays connected but its EDID is updated (user suspends, unplugs, replugs, resumes).


wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1807

RedSoxFan commented 5 years ago

This is probably the cause for swaywm/sway#3909