-
I switched from fedora 39 and there fractional scaling was enabled with the following command: This command does not work in VanillaOS. What should I do to enable fractional display scaling? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Experimental fractional scaling support is present in Vanilla OS. In your case, It doesn't work because you might be trying to execute it in the default vso shell which is a mutable container and not in the host. It will work if you append |
Beta Was this translation helpful? Give feedback.
Experimental fractional scaling support is present in Vanilla OS.
In your case, It doesn't work because you might be trying to execute it in the default vso shell which is a mutable container and not in the host.
It will work if you append
host-shell
before the command to execute it on host i.e.host-shell gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
.