From 7ee3eccccda88ba6d76052288b8c0d18579271c0 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 18 Jun 2007 01:50:34 +0000 Subject: x11vnc: set NCACHE -1 for release. --- x11vnc/README | 20 ++++++++++---------- x11vnc/options.c | 4 ++-- x11vnc/x11vnc.1 | 2 +- x11vnc/x11vnc_defs.c | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/x11vnc/README b/x11vnc/README index cc2d824..3f268c1 100644 --- a/x11vnc/README +++ b/x11vnc/README @@ -1,5 +1,5 @@ -x11vnc README file Date: Thu Jun 14 22:46:36 EDT 2007 +x11vnc README file Date: Sat Jun 16 17:10:23 EDT 2007 The following information is taken from these URLs: @@ -709,7 +709,7 @@ make on Unix that supports ultravnc filetransfer. It is in the classes/ssl/UltraViewerSSL.jar file (that is pointed to by ultra.vnc). The signed applet SignedUltraViewerSSL.jar version - (pointed to by ultrasigned.vnc will be needed to access the local + (pointed to by ultrasigned.vnc) will be needed to access the local drive if you are using it for file transfer via a Web browser. Some other bugs in the UltraVNC Java viewer were fixed and a few improvements to the UI made. @@ -1460,7 +1460,7 @@ make [299]Q-116: Why don't I hear the "Beeps" in my X session (e.g. when typing tput bel in an xterm)? - [300]Q-117: Can x11vnc work with IPv6? + [300]Q-117: Does x11vnc work with IPv6? [301]Q-118: Thanks for your program and for your help! Can I make a donation? @@ -3725,7 +3725,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg GNOME gdm, KDE kdm, or CDE dtlogin? (i.e. nobody is logged into an X session yet). - One time only. If the X login screen is running and you just want to + One time only: If the X login screen is running and you just want to connect to it once (i.e. a one-shot): It is usually possible to do this by just adjusting the XAUTHORITY @@ -3762,7 +3762,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg [518]the example at the end of this FAQ). Then restart dtlogin, e.g.: /etc/init.d/dtlogin stop; /etc/init.d/dtlogin start or reboot. - Continuously. Have x11vnc reattach each time the X server is + Continuously: Have x11vnc reattach each time the X server is restarted (i.e. after each logout): To make x11vnc always attached to the X server including the login @@ -7481,7 +7481,7 @@ or: trying a [798]redirector such as esd. - Q-117: Can x11vnc work with IPv6? + Q-117: Does x11vnc work with IPv6? Currently the only way to do this is via [799]inetd. You configure x11vnc to be run from inetd or xinetd and instruct it to listen on an @@ -10476,8 +10476,8 @@ es and source AND full archives in the zip dir. (~15MB) [30]ssvnc-1.0.18.zip [31]ssvnc_all-1.0.18.zip - Please help test the UltraVNC file transfer support in the native Unix - VNC viewer. + Please help test the UltraVNC File Transfer support in the native Unix + VNC viewer! A self-extracting and running file for the "ssvnc_unix_minimal" package is here: [32]ssvnc. Save it as filename "ssvnc", type "chmod @@ -11030,7 +11030,7 @@ x11vnc: a VNC server for real X displays Here are all of x11vnc command line options: % x11vnc -opts (see below for -help long descriptions) -x11vnc: allow VNC connections to real X11 displays. 0.9.2 lastmod: 2007-06-14 +x11vnc: allow VNC connections to real X11 displays. 0.9.2 lastmod: 2007-06-16 x11vnc options: -display disp -auth file -N @@ -11144,7 +11144,7 @@ libvncserver-tight-extension options: % x11vnc -help -x11vnc: allow VNC connections to real X11 displays. 0.9.2 lastmod: 2007-06-14 +x11vnc: allow VNC connections to real X11 displays. 0.9.2 lastmod: 2007-06-16 (type "x11vnc -opts" to just list the options.) diff --git a/x11vnc/options.c b/x11vnc/options.c index e394144..0cfa059 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -206,8 +206,8 @@ int wireframe_local = 1; #ifdef NO_NCACHE #define NCACHE 0 #else -#define NCACHE -12 -#define xxNCACHE -1 +#define xxNCACHE -12 +#define NCACHE -1 #endif #endif diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 5f10b94..33e44cc 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -2,7 +2,7 @@ .TH X11VNC "1" "June 2007" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.2, lastmod: 2007-06-14 + version: 0.9.2, lastmod: 2007-06-16 .SH SYNOPSIS .B x11vnc [OPTION]... diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index dcbed92..614268b 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.2 lastmod: 2007-06-14"; +char lastmod[] = "0.9.2 lastmod: 2007-06-16"; /* X display info */ -- cgit v1.2.1