24

I have 3 monitors, the left one is 4k, while the other 2 are 1080p. The problem I am having is that if I have the 1080p monitors on normal scaling, the 4k monitor is basically unusable because everything is too small, but if i set the 4k monitor to 200%, gnome automatically changes the scaling of the other 2 monitors and makes them unusable due to everything being too far zoomed in.

What can I do here? Is there anything in gnome tweaks that can fix this?

Lanes100
  • 241

3 Answers3

12

This works fine in my case, using 3k notebook and 1600px monitor with different scale:

  1. Open dconf Editor.
  2. Go to /org/gnome/mutter/experimental-features
  3. Disable "Use default value"
  4. Write custom value: ['scale-monitor-framebuffer', 'x11-randr-fractional-scaling']

Now you can use different scale for each screen in the display settings.

dconf setting capture

Scale 200% in screen 3000x2000px

Scale 100% in secondary screen 1600x900px

Tested in Ubuntu 19.10, GNOME 3.34.2.

Pablo Bianchi
  • 17,371
hkcoyant
  • 121
  • 1
  • 5
8

I turned on "fractional scaling" in Settings/Displays and it now lets me set different scaling factors for the different displays. Hooray! I was afraid that I wouldn't be able to use my external monitor with my new laptop.

stolenmoment
  • 181
  • 1
  • 2
3

If someone is looking for help with this in 2020 or later, probably the solution is to change your session to use wayland instead of xorg. It depends on your distro but you usually can choose what kind of session you want before logging in into your session. You should see some kind of cog icon and you should choose something like "GNOME on Wayland" or "GNOME" if there is some other option which says anything about xorg.

Please be aware that some apps might not change their scale when you move them from one screen to the other.

adlr0
  • 148
  • 4