22

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
  • 221

3 Answers3

11

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
  • 15,657
hkcoyant
  • 111
  • 1
  • 5
  • 1
    Please do not post the same answer many times to different questions. If the questions are similar enough that they all have the same answers, consider flagging the questions as duplicates of one of the questions, rather than reposting the same answer many times. – Thomas Ward Dec 10 '19 at 14:45
  • hi, ok i new here, reviewing your suggest. thanks – hkcoyant Dec 10 '19 at 19:39
  • This approach doesn't work on Debian 10 using gnome – Oscar Reyes Mar 02 '20 at 15:11
  • look for the gnome version i'm using 3.34.2 – hkcoyant Mar 03 '20 at 17:05
  • Same as gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer', 'x11-randr-fractional-scaling']". Did you notice any performance issue? – Pablo Bianchi Jan 12 '23 at 04:10
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.

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
  • Yeah, I'm on a laptop with a GPU and it reboots when i plug an external monitor in and try Wayland ;( – CpILL Nov 03 '21 at 19:45
  • 1
    you do not need wayland for this. X support this long time ago. If you want GUI to support it just do what @stolenmoment suggested: turn on fractional scaling – Wang Nov 28 '22 at 17:48