Skip to content

Instantly share code, notes, and snippets.

@nikuuchi
Created January 6, 2013 03:31
Show Gist options
  • Select an option

  • Save nikuuchi/4465041 to your computer and use it in GitHub Desktop.

Select an option

Save nikuuchi/4465041 to your computer and use it in GitHub Desktop.
VMwareで1600x900の解像度をなぜか使えなかったから作った。2行目はcvtで生成。
#!/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
@nikuuchi
Copy link
Copy Markdown
Author

nikuuchi commented Jul 1, 2013

cvtの使い方

$ cvt 1600 900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment