diff options
author | runge <runge> | 2007-05-22 01:24:48 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-22 01:24:48 +0000 |
commit | e3fc6fc68c7cd64c7cbcc2a86082b87411f9396d (patch) | |
tree | 603dd84dad7eca4d896b9c9a7120e0b88d337030 /x11vnc/help.c | |
parent | e9353e8d2919a6f2947602cb3c42317d82fb26d8 (diff) | |
download | libtdevnc-e3fc6fc68c7cd64c7cbcc2a86082b87411f9396d.tar.gz libtdevnc-e3fc6fc68c7cd64c7cbcc2a86082b87411f9396d.zip |
x11vnc: set things up (NCACHE = -1) to not have -ncache on by default.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 <disp>, -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" |