diff options
author | runge <runge@karlrunge.com> | 2009-06-14 19:00:09 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-06-14 19:00:09 -0400 |
commit | d11b2abd8cf4d9afb1257695f8be1125d5625a65 (patch) | |
tree | 70fd354a069604031a4087620b7965574aeaef8a /x11vnc/x11vnc.c | |
parent | 0e7499fb395ddfe95395bcb70836893dc4c00535 (diff) | |
download | libvncserver-d11b2abd8cf4d9afb1257695f8be1125d5625a65.zip libvncserver-d11b2abd8cf4d9afb1257695f8be1125d5625a65.tar.gz |
X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve single-port.
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index bbe3e21..95e042c 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -4785,6 +4785,11 @@ if (0) fprintf(stderr, "XA: %s\n", getenv("XAUTHORITY")); if (! quiet && xdamage_present && use_xdamage && ! raw_fb_str) { rfbLog("X DAMAGE available on display, using it for polling hints.\n"); rfbLog(" To disable this behavior use: '-noxdamage'\n"); + rfbLog("\n"); + rfbLog(" Most compositing window managers like 'compiz' or 'beryl'\n"); + rfbLog(" cause X DAMAGE to fail, and so you may not see any screen\n"); + rfbLog(" updates via VNC. Either disable 'compiz' (recommended) or\n"); + rfbLog(" supply the x11vnc '-noxdamage' command line option.\n"); } if (! quiet && wireframe && ! raw_fb_str) { |