So I've got my 7680x2160p desktop all sorted.
Wayland seems to only offer 100%, 200%, 300% and 400% scaling.
My ideal desktop needs to be either 125% or 150%, but there's no way to specify a custom scaling?
Any ideas?
Code: Select all
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"It's quite weird, in Plasma + Wayland I can change scale steps by 5%.alexbuell wrote:So I've got my 7680x2160p desktop all sorted.
Wayland seems to only offer 100%, 200%, 300% and 400% scaling.
My ideal desktop needs to be either 125% or 150%, but there's no way to specify a custom scaling?
Any ideas?
Fantastic, that's sorted my issue. Did not even need to log out.salahx wrote:Gtk support fractional scaling but its considered experimental and disabled by defualt:
To enable it, open a terminal and issue the following command:You may to log out then back in for it to take effect.Code: Select all
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"