RPI config tightVNCServer

Log in to your Pi and install the Tight VNC Package

$ sudo apt-get install tightvncserver

Next Run TightVNC Server which will prompt you to enter a Password and an optional View Only Password

$ tightvncserver

Once that is done you can start a VNC server from the shell prompt. This example starts a session on VNC display zero (:0) with full HD resolution:

$ vncserver :0 -geometry 1920x1080 -depth 24

From :  http://elinux.org/RPi_VNC_Server

原文地址:https://www.cnblogs.com/2zhyi/p/3404946.html