From e3fc6fc68c7cd64c7cbcc2a86082b87411f9396d Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 22 May 2007 01:24:48 +0000 Subject: x11vnc: set things up (NCACHE = -1) to not have -ncache on by default. --- x11vnc/help.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11vnc/help.c') diff --git a/x11vnc/help.c b/x11vnc/help.c index 77ea6de..da8ac5c 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -4076,10 +4076,11 @@ void xopen_display_fail_message(char *disp) { fprintf(stderr, "\n"); fprintf(stderr, " * An X server (the one you wish to view) must" " be running before x11vnc is\n"); - fprintf(stderr, " started: x11vnc does not start the X server.\n"); + fprintf(stderr, " started: x11vnc does not start the X server. (however, see the\n"); + fprintf(stderr, " recent -create option if that is what you really want).\n"); fprintf(stderr, "\n"); fprintf(stderr, " * You must use -display , -OR- set and" - " export your DISPLAY\n"); + " export your $DISPLAY\n"); fprintf(stderr, " environment variable to refer to the display of" " the desired X server.\n"); fprintf(stderr, " - Usually the display is simply \":0\" (in fact" -- cgit v1.2.3