Created
November 16, 2021 11:02
-
-
Save xanderificnl/eaf4581b77ed34acc480544478e5d178 to your computer and use it in GitHub Desktop.
Fix VGA-1 output @ Script
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/sh | |
xrandr --newmode "1920x1080_59.00" 169.00 1920 2040 2240 2560 1080 1083 1088 1120 -hsync +vsync | |
xrandr --addmode VGA-1 "1920x1080_59.00" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment