Skip to content

Instantly share code, notes, and snippets.

@r0mdau
Last active March 11, 2021 23:01
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 r0mdau/2274ed88e8ae549b36ee02465c87fe14 to your computer and use it in GitHub Desktop.
Save r0mdau/2274ed88e8ae549b36ee02465c87fe14 to your computer and use it in GitHub Desktop.
Add screen resolution xrandr
sudo cvt 2560 1080
sudo xrandr --newmode "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync
sudo xrandr --addmode HDMI-1 2560x1080_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment