From dba5e098767b71bb017fa191cc3f07dc68437655 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 17 Sep 2006 18:08:23 +0000 Subject: x11vnc: -verbose, -connect_or_exit, -rfbport 0, print out SSL cert. --- x11vnc/pm.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11vnc/pm.c') diff --git a/x11vnc/pm.c b/x11vnc/pm.c index 75e4e1e..8ee0ebd 100644 --- a/x11vnc/pm.c +++ b/x11vnc/pm.c @@ -36,7 +36,9 @@ static void check_fbpm(void) { " VNC clients are connected.\n"); } } else { - rfbLog("X display is not capable of FBPM.\n"); + if (! raw_fb_str) { + rfbLog("X display is not capable of FBPM.\n"); + } fbpm_capable = 0; } init_fbpm = 1; @@ -85,7 +87,9 @@ static void check_fbpm(void) { #else RAWFB_RET_VOID if (! init_fbpm) { - rfbLog("X FBPM extension not supported.\n"); + if (! raw_fb_str) { + rfbLog("X FBPM extension not supported.\n"); + } init_fbpm = 1; } #endif -- cgit v1.2.3