Created
January 6, 2013 03:31
-
-
Save nikuuchi/4465041 to your computer and use it in GitHub Desktop.
VMwareで1600x900の解像度をなぜか使えなかったから作った。2行目はcvtで生成。
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/sh | |
| xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync | |
| xrandr --addmode Virtual1 1600x900_60.00 | |
| xrandr --output Virtual1 --mode 1600x900_60.00 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cvtの使い方