Skip to content

Instantly share code, notes, and snippets.

@GrumpyChunks
Created November 13, 2020 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrumpyChunks/0cafdb96bc418396f7afcf344365f95a to your computer and use it in GitHub Desktop.
Save GrumpyChunks/0cafdb96bc418396f7afcf344365f95a to your computer and use it in GitHub Desktop.
xrandr commands to switch resolutions

The following command switches to 1440x900, scaled at 100%

xrandr --output eDP --auto --mode "1440x900"

The following command switches to 2880x1800, scaled at 200%

xrandr --output eDP --auto --mode "2880x1800"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment