Last active
April 14, 2021 03:06
-
-
Save waiting-for-dev/9487493 to your computer and use it in GitHub Desktop.
Force screen resolution for my monitor
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
# Put in /etc/gdm3/Init/Default or ~/.xprofile | |
cvt 1280 720 60 | |
xrandr --newmode "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync | |
xrandr --addmode VGA-0 1280x720_60.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment