1

I have a 14 inch 4k Display on my laptop and a full hd monitor attached.
I'd like to set scaling 200 om my laptop and 100 un the monitor. How can I change the scaling separately for monitors?

jeff
  • 281
  • 1
  • 11

2 Answers2

1

ubuntu 20 has fractional scaling checkbox. it can be also activated in ubuntu 19 with experimental gnome settings

jeff
  • 281
  • 1
  • 11
0

following xrandr command seems to work for me

xrandr  --fb 7680x2160 --output eDP-1 --mode 3840x2160 --pos 3840x0 --output HDMI-1 --scale 2x2 --panning 3840x2160+0+0

for explanation Different display scale settings - 18.04 at the answer from travis-wayland

jeff
  • 281
  • 1
  • 11