BuddiesOfBudgie / magpie

Magpie is a softish fork of Mutter for use with Budgie Desktop.
GNU General Public License v2.0
18 stars 4 forks source link

Fractional scaling support #3

Open fossfreedom opened 1 year ago

fossfreedom commented 1 year ago
          Fractional scaling is currently implemented using mutter experimental feature key values added as part of a mutter patch on ubuntu and manjaro.

https://github.com/BuddiesOfBudgie/budgie-control-center/blob/953c93dbe5759747d31e9610b66cc09c90815737/panels/display/cc-display-config.c#L20

Other distros obviously don't patch mutter with these. So need to decide the best way forward how to support fractional scaling preferably with least risk, least number of changes required.

Originally posted by @fossfreedom in https://github.com/BuddiesOfBudgie/magpie/issues/1#issuecomment-1571552185