Fix committed into lp:mir at revision None, scheduled for release in mir, milestone 0.20.0
** Changed in: mir Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1535780 Title: Passing DisplayConfiguration scale property from nested server to host appears to not work Status in Mir: Fix Committed Status in mir package in Ubuntu: New Bug description: I'm using code like this in QtMir, implementing a wrapper for DisplayConfigurationPolicy: void MirDisplayConfigurationPolicy::apply_to(mg::DisplayConfiguration& conf) { m_wrapped->apply_to(conf); conf.for_each_output( [&](mg::UserDisplayConfigurationOutput &output) { output.scale = 2; }); } Starting nested server with this, I fail to see the final applied DisplayConfiguration having the scale value I requested. Also, can you please check scale can be set for Android platform. It does work on Mesa/KMS anyway. To manage notifications about this bug go to: https://bugs.launchpad.net/mir/+bug/1535780/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp