1. Instalar Vino VNC.
sudo apt-get install vino
2. Ingresar a las preferencias.
vino-preferences
3. Habilitar Allow other users to view your desktop y Allow other users to control your desktop.
1. Instalar Vino VNC.
sudo apt-get install vino
2. Ingresar a las preferencias.
vino-preferences
3. Habilitar Allow other users to view your desktop y Allow other users to control your desktop.
En algunos portátiles con Xubuntu el brillo al iniciar el sistema operativo está en el nivel mas bajo, para corregirlo debemos abrir la terminal y modificar el archivo /etc/rc.local
sudo nano /etc/rc.local
Antes de la línea exit 0 escribir lo siguiente:
echo 10 > /sys/class/backlight/acpi_video0/brightness
Donde a 10 es el valor mas alto y 0 el mínimo para el brillo.
Reiniciar y listo.