This is an old revision of the document!


VNC

Install the VNC Server.

$ sudo apt-get update
$ sudo apt-get install tightvncserver
$ tightvncserver

Start VNC Server:

$ vncserver :1 -geometry 1024x768 -depth 24

Stop X Session: $ service lightdm stop

Install VNC-Client from tightvnc.com

Enable Cursor: In $ nano /home/pi/.vnc/xstartup add: -cursor_name left_ptr

old: xsetroot -solid grey new: xsetroot -solid grey -cursor_name left_ptr

Autostart VNC:

$ cd /etc/init.d/ $ sudo nano vncboot $ sudo chmod 755 vncboot $ sudo update-rc.d -f lightdm remove $ sudo update-rc.d vncboot defaults