Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-1302: Document forcing lossless compression for VNC/RDP con…
Browse files Browse the repository at this point in the history
…nections.
  • Loading branch information
mike-jumper committed Mar 2, 2021
1 parent 9223dbe commit fe392ea
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/chapters/configuring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,20 @@ guacd-port: 4822</programlisting>
optional.</para>
</entry>
</row>
<row>
<entry><parameter>force-lossless</parameter></entry>
<entry>
<para><indexterm>
<primary>VNC</primary>
<secondary>lossless compression</secondary>
</indexterm>Whether this connection should only use lossless
compression for graphical updates. If set to "true", lossy
compression will not be used. This parameter is optional. By
default, lossy compression will be used when heuristics
determine that it would likely outperform lossless
compression.</para>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down Expand Up @@ -2213,6 +2227,20 @@ tcp6 0 0 :::4713 :::* LISTEN</comp
</variablelist>
</entry>
</row>
<row>
<entry><parameter>force-lossless</parameter></entry>
<entry>
<para><indexterm>
<primary>RDP</primary>
<secondary>lossless compression</secondary>
</indexterm>Whether this connection should only use lossless
compression for graphical updates. If set to "true", lossy
compression will not be used. This parameter is optional. By
default, lossy compression will be used when heuristics
determine that it would likely outperform lossless
compression.</para>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down

0 comments on commit fe392ea

Please sign in to comment.