Skip to content

Instantly share code, notes, and snippets.

@ksafranski
Created March 10, 2018 16:25
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 ksafranski/490fb1866babf30006afeb04bde9e9be to your computer and use it in GitHub Desktop.
Save ksafranski/490fb1866babf30006afeb04bde9e9be to your computer and use it in GitHub Desktop.
#!/bin/sh
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