XF4VNC Viewer

A VNC Viewer is included in the XF4VNC project.  This page describes its usage.

Options

A full list of command line options for the vncviewer can be seen by running vncviewer -h

The most common options include:
vncviewer -encodings "./tight.so ./hextile.so" foobar:0

If the modules are in a standard library directory, the ./ prefix can be omitted:

vncviewer -encodings "tight.so hextile.so" foobar:0

If more than one module is listed, the first has highest priority.  In this case, tight would have priority over hextile.