I have two monitors side by side. One is 3840x2160@30hz
the other is 1280x1024@60hz
. I am trying to set the smaller monitor's scale:
xrandr --output VGA1 --scale 2x2
With this command only 1/4 of the monitor is usable.
How can I fix this issue with xrandr?
Due to the bug described here, I had to patch and recompile the
xserver-xorg-core
package using Chris Wilson's patch.Here's how I did it:
Download the source and patch for the xserver-xorg-core package.
Patch xrandr:
At
type:
Install build dependencies:
Install more build packages:
Compile the package:
Install the new package:
Restart your DE and xrandr should now scale perfectly!