diff options
author | runge <runge> | 2007-01-02 05:15:07 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-02 05:15:07 +0000 |
commit | c88d830f5591913f2e5e763814978e2877f367ec (patch) | |
tree | 217ae1113daa5bced6f21c34eb1a923bcd8cec18 /x11vnc/tkx11vnc | |
parent | 833f06025fbd2fa8d4d83ccf8ab068c8060663de (diff) | |
download | libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.tar.gz libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.zip |
x11vnc: more -ncache improvements.
Diffstat (limited to 'x11vnc/tkx11vnc')
-rwxr-xr-x | x11vnc/tkx11vnc | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/x11vnc/tkx11vnc b/x11vnc/tkx11vnc index 6974778..d0ce05a 100755 --- a/x11vnc/tkx11vnc +++ b/x11vnc/tkx11vnc @@ -360,6 +360,13 @@ Tuning xd_area: xd_mem: =GAL LOFF + =GAL Ncache:: + ncache + ncache_size: + ncache_cr + ncache_no_moveraise + ncache_no_dtchange + =GAL LOFF -- =GAL SharedMemory:: noshm @@ -381,10 +388,6 @@ Tuning rfbwait: nodpms nofbpm - -- - ncache - ncache_size: - ncache_cr =GAL LOFF " } @@ -1056,6 +1059,17 @@ effectively as hints to improve its performance. The items in the sub-menu allow tweaking x11vnc's DAMAGE algorithm. " + set helptext(Ncache:) " +A simple client-side (viewer) caching scheme is enabled with the +\"-ncache n\" option. It simply uses \"n\" framebuffer sized areas +below the actual display for caching window pixel data. + +Drawbacks are it uses a lot of RAM (roughly n times more), and the +pixels cache area is visible in the viewers. + +The items in the sub-menu allow tweaking x11vnc's -ncache algorithm. +" + set helptext(SharedMemory:) " This sub-menu provides some options regarding SYSV shared memory usage (shm) by x11vnc. Usually you want shm turned on because the x11vnc |