Created
October 7, 2018 18:49
-
-
Save Eduard-gan/7035ba94ae1a514384e7f13174a6c03d to your computer and use it in GitHub Desktop.
Script to add 2560x1400 on vbox linux vm
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
#! /bin/bash | |
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync | |
xrandr --addmode VGA-1 "2560x1440_60.00" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment