Quote:
Originally Posted by mdp
Randy, have you tried commands like
Code:
xrandr --output HDMI-1 --scale 1.72x1.72
?
Check
https://wiki.archlinux.org/index.php/HiDPI
As expressed, one's best configuration for using multiple monitors of different density could be: different DPI per workspace. But I have not found information on how to do that (I am not sure it's possible).
|
I've missed your reply
In my case, with a lower resolution for my LCD monitor, to have a zoom effect on the Max2 :
Quote:
xrandr --output HDMI-1 --scale 0.58x0.58 # My preferred
xrandr --output HDMI-1 --scale 0.66x0.66
xrandr --output HDMI-1 --scale 0.70x0.70
|
For a scale 1 :
Quote:
xrandr --output HDMI-1 --mode 2104x1560
xrandr --output HDMI-1 --scale 1x1
|