2006/05/14

Sobre VNC

Configuracion:


[usuario@Mdv_R00lz ~]$ vim .vnc/xstartup

#!/bin/sh

# Mandrake Linux VNC session startup script

exec /etc/X11/xinit/xinitrc
~
~
~
~
~
".vnc/xstartup" 4L, 83C 1,1 Todo



Servidor:


[usuario@Mdv_R00lz ~]$ vncserver -geometry 640x480 -depth 16 :1

New 'X' desktop is Mdv_R00lz:1

Starting applications specified in /home/usuario/.vnc/xstartup
Log file is /home/usuario/.vnc/Mdv_R00lz:1.log



Cliente:


[usuario@Mdv_R00lz ~]$ vncviewer 127.0.0.1:01

VNC server supports protocol version 3.3 (viewer 3.3)
Password:
VNC authentication succeeded
Desktop name "usuario's X desktop (Mdv_R00lz:1)"
Connected to VNC server, using protocol version 3.3
VNC server default format:
16 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0
Using default colormap which is TrueColor. Pixel format:
16 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0
Using shared memory PutImage
Same machine: preferring raw encoding

No hay comentarios: