start and stop RealVNC vncserver 

Joined:
04/07/2009
Posts:
21

February 07, 2010 06:18:47    Last update: February 07, 2010 22:41:38
To start vncserver:
# with default screen size of 1024x768
vncserver

# start with display #2
vncserver :2

# with increased size of 1280x1024
vncserver -geometry 1280x1024


To stop vncserver (for display #1):
vncserver -kill :1


The first time you start vncserver, it asks you to create a password. To change vncserver password:
vncpasswd 
[ Comment  | Tags ]