Skip to content

Instantly share code, notes, and snippets.

@aaronjanse
Created April 30, 2018 21:09
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 aaronjanse/612fd50a3ae5cf87c63290e48563d8bb to your computer and use it in GitHub Desktop.
Save aaronjanse/612fd50a3ae5cf87c63290e48563d8bb to your computer and use it in GitHub Desktop.
Resize Arch Linux display

Look for the name in your display (e.g. VGA-1) and possible resolutions (e.g. 1280x768) in

xrandr -q | head

And resize your display like so:

xrandr --display :0 --output NAME_OF_YOUR_DISPLAY --mode WIDTHxHEIGHT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment