lunes, junio 12, 2006

Control Remoto gráfico.VNC al inicio

Para coger el control remoto al inicio del servidor , con el gestor gráfico GDM realizar lo siguiente:

- Añadir las siguientes líneas al fichero "/etc/X11/gdm/gdm.conf " :

[server-VNC]
name=VNC server
command=/usr/bin/Xvnc "-geometry 1024x768 -depth 24"
flexible=true
- Luego modificar y añadir lo siguiente:

#0=Standard
0=VNC

Después reiniciar el servicio:

#> /etc/init.d/gdm stop
#> /etc/init.d/gdm start

Comprobar de coger el control remoto desde otro pc:

#> vncviewer IP_servidor_remoto

Si funciona reiniciar el servidor y comprobar que funciona correctamente.