OS X: ディスプレイ解像度とミラーリングの設定

OS X: ディスプレイ解像度とミラーリングの設定

プロジェクター マシンを常に 1024x768 でミラーリングするにはどうすればよいでしょうか。デフォルトでは、新規ユーザーには 1920x1200 と非ミラーリングが提供されます。

答え1

必要に応じてミラーリングとディスプレイ解像度を設定する 2 つのコマンド ライン ツールを紹介します。

usage: mirror [option]  Passing more than one option produces undefined behavior.
  -h            Print this usage and exit.
  -t            Toggle mirroring (default behavior)
  -on           Turn Mirroring On
  -off          Turn Mirroring Off
  -q            Query the Mirroring state and print "on" or "off" to stdout

http://www.fabiancanas.com/Projects/MirrorDisplays

設定取得解像度

Usage: ./getsetres [-l | 1..9 ] [ hor_res vert_res]

      -l  list resolution, depth and refresh rate of all displays
    1..9  display # (default: main display)
 hor_res  horizontal resolution
vert_res  vertical resolution

http://www.macosxhints.com/article.php?story=20090413120929454

関連情報