From 52c081034c18655865a5c851bfac965ad28a2508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 8 Aug 2013 12:17:53 -0400 Subject: [PATCH 3/3] List plugins available in RHEL 6 Add a brief explanation of what each plugin does and make a note that the ALSA backend of the rdpsnd plugin is not supported. This patch is not intended for upstream as the list of plugins is specific to RHEL 6. --- client/X11/xfreerdp.1.xml | 45 ++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 42 insertions(+), 3 deletions(-) diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml index 363a245..e0a66b9 100644 --- a/client/X11/xfreerdp.1.xml +++ b/client/X11/xfreerdp.1.xml @@ -486,8 +486,47 @@ --plugin pluginname - load pluginname + Load pluginname + + In Red Hat Enterprise Linux 6, the following plugins are + available: + + + cliprdr + Clipboard support + + + drdynvc + Used for multimedia redirection + + + rdpsnd + For audio output + + + rail + Remote Applications Integrated Locally + + + rdpdbg + Debugging Virtual Channel + + + rdpdr + File System Support + + + + As an example, + xfreerdp --plugin + rdpsnd server + + will enable audio output using the PulseAudio backend of + the rdpsnd plugin. Please Note that Red Hat Enterprise + Linux 6 does not include support for the ALSA backend of + the rdpsnd plugin. + @@ -518,7 +557,7 @@ --ntlm version - force NTLM protocol version to be version, which can be one of 1 or 2. + Force NTLM protocol version to be version, which can be one of 1 or 2. @@ -526,7 +565,7 @@ --sec proto - force protocol security. proto can be one of rdp, tls or nla. + Force protocol security. proto can be one of rdp, tls or nla. -- 1.7.1