Gangmax Blog

How to Enable Display Fractional Scaling in Ubuntu

The original post was using “Ubuntu 19.04”, and the solution is also working on my “Ubuntu 20.04”.

Run the following command.

1
2
3
4
5
# Enable the fractional scaling in "Display Settings":
gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"

# If you want to disgard this change, run:
gsettings reset org.gnome.mutter experimental-features

Comments