Skip to content

window: Replace 'winsys_id' for monitor matching

Jonas Ådahl requested to merge jadahl/mutter:wip/logical-monitor-id into main

Instead use an abstract "logical monitor id" that is generated from the logical monitor. Instead of using low level numbers from the mode setting devices, use either data from the EDID, or the connector, if the EDID is not useful.

This should help with windows remembering monitor positions when the same monitor reappears but with another mode setting device ID.

Merge request reports