Mir

Comment 7 for bug 1644189

Revision history for this message
Alan Griffiths (alan-griffiths) wrote : Re: Shell wants to know when base display config has changed

Current "strawman" implementation idea:

1. run an "internal client" in qtmir/miral
2. use mir_connection_set_display_config_change_callback() to monitor display configuration changes.
3. this can use the client API mir_connection_set_base_display_config() to apply a saved configuration

Pros: simple to implement using established libmirclient API
Cons: can't react to (e.g. h/w) changes before a new config has been applied

Is this worth doing as a first cut implementation?