Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibrahim-dogan/698819f98f0f6cfd8aeb9afe02688e79 to your computer and use it in GitHub Desktop.
Save ibrahim-dogan/698819f98f0f6cfd8aeb9afe02688e79 to your computer and use it in GitHub Desktop.
Ubuntu fake resolution
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