Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

linuxvnc(1) [debian man page]

linuxvnc(1)						      General Commands Manual						       linuxvnc(1)

NAME
linuxvnc - export a tty to any VNC client SYNOPSIS
linuxvnc [tty_number [args]] DESCRIPTION
It follows the same idea as WinVNC, x11vnc or OSXvnc, i.e. it takes an existing desktop and exports it via RFB (VNC), just that LinuxVNC exports text. If you want to export another tty, specify it as 'tty_number'. You can also pass VNC options to tune what encodings are used for the VNC session. You can read x11vnc man page for more information on this. OPTIONS
-rfbport port TCP port for RFB protocol. -rfbwait time Max time in ms to wait for RFB client. -rfbauth passwd-file Use authentication on RFB protocol (use 'storepasswd' to create passwd file). -rfbversion 3.x Set the version of the RFB we choose to advertise. -permitfiletransfer Permit file transfer support. -passwd plain-password Use authentication (use plain-password as password, USE AT YOUR RISK). -deferupdate time Time in ms to defer updates (default 40). -deferptrupdate time Time in ms to defer pointer updates (default none). -desktop name VNC desktop name (default "LibVNCServer"). -alwaysshared Always treat new clients as shared. -nevershared Never treat new clients as shared. -dontdisconnect Don't disconnect existing clients when a new non-shared connection comes in (refuse new connection instead). -httpdir dir-path Enable http server using dir-path home. -httpport portnum Use portnum for http connection. -enablehttpproxy Enable http proxy support. -progressive height Enable progressive updating for slow links. -listen ipaddr Listen for connections only on network interface with addr ipaddr. SEE ALSO
x11vnc(1). AUTHOR
This manual page was written by Ludovic Drolez <ldrolez@debian.org>, for the Debian project (but may be used by others). 19 November 2011 linuxvnc(1)

Check Out this Related Man Page

X0VNCSERVER(1)							  TigerVNC Manual						    X0VNCSERVER(1)

NAME
x0vncserver - TigerVNC Server for X displays SYNOPSIS
x0vncserver [options] x0vncserver -version DESCRIPTION
x0vncserver is a TigerVNC Server which makes any X display remotely accessible via VNC, TigerVNC or compatible viewers. Unlike Xvnc(1), it does not create a virtual display. Instead, it just shares an existing X server (typically, that one connected to the physical screen). OPTIONS
x0vncserver interprets the command line as a list of parameters with optional values. Running x0vncserver -h will show a list of all valid parameters with short descriptions. All parameters are optional, but normally you would have to use the PasswordFile parameter (see its description below). There are several forms of specifying parameters in the command line (here we use `SomeParameter' as an example parameter name): -SomeParameter Enable the parameter, turn the feature on. This form can be used with parameters that simply enable or disable some feature. -SomeParameter=0 Disable the parameter, turn the feature off. -SomeParameter=value Assign the specified value to the parameter. The leading dash can be omitted, or it can be doubled if desired (like in GNU-style long options). Parameter names are case-insensitive, their order in the command line can be arbitrary. PARAMETERS
display The X display name. If not specified, it defaults to the value of the DISPLAY environment variable. rfbport TCP port to listen for incoming VNC connections (RFB protocol). The default port is 5900. Log Specifies which log output should be directed to which target logger, and the level of output to log. Format is log:target:level. Default is *:stderr:30 (log everything to stderr, set log level to 30). Log level should be a value between 0 and 100, higher lev- els produce more output. HostsFile This parameter allows to specify a file name with IP access control rules. The file should include one rule per line, and the rule format is one of the following: +address/netmask (accept connections from the specified address group), -address/netmask (reject connections) or ?address/netmask (query the local user). The first rule matching the IP address determines the action to be per- formed. Rules that include only an action sign (+, - or ?) will match any IP address. Netmask is optional and can be specified either in dotted format (e.g. /255.255.255.0), or as a single number of bits (e.g. /24). Default is to accept connections from any IP address. SecurityTypes Specify which security scheme to use for incoming connections. Valid values are None and VncAuth. Default is VncAuth. pam_server Service name for pam password validation (default is "vnc"). PlainUsers Users permission to access via Plain security type. PasswordFile, rfbauth Password file for VNC authentication. There is no default, you should specify the password file explicitly. Password file should be created with the vncpasswd(1) utility. Password Obfuscated binary encoding of the password which clients must supply to access the server. Using this parameter is insecure, use PasswordFile parameter instead. BlacklistThreshold The number of unauthenticated connection attempts allowed from any individual host before that host is black-listed. Default is 5. BlacklistTimeout The initial timeout applied when a host is first black-listed. The host cannot re-attempt a connection until the timeout expires. Default is 10. QueryConnect Prompt the local user to accept or reject incoming connections. Default is off. QueryConnectTimeout Number of seconds to show the Accept Connection dialog before rejecting the connection. Default is 10. AlwaysShared Always treat incoming connections as shared, regardless of the client-specified setting. Default is off. NeverShared Never treat incoming connections as shared, regardless of the client-specified setting. Default is off. DisconnectClients Disconnect existing clients if an incoming connection is non-shared. If combined with NeverShared then new connections will be refused while there is a client active. Default is on. AcceptKeyEvents Accept key press and release events from clients. Default is on. AcceptPointerEvents Accept pointer events from clients. Default is on. AcceptCutText Accept clipboard updates from clients. Default is on. MaxCutText Maximum permitted length of an incoming clipboard update (default is 262144). SendCutText Send clipboard changes to clients. Default is on. RemapKeys Comma-separated list of incoming keysyms to remap. Mappings are expressed as two hex values, prefixed by 0x, and separated by -> (`dash' and `greater than' characters). Protocol3.3 Always use RFB protocol version 3.3 for backwards compatibility with badly-behaved clients. Default is off. Geometry This option specifies the screen area that will be shown to VNC clients. The format is widthxheight+xoffset+yoffset , where `+' signs can be replaced with `-' signs to specify offsets from the right and/or from the bottom of the screen. Offsets are optional, +0+0 is assumed by default (top left corner). If the argument is empty, full screen is shown to VNC clients (this is the default). MaxProcessorUsage Maximum percentage of CPU time to be consumed when polling the screen. Default is 35. PollingCycle Milliseconds per one polling cycle. Actual interval may be dynamically adjusted to satisfy MaxProcessorUsage setting. Default is 30. VideoArea This option specifies the screen area that will be handled as video. The format is widthxheight+xoffset+yoffset , where `+' signs can be replaced with `-' signs to specify offsets from the right and/or from the bottom of the screen. Offsets are optional, +0+0 is assumed by default (top left corner). Video area is not checked for actual changes, it is assumed to be changing continuously and is sent in each screen update. Normally, video area is compressed with JPEG (if allowed by the client). Note that this setting can be overriden by TigerVNC clients supporting VideoRectangleSelection protocol extension. In other words, clients may choose video selection themselves, but if they do not, then the VideoArea parameter will take effect. If the argument is empty, no video area is set (this is the default). CompareFB Perform pixel comparison on framebuffer to reduce unnecessary updates. Default is on. UseSHM Use MIT-SHM extension if available. Using that extension accelerates reading the screen. Default is on. OverlayMode Use overlay mode in IRIX or Solaris (does not have effect in other systems). This enables system-specific access to complete full- color version of the screen (the default X visual often provides 256 colors). Also, in overlay mode, x0vncserver can show correct mouse cursor. Default is on. ZlibLevel Zlib compression level for ZRLE encoding (it does not affect Tight encoding). Acceptable values are between 0 and 9. Default is to use the standard compression level provided by the zlib(3) compression library. ImprovedHextile Use improved compression algorithm for Hextile encoding which achieves better compression ratios by the cost of using slightly more CPU time. Default is on. IdleTimeout The number of seconds after which an idle VNC connection will be dropped (zero means no timeout). Default is 0. MaxDisconnectionTime Terminate when no client has been connected for N seconds. Default is 0. MaxConnectionTime Terminate when a client has been connected for N seconds. Default is 0. MaxIdleTime Terminate after N seconds of user inactivity. Default is 0. ClientWaitTimeMillis The number of milliseconds to wait for a client which is no longer responding. Default is 20000. DeferUpdate Time in milliseconds to defer updates (default is 1). AlwaysSetDeferUpdateTimer Always reset the defer update timer on every change. x509key Path to key of the x509 certificate in PEM format. 509cert Path to x509 certificate in PEM format. SEE ALSO
Xvnc(1), vncpasswd(1), http://www.tigervnc.org/ AUTHOR
This manual page was written by Constantin Kaplinsky. TigerVNC Dec 23, 2008 X0VNCSERVER(1)
Man Page