Created
March 28, 2019 15:21
-
-
Save jozefchmelar/f8e83b9fc7d307fa98aad72fa8569579 to your computer and use it in GitHub Desktop.
sets virtual box resolution for 2560x1440
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
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