User`s manual

Installing and Using the Axel-VNCviewer 37
6.3 - XVNC DAEMON
The usage of Xvnc is:
Xvnc :<display> [options]
The main options are:
:<display>
: DISPLAY number handled by Xvnc (for example
":1")
-geometry <LxH>
: screen size
-depth D
: number of bits per pixel (8 bits = 256 colours)
-cc <class>
: colour visual class (for more information, see next
chapter)
-co <file>
: colour database file
-fp <file>
: default font path(s). See Chapter 7.2.
-rfbport <port>
: TCP port used for the connection. There is a
connection between this value and the DISPLAY
number (5901 is DISPLAY ":1", 5902 is ":2"….)
-query <host>
: using XDMCP request to get the "login screen".
<host>
is the name of the Unix box. Invoke
hostname
to know this name.
-ac
: disable access control restrictions
-once
&
-terminate
: the VNC connection is closed when the login session
is closed
-dontdisconnect
: don't disconnect existing clients when a new non-
shared connection comes in (refuse new connection)
For more information about other options, invoke:
# Xvnc -h 2>&1 | more