Lines Matching full:vnc
2 * x11vnc: a VNC server for X displays.
39 * x0rfbserver, the original native X vnc server (Jens Wagner)
47 * command-line server utility that allows a VNC viewer to connect
1754 fprintf(stderr, "Enter VNC password: ");
1797 f = (char *) malloc(strlen(h) + strlen("/.vnc/passwd") + 1);
1798 sprintf(f, "%s/.vnc", h);
1811 sprintf(f, "%s/.vnc/passwd", h);
1846 "You have been selected at random to beta-test the x11vnc '-ncache' VNC\n"
1849 "This scheme stores pixel data offscreen on the VNC viewer side for faster\n"
1850 "retrieval. It should work with any VNC viewer.\n"
1878 "Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet?\n"
1880 "The scheme stores pixel data offscreen on the VNC viewer side for faster\n"
1881 "retrieval. It should work with any VNC viewer. Try it by running:\n"
2289 sprintf(raw_fb_str, "vnc:%s", argv[++i]);
3884 if (strstr(raw_fb_str, "vnc:") == raw_fb_str) {
4469 f = (char *) malloc(strlen(h)+strlen("/.vnc/passwdfile") + 1);
4471 sprintf(f, "%s/.vnc/passwd", h);
4481 sprintf(f, "%s/.vnc/passwdfile", h);
4517 sprintf(f, "%s/.vnc/passwd", h);
5093 rfbLog("WARNING: physical X display to be exported by VNC. If\n");
5306 rfbLog(" updates via VNC. Either disable 'compiz' (recommended) or\n");
5509 rfbLog(" client sides. This mode works with any VNC viewer.\n");
5618 if (raw_fb_str && strstr(raw_fb_str, "vnc") == raw_fb_str) {