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?
Asked
Active
Viewed 1,881 times
1

jeff
- 281
- 1
- 11
-
maybe this helps: https://askubuntu.com/questions/1028622/different-display-scale-settings-18-04 – Max Jul 31 '19 at 08:17
-
@jeff what was it? – Leftover Salad Nov 27 '20 at 23:00
-
@LeftoverSalad see the answer bellow – jeff Dec 09 '20 at 16:05
2 Answers
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