Created
February 12, 2020 18:56
-
-
Save a-m-dev/5b51899ab2f003e13c38fe4c94c113b9 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
#!/bin/bash | |
cvt -r 1920 1080 | |
xrandr --newmode "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync | |
xrandr --addmode VGA-0 1920x1080R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment