Skip to content

Commit

Permalink
GUACAMOLE-1760: Add documentation for VNC compression and quality par…
Browse files Browse the repository at this point in the history
…ameters.
  • Loading branch information
necouchman committed Apr 18, 2024
1 parent 4872b71 commit e6892dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/configuring-guacamole.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,19 @@ available to work around such issues.
parameter is optional. By default, lossy compression will be used when
heuristics determine that it would likely outperform lossless compression.

`compress-level`
: Controls the level of compression requested of the VNC server when either
tight or zlib encoding is in use, on a scale of 0 to 9, with 0 being no
compression and 9 being the highest level of compression. Note that this
is negotiated with the server, and ultimately the decision on the amount
of compression that is done is up to the VNC server.

`quality-level`
: Sets the JPEG qualit level, on a scale of 0 to 9, when the tight encoding
is in use, with 0 being the lowest image quality (but likely improved
compression and speed) and 9 being the highest image quality but with
reduced compression and speed.

#### VNC Repeater

There exist VNC repeaters, such as UltraVNC Repeater, which act as
Expand Down

0 comments on commit e6892dd

Please sign in to comment.