Skip to content

Instantly share code, notes, and snippets.

@tamsky
Created November 19, 2015 05:55
Show Gist options
  • Save tamsky/b07640021e51ceea0c6c to your computer and use it in GitHub Desktop.
Save tamsky/b07640021e51ceea0c6c to your computer and use it in GitHub Desktop.
# http://www.tomsguide.com/answers/id-1797072/driving-2560x1440-monitor-hdmi-equipped-laptop.html#13279006
#/bin/sh
xrandr --newmode "2560x1440_41.00" 163.711 2560 2608 2640 2720 1440 1443 1448 1468 -hsync -vsync
xrandr --addmode HDMI1 "2560x1440_41.00"
xrandr --output HDMI1 --mode "2560x1440_41.00"
xrandr --output eDP1 --mode "1920x1080"
xrandr --output HDMI1 --left-of eDP1
That sets the resolution at startup. I'm sure there are some Windows-tools that can do the same for Windows users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment