blob: 716c9d337b63cf141a01b9ccb827d11b19093a8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# mutter-xwayland-scaling
Mutter build with Xwayland native fractional scaling patch.
All credits belong to original authors from https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3567/.
[gnome-settings-daemon-xwayland-scaling](https://github.com/HydroH/gnome-settings-daemon-xwayland-scaling) must also be installed to work.
---
To enable xwayland native fractional scaling after installation run:
- ```gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer', 'xwayland-native-scaling']"```
- Then open Settings > Displays to set the scale.
To disable fractional scaling run:
- ```gsettings reset org.gnome.mutter experimental-features```
---
|