Last active
March 27, 2017 22:38
-
-
Save joshmccall221/20a305914034434a26efa99462dc62b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#http://askubuntu.com/questions/379123/can-i-zoom-out-windows-or-scale-the-whole-desktop | |
xrandr --output LVDS1 --mode 1920x1080 --scale 2x2 --fb 3840x2160 --panning 3840x2160 | |
# 3k | |
# xrandr --output LVDS1 --mode 1920x1080 --scale 1.5x1.5 --fb 2880x1620 --panning 2880x1620 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment