OS X: definindo resolução de tela e espelhamento

2

Como faço para que uma máquina de projeção sempre espelhe a 1024x768? Por padrão, novos usuários obtêm 1920x1200 e não são espelhados.

    
por Ross 10.07.2009 / 23:57

1 resposta

4

Aqui estão duas ferramentas de linha de comando que definirão o espelhamento e a resolução da tela conforme necessário.

Espelho

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

link

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

link

    
por 13.07.2009 / 07:44