Created
June 8, 2019 19:38
-
-
Save ibrahim-dogan/698819f98f0f6cfd8aeb9afe02688e79 to your computer and use it in GitHub Desktop.
Ubuntu fake resolution
This file contains 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
this is default: | |
xrandr --output LVDS1 --mode 1366x768 --scale 1x1 --panning 1366x768 | |
this is 20% higher: | |
xrandr --output LVDS1 --mode 1366x768 --scale 1.2x1.2 --panning 1639x922 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment