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

Commit

Permalink
GUACAMOLE-1302: Merge lossless compression documentation for VNC and …
Browse files Browse the repository at this point in the history
…RDP.
  • Loading branch information
jmuehlner authored Mar 4, 2021
2 parents 9223dbe + fe392ea commit fa8662c
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 fa8662c

Please sign in to comment.