1. Set default password:
Code: [Select]
vncserver
2. Create "startvnc.sh" in /home/cubieez/
Code: [Select]
#! /bin/sh
x11vnc -forever -display :0
3. Create "VNC Autostart" in /etc/xdg/autostart
Code: [Select]
[Desktop Entry]
Name=VNC Autostart
Exec=/home/cubie/startvnc.sh
Type=Application
Terminal=true
Should start automatically at boot up!