Created
May 14, 2017 00:41
-
-
Save ErickWendel/1958b976427fd10cf0c721320607a3ab to your computer and use it in GitHub Desktop.
This file contains 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
cvt 1600 900 60 | |
xrandr | |
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync | |
xrandr --verify what is a external Monitor (in my case VGA1) | |
xrandr --addmode VGA1 "1600x900_60.00" | |
xrandr --output VGA1 --mode 1600x900_60.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment