Как сделать так, чтобы проектор всегда отображал изображение в разрешении 1024x768? По умолчанию новые пользователи получают разрешение 1920x1200 и незеркалируемое изображение.
решение1
Вот два инструмента командной строки, которые настроят зеркалирование и разрешение экрана по вашему желанию.
Зеркало
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
SetGetRes
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