diff options
author | runge <runge> | 2007-05-04 04:06:00 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-04 04:06:00 +0000 |
commit | 6378acecb04b2824179fea0ab168cbfcb960e70d (patch) | |
tree | 231bf1d08220d57c2e49a94e7b0c4e81f6dcde83 /x11vnc/x11vnc.1 | |
parent | 85303147a02cce513cb62fc25ab728238dec69b7 (diff) | |
download | libtdevnc-6378acecb04b2824179fea0ab168cbfcb960e70d.tar.gz libtdevnc-6378acecb04b2824179fea0ab168cbfcb960e70d.zip |
x11vnc: add WAITBG=1 env. var, add mwm to -create.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 0a3a750..99305a7 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" "April 2007" "x11vnc " "User Commands" +.TH X11VNC "1" "May 2007" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.1, lastmod: 2007-04-30 + version: 0.9.1, lastmod: 2007-05-03 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -1095,6 +1095,9 @@ for xdm in xdm-config: DisplayManager.requestPort: 177 .IP See the shorthand options above "\fB-svc\fR" and "\fB-xdmsvc\fR" that specify the above options for some useful cases. +.IP +If you set the env. var WAITBG=1 x11vnc will go into +the background once listening in wait mode. .PP \fB-nossl\fR .IP @@ -4909,7 +4912,7 @@ set ftp root .IR HOME .PP The following are set for the auxiliary commands -run by \fB-accept\fR and \fB-gone\fR: +run by \fB-accept\fR, \fB-gone\fR and other cases: .PP .IR RFB_CLIENT_IP , .IR RFB_CLIENT_PORT , @@ -4919,6 +4922,12 @@ run by \fB-accept\fR and \fB-gone\fR: .IR RFB_CLIENT_ID , .IR RFB_CLIENT_COUNT , .IR RFB_MODE +.IR RFB_STATE +.IR RFB_LOGIN_VIEWONLY +.IR RFB_LOGIN_TIME +.IR RFB_CURRENT_TIME +.IR RFB_USERNAME +.IR RFB_SSL_CLIENT_CERT .SH "SEE ALSO" .IR vncviewer (1), .IR vncpasswd (1), |