Pinned Loading
-
-
-
-
-
Fix scaling in Ubuntu using xrandr
Fix scaling in Ubuntu using xrandr 1xrandr --fb 7680x2160 && xrandr --output DP-1 --mode 1920x1080 --scale-from 3840x2160 --pos 0x0 && xrandr --output eDP-1 --pos 3840x0 --scale 0.9999x0.9999
2# Assuming you have a primary monitor (right) that is 3840x2160 and a secondary monitor (left) that is 1920x1080
3# Will scale such that low res is "extended" to the left of the primary 4k monitor and the last bit to
4# fix an issue with cursor flicker (from stack overflow) (hence 0.9999x0.9999)
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.