summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/vnc/806656
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/vnc/806656')
-rw-r--r--results/classifier/deepseek-r1:14b/output/vnc/8066568
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/vnc/806656 b/results/classifier/deepseek-r1:14b/output/vnc/806656
new file mode 100644
index 000000000..d69e144c3
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/output/vnc/806656
@@ -0,0 +1,8 @@
+
+Tight PNG VNC encoding is sent even when --disable-vnc-png is set
+
+This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in the master git repo.
+
+The "Tight PNG" encoding is a derivative of the "Tight" encoding that replaces zlib encoded rects with PNG encoded data instead. However, when the "Tight PNG" encoding is disabled (--disable-vnc-png), the server will send frame buffer updates that are marked as "Tight PNG" but in fact contain zlib encoded regions (i.e. it's really "tight" protocol).
+
+The "Tight PNG" encoding should only be used when --enable-vnc-png is set.
\ No newline at end of file