mirror of https://github.com/FreeRDP/FreeRDP
Merge pull request #726 from nereocystis/master
Add missing xfreerdp options to documentation
This commit is contained in:
commit
a8a94a3cdb
|
@ -129,6 +129,14 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>-h</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Print help.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-k <replaceable class="parameter">id</replaceable></term>
|
<term>-k <replaceable class="parameter">id</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -256,6 +264,12 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>-X <replaceable class="parameter">xid</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>embed xfreerdp into window with <replaceable class="parameter">xid</replaceable>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-z</term>
|
<term>-z</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -272,14 +286,6 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term>--ext</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
load an extension
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--no-auth</term>
|
<term>--no-auth</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -299,12 +305,41 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--from-stdin</term>
|
<term>--bcv3 <replaceable class="parameter">codec</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Use <replaceable class="parameter">codec</replaceable> for bitmap cache v3
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--no-bmp-cache</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Prompts for unspecified arguments -u username, -p password, -d domain and connection host.
|
Disable bitmap cache.
|
||||||
This is useful to hide arguments from ps. Also useful for scripts that will feed these arguments
|
</para>
|
||||||
to the client via (what else?) stdin.
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--certificate-name <replaceable class="parameter">name</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
use <replaceable class="parameter">name</replaceable> for the logon certificate, instead of the server name
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--composition</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Enable composition (RDVH only, not to be confused with remote composition).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--ext <replaceable class="parameter">extname</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
load extension <replaceable class="parameter">extname</replaceable>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -319,10 +354,20 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--no-motion</term>
|
<term>--from-stdin</term>
|
||||||
|
<listitem>
|
||||||
|
<para>Prompts for unspecified arguments -u username, -p
|
||||||
|
password, -d domain and connection host. This is useful to
|
||||||
|
hide arguments from ps. Also useful for scripts that will
|
||||||
|
feed these arguments to the client via (what else?) stdin.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--disable-full-window-drag</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Don't send mouse motion events.
|
Disable full window drag.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -334,6 +379,61 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--ignore-certificate</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
ignore verification of logon certificate.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--kbd-list</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
list all keyboard layout ids used by -k
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--disable-menu-animations</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Disable menu animations.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--no-motion</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Don't send mouse motion events.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--no-nego</term>
|
||||||
|
<listitem>
|
||||||
|
<para>disable negotiation of security layer and enforce highest enabled security protocol.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--no-nla</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Disable network level authentication.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--nsc</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Enable NSCodec.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--no-osb</term>
|
<term>--no-osb</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -343,10 +443,18 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--no-bmp-cache</term>
|
<term>--pcb <replaceable class="parameter">blob</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Disable bitmap cache.
|
Use preconnection <replaceable class="parameter">blob</replaceable>.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--pcid <replaceable class="parameter">id</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Use preconnection <replaceable class="parameter">id</replaceable>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -358,6 +466,14 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--no-rdp</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Disable Standard RDP encryption.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--rfx</term>
|
<term>--rfx</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -375,82 +491,10 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--nsc</term>
|
<term>--no-salted-checksum</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Enable NSCodec.
|
disable salted checksums with Standard RDP encryption.
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--disable-wallpaper</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable wallpaper.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--composition</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Enable composition (RDVH only, not to be confused with remote composition).
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--disable-full-window-drag</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable full window drag.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--disable-menu-animations</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable menu animations.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--disable-theming</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable theming.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--no-rdp</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable Standard RDP encryption.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--no-tls</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable TLS encryption.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--no-nla</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Disable network level authentication.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>--sec <replaceable class="parameter">proto</replaceable></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
force protocol security. <replaceable class="parameter">proto</replaceable> can be one of rdp, tls or nla.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -463,26 +507,40 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--ignore-certificate</term>
|
<term>--sec <replaceable class="parameter">proto</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
ignore verification of logon certificate.
|
force protocol security. <replaceable class="parameter">proto</replaceable> can be one of rdp, tls or nla.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--certificate-name</term>
|
<term>--disable-theming</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
use this name for the logon certificate, instead of the server name
|
Disable theming.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--kbd-list</term>
|
<term>--no-tls</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
list all keyboard layout ids used by -k
|
Disable TLS encryption.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--tsg
|
||||||
|
<replaceable class="parameter">username</replaceable>
|
||||||
|
<replaceable class="parameter">password</replaceable>
|
||||||
|
<replaceable class="parameter">hostname</replaceable> </term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Use Terminal Server Gateway with
|
||||||
|
<replaceable class="parameter">username</replaceable>
|
||||||
|
<replaceable class="parameter">password</replaceable>
|
||||||
|
<replaceable class="parameter">hostname</replaceable>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -494,6 +552,14 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--disable-wallpaper</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Disable wallpaper.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
|
Loading…
Reference in New Issue