Extender pantalla a través de VNC


sudo apt-get install x11vnc

gtf 1368 768 60

  # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
  Modeline "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync

xrandr --newmode "VGA-0"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
xrandr --newmode "1366x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync

xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
   1366x768      60.03*+
   1360x768      59.80    59.96  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   960x600       60.00  
   960x540       59.99  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   800x512       60.17  
   700x525       59.98  
   640x512       60.02  
   720x450       59.89  
   640x480       60.00    59.94  
   680x384       59.80    59.96  
   576x432       60.06  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

xrandr --addmode VGA-1 1366x768_60.00
xrandr --output VGA-1 --mode 1366x768_60.00 --right-of LVDS-1
x11vnc -clip 1366x768+1366+0
Se instala en el celular un cliente vnc y se conecta por el puerto 5900
ip:5900

Resumen comandos
gtf 1368 768 60
xrandr --newmode "1366x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync

xrandr --addmode VGA-1 1366x768_60.00

xrandr --output VGA-1 --mode 1366x768_60.00 --right-of LVDS-1
x11vnc -clip 1366x768+1366+0


gtf 1366 768 60
xrandr --newmode "1366x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795 -HSync +Vsync
xrandr --addmode VGA-0 1366x768_60.00
xrandr --output VGA-0 --mode 1366x768_60.00 --right-of LVDS
x11vnc -clip 1366x768+1366+0

Nota: 
Se probo el software Nomachine y funciona lento. 
Pendiente:
Mejorar la velocidad para ver películas.
Fuente
https://lignux.com/como-extender-la-pantalla-mediante-un-servidor-vnc/
https://andalinux.wordpress.com/2008/08/28/conexion-remota-por-vnc-inverso/

No hay comentarios:

Publicar un comentario