Jonathon Jongsma 7012c82fc7 monitor-config: ignore stored config when hotplug_mode_update is set
When the output device has hotplug_mode_update (e.g. the qxl driver used in
vms), the displays can be dynamically resized, so the current display
configuration does not often match a stored configuration. When a new
monitor is added, make_default_config() tries to create a new display
configuration by choosing a stored configuration with N-1 monitors, and then
adding a new monitor to the end of the layout. Because the stored config
doesn't match the current outputs, apply_configuration() will routinely
fail, leaving the additional display unconfigured. In this case, it's more
useful to just fall back to creating a new default configuration from
scratch so that all outputs get configured to their preferred mode.
2014-11-20 12:24:16 -06:00
2014-11-15 18:34:58 +01:00
2014-03-18 20:37:35 -04:00
2014-10-30 10:40:17 +00:00
2014-07-31 17:50:28 +02:00
2014-10-30 10:40:17 +00:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%