Skip to content

Instantly share code, notes, and snippets.

@waiting-for-dev
Last active April 14, 2021 03:06
Show Gist options
  • Save waiting-for-dev/9487493 to your computer and use it in GitHub Desktop.
Save waiting-for-dev/9487493 to your computer and use it in GitHub Desktop.
Force screen resolution for my monitor
# 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