Skip to content

Instantly share code, notes, and snippets.

@jozefchmelar
Created March 28, 2019 15:21
Show Gist options
  • Save jozefchmelar/f8e83b9fc7d307fa98aad72fa8569579 to your computer and use it in GitHub Desktop.
Save jozefchmelar/f8e83b9fc7d307fa98aad72fa8569579 to your computer and use it in GitHub Desktop.
sets virtual box resolution for 2560x1440
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
xrandr --addmode Virtual1 "2560x1440_60.00"
xrandr --output Virtual1 --mode "2560x1440_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment