Commit 7ee3eccc authored by runge's avatar runge

x11vnc: set NCACHE -1 for release.

parent d3326942
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: The following information is taken from these URLs:
...@@ -709,7 +709,7 @@ make ...@@ -709,7 +709,7 @@ make
on Unix that supports ultravnc filetransfer. It is in the on Unix that supports ultravnc filetransfer. It is in the
classes/ssl/UltraViewerSSL.jar file (that is pointed to by classes/ssl/UltraViewerSSL.jar file (that is pointed to by
ultra.vnc). The signed applet SignedUltraViewerSSL.jar version 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. 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 Some other bugs in the UltraVNC Java viewer were fixed and a few
improvements to the UI made. improvements to the UI made.
...@@ -1460,7 +1460,7 @@ make ...@@ -1460,7 +1460,7 @@ make
[299]Q-116: Why don't I hear the "Beeps" in my X session (e.g. when [299]Q-116: Why don't I hear the "Beeps" in my X session (e.g. when
typing tput bel in an xterm)? 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 [301]Q-118: Thanks for your program and for your help! Can I make a
donation? donation?
...@@ -3725,7 +3725,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg ...@@ -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 GNOME gdm, KDE kdm, or CDE dtlogin? (i.e. nobody is logged into an X
session yet). 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): connect to it once (i.e. a one-shot):
It is usually possible to do this by just adjusting the XAUTHORITY 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 ...@@ -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.: [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. /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): restarted (i.e. after each logout):
To make x11vnc always attached to the X server including the login To make x11vnc always attached to the X server including the login
...@@ -7481,7 +7481,7 @@ or: ...@@ -7481,7 +7481,7 @@ or:
trying a [798]redirector such as esd. 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 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 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) ...@@ -10476,8 +10476,8 @@ es and source AND full archives in the zip dir. (~15MB)
[30]ssvnc-1.0.18.zip [30]ssvnc-1.0.18.zip
[31]ssvnc_all-1.0.18.zip [31]ssvnc_all-1.0.18.zip
Please help test the UltraVNC file transfer support in the native Unix Please help test the UltraVNC File Transfer support in the native Unix
VNC viewer. VNC viewer!
A self-extracting and running file for the "ssvnc_unix_minimal" A self-extracting and running file for the "ssvnc_unix_minimal"
package is here: [32]ssvnc. Save it as filename "ssvnc", type "chmod package is here: [32]ssvnc. Save it as filename "ssvnc", type "chmod
...@@ -11030,7 +11030,7 @@ x11vnc: a VNC server for real X displays ...@@ -11030,7 +11030,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options: Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions) % 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: x11vnc options:
-display disp -auth file -N -display disp -auth file -N
...@@ -11144,7 +11144,7 @@ libvncserver-tight-extension options: ...@@ -11144,7 +11144,7 @@ libvncserver-tight-extension options:
% x11vnc -help % 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.) (type "x11vnc -opts" to just list the options.)
......
...@@ -206,8 +206,8 @@ int wireframe_local = 1; ...@@ -206,8 +206,8 @@ int wireframe_local = 1;
#ifdef NO_NCACHE #ifdef NO_NCACHE
#define NCACHE 0 #define NCACHE 0
#else #else
#define NCACHE -12 #define xxNCACHE -12
#define xxNCACHE -1 #define NCACHE -1
#endif #endif
#endif #endif
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.TH X11VNC "1" "June 2007" "x11vnc " "User Commands" .TH X11VNC "1" "June 2007" "x11vnc " "User Commands"
.SH NAME .SH NAME
x11vnc - allow VNC connections to real X11 displays 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 .SH SYNOPSIS
.B x11vnc .B x11vnc
[OPTION]... [OPTION]...
......
...@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; ...@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0;
int xdamage_base_event_type = 0; int xdamage_base_event_type = 0;
/* date +'lastmod: %Y-%m-%d' */ /* 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 */ /* X display info */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment