ponty / framebuffer-vncserver

VNC server for Linux framebuffer devices
GNU General Public License v2.0
169 stars 69 forks source link

Compresison #12

Closed zwick88 closed 3 years ago

zwick88 commented 3 years ago

Hi,

is there any way to change the compression or to turn it off

Alex

ponty commented 3 years ago

There is no such parameter currently implemented. If libvncserver has support for it then it can be added. You can try to set the compression level in the client.

I found this: https://www.tightvnc.com/vncviewer.1.php

vncviewer -compresslevel level

"Use specified compression level (0..9) for "tight" and "zlib" encodings..."