diff options
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 |