diff --git a/user-guide/xrdp.md b/user-guide/xrdp.md index cd024484..1528d57f 100644 --- a/user-guide/xrdp.md +++ b/user-guide/xrdp.md @@ -33,9 +33,9 @@ and finally you get to the login screen: There is a number of GUI-clients like `Remmina`, `Vinagre` or `KRDC`, but it can also be connected from the terminal with `xfreerdp`: ``` -xfreerdp /u:$USER /v:$REMOVE_RDP_SERVER /sec:tls +clipboard +fonts +bitmap-cache +glyph-cache /dynamic-resolution +xfreerdp /u:$USER /v:$REMOTE_RDP_SERVER /sec:tls +clipboard +fonts +bitmap-cache +glyph-cache /dynamic-resolution ``` -Adapt `$USER` (not needed if the user is the same as on the client machine) and `$REMOVE_RDP_SERVER` as required. +Adapt `$USER` (not needed if the user is the same as on the client machine) and `$REMOTE_RDP_SERVER` as required. The keyboard layout can be set by an additional parameter `/kbd:0x409` (US) or `/kbd:0x807` (Swiss German).