Skip to content

Instantly share code, notes, and snippets.

@Strubbl
Last active December 24, 2015 22:49
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 Strubbl/6875387 to your computer and use it in GitHub Desktop.
Save Strubbl/6875387 to your computer and use it in GitHub Desktop.
xrandr commands to get Dell 27" to work with Intel graphics
cvt 2560 1440
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
xrandr --addmode HDMI1 "2560x1440_60.00"
xrandr --output HDMI1 --mode "2560x1440_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment