Skip to content

Instantly share code, notes, and snippets.

@sandokandias
Created July 21, 2018 01:39
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 sandokandias/3acacefa367d40610c482e304811a8da to your computer and use it in GitHub Desktop.
Save sandokandias/3acacefa367d40610c482e304811a8da to your computer and use it in GitHub Desktop.
Set display to 1600x900
$ xrandr
#check the mode and set
$xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
$xrandr --addmode eDP-1 "1600x900_60.00"
$xrandr --output eDP-1 --mode "1600x900_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment