Created
February 12, 2020 18:56
-
-
Save a-m-dev/fd0827af054e52d984ace5afa3e7e3c7 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