Skip to content

Instantly share code, notes, and snippets.

@KurtJacobson
Created May 31, 2022 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KurtJacobson/f75b299d0caaecb07dcc077a8c2611e0 to your computer and use it in GitHub Desktop.
Save KurtJacobson/f75b299d0caaecb07dcc077a8c2611e0 to your computer and use it in GitHub Desktop.
Set Screen resolution 1920x1080 VirtualBox
xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 1920x1080
xrandr --output Virtual1 --mode 1920x1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment