diff options
author | runge <runge> | 2009-02-04 03:05:32 +0000 |
---|---|---|
committer | runge <runge> | 2009-02-04 03:05:32 +0000 |
commit | e59f78c5eaae3d7d0f98db064df0c85b1da1c7b9 (patch) | |
tree | 8ea60591ff85ae29c6134e04baedd8cf8373c60a /x11vnc/x11vnc.1 | |
parent | 3998c18e263b0c73af7451e2af2f40fb305520bf (diff) | |
download | libtdevnc-e59f78c5eaae3d7d0f98db064df0c85b1da1c7b9.tar.gz libtdevnc-e59f78c5eaae3d7d0f98db064df0c85b1da1c7b9.zip |
x11vnc: Add "sendbell" remote cmd. Fix copyrect updates under
-reflect. Workaround that checks valid window of selection
requestor. Wait on some ssl helper pids earlier. Workaround
XAUTHLOCALHOSTNAME for some new usage modes. Set fake fb to
requested bpp with correct masks. -padgeom once:... mode.
Set LIBXCB_ALLOW_SLOPPY_LOCK by default. rfbRandomBytes earlier.
classes/ssl: Update jars. Add "TOP_" dropdown customization to
ultravnc java viewer applet FTP panel.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 1ca5531..55134c0 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -1,8 +1,8 @@ .\" This file was automatically generated from x11vnc -help output. -.TH X11VNC "1" "January 2009" "x11vnc " "User Commands" +.TH X11VNC "1" "February 2009" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.7, lastmod: 2009-01-11 + version: 0.9.7, lastmod: 2009-01-24 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -40,7 +40,7 @@ ssh \fB-t\fR \fB-L\fR 5900:localhost:5900 far-host 'x11vnc \fB-localhost\fR \fB- Also, use of a VNC password (-rfbauth or \fB-passwdfile)\fR is strongly recommended. .PP For additional info see: http://www.karlrunge.com/x11vnc/ -and http://www.karlrunge.com/x11vnc/#faq +and http://www.karlrunge.com/x11vnc/faq.html .PP Config file support: if the file $HOME/.x11vncrc exists then each line in it is treated as a single command line option. Disable with \fB-norc.\fR For @@ -1548,10 +1548,11 @@ is prescribed. The VNC Viewer-side needs to support SSL/TLS as well. See this URL and also the discussion below for ideas on how to enable SSL support for the viewer: -http://www.karlrunge.com/x11vnc/#faq-ssl-tunnel-viewers -x11vnc provides an SSL enabled Java viewer applet in -the classes/ssl directory (-http or \fB-httpdir\fR options.) -The SSVNC viewer package supports SSL tunnels too. +http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tun +nel-viewers x11vnc provides an SSL enabled Java +viewer applet in the classes/ssl directory (-http or +\fB-httpdir\fR options.) The SSVNC viewer package supports +SSL tunnels too. .IP If the VNC Viewer supports VeNCrypt or ANONTLS (vino's encryption mode) they are also supported by the \fB-ssl\fR @@ -2786,6 +2787,10 @@ that do not support NewFBSize and one wants to make sure the initial viewer geometry will be big enough to handle all subsequent resizes (e.g. under \fB-xrandr,\fR \fB-remote\fR id:windowid, rescaling, etc.) +.IP +In \fB-unixpw\fR mode this sets the size of the login screen. +Use "once:WxH" it ignore padgeom after the login +screen is set up. .PP \fB-o\fR \fIlogfile\fR .IP @@ -5164,6 +5169,8 @@ bell enable bell (if supported). .IP nobell disable bell. .IP +sendbell ring the bell now. +.IP nosel enable \fB-nosel\fR mode. .IP sel disable \fB-nosel\fR mode. |