Created
November 19, 2015 05:55
-
-
Save tamsky/b07640021e51ceea0c6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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