Ver 1 monitor na sessão VNC?

2

Estou executando o Linux Mint 18 com x11vnc e os drivers da Nvidia. Meu sistema está configurado para uma grande área de trabalho que abrange três monitores (era a configuração padrão).

Quando eu crio uma sessão VNC usando VNC Viewer (Mac), recebo a grande área de trabalho estendida, criando uma taxa de atualização muito lenta. Existe uma maneira de anexar apenas um monitor? Como eu reconfiguraria o driver da Nvidia e x11vnc para fazer isso?

    
por Ciaran 31.01.2018 / 18:38

1 resposta

0

Pelo Manual , parece que a opção -clip parece fazer o que você quer:

-clip WxH+X+Y

   Only show the sub-region of the full display that corresponds to the rectangle
   geometry with size WxH and offset +X+Y. The VNC display has size WxH (i.e. smaller
   than the full display). This also works for -id/-sid mode where the offset is
   relative to the upper left corner of the selected window. An example use of this
   option would be to split a large (e.g. Xinerama) display into two parts to be
   accessed via separate viewers by running a separate x11vnc on each part.

   Use  '-clip  xinerama0'  to clip to the first xinerama sub-screen (if xinerama is
   active). xinerama1 for the 2nd sub-screen, etc. This way you don't need to figure
   out the WxH+X+Y of the desired xinerama sub-screen. screens are sorted in increasing
   distance from the (0,0) origin (I.e. not the Xserver's order).
    
por 31.01.2018 / 19:27