GUAC-1164: Document new "resize-method" parameter.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/a30f4087 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/a30f4087 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/a30f4087 Branch: refs/heads/master Commit: a30f4087838017e2a1f11935272b26a092edfc59 Parents: 5e778ae Author: Michael Jumper <[email protected]> Authored: Wed Mar 16 19:24:16 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Wed Mar 16 19:24:16 2016 -0700 ---------------------------------------------------------------------- src/chapters/configuring.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/a30f4087/src/chapters/configuring.xml ---------------------------------------------------------------------- diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml index af59998..f671325 100644 --- a/src/chapters/configuring.xml +++ b/src/chapters/configuring.xml @@ -1549,6 +1549,44 @@ tcp6 0 0 :::4713 :::* LISTEN</comp an appropriate resolution for the RDP session.</para> </entry> </row> + <row> + <entry><parameter>resize-method</parameter></entry> + <entry> + <para><indexterm> + <primary>RDP</primary> + <secondary>display size</secondary> + </indexterm>The method to use to update the RDP server when + the width or height of the client display changes. This + parameter is optional. If this value is not specified, no + action will be taken when the client display changes + size.</para> + <para>Normally, the display size of an RDP session is constant + and can only be changed when initially connecting. As of RDP + 8.1, the "Display Update" channel can be used to request + that the server change the display size. For older RDP + servers, the only option is to disconnect and reconnect with + the new size.</para> + <para>Possible values are:</para> + <variablelist> + <varlistentry> + <term><constant>display-update</constant></term> + <listitem> + <para>Uses the "Display Update" channel added with + RDP 8.1 to signal the server when the client + display size has changed.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><constant>reconnect</constant></term> + <listitem> + <para>Automatically disconnects the RDP session when + the client display size has changed, and + reconnects with the new size.</para> + </listitem> + </varlistentry> + </variablelist> + </entry> + </row> </tbody> </tgroup> </informaltable>
