OS X:设置显示分辨率和镜像

OS X:设置显示分辨率和镜像

如何让投影机始终以 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

设置获取资源

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

相关内容