--- sourceforge.net/trunk/rdesktop/doc/rdesktop.1 2002/10/14 06:13:20 232 +++ sourceforge.net/trunk/rdesktop/doc/rdesktop.1 2003/10/28 05:07:00 520 @@ -7,14 +7,14 @@ .br .SH DESCRIPTION .I rdesktop -is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal -Services, Windows XP Remote Desktop, and possibly other Terminal Services -products. rdesktop currently implements the RDP version 4 protocol. +is a client for Remote Desktop Protocol (RDP), used in a number of Microsoft +products including Windows NT Terminal Server, Windows 2000 Server, Windows XP +and Windows 2003 Server. .SH OPTIONS .TP .BR "-u " -Username for authentication on the terminal server. +Username for authentication on the server. .TP .BR "-d " Domain for authentication. @@ -38,36 +38,81 @@ client. .TP .BR "-k " -Keyboard layout on terminal server (us,sv,gr,etc.). This requires a -corresponding keymap file to be installed (normally the keymaps are found in -/usr/share/rdesktop/keymaps/ or /usr/local/share/rdesktop/keymaps/). +Keyboard layout to emulate. This requires a corresponding keymap file to be +installed. The standard keymaps provided with rdesktop follow the RFC1766 +naming scheme: a language code followed by a country code if necessary - e.g. +en-us, en-gb, de, fr, sv, etc. The default is en-us (a US keyboard). .TP .BR "-g " -Desktop geometry (WxH). +Desktop geometry (WxH). If geometry is the special word "workarea", the geometry +will be fetched from the extended window manager hints property _NET_WORKAREA, from +the root window. The geometry can also be specified as a percentage of the whole +screen, e.g. "-g 80%". .TP .BR "-f" Enable fullscreen mode. This overrides the window manager and causes the rdesktop window to fully cover the current screen. Fullscreen mode can be -toggled at any time using Ctrl-Alt-Break. +toggled at any time using Ctrl-Alt-Enter. .TP .BR "-b" Force the server to send screen updates as bitmaps rather than using higher-level drawing operations. .TP +.BR "-e" +Disable encryption. This option is only needed (and will only work) if you +have a French version of NT TSE. +.TP +.BR "-E" +Disable encryption from client to server. This sends an encrypted login packet, +but everything after this is unencrypted (including interactive logins). +.TP .BR "-m" Do not send mouse motion events. This saves bandwidth, although some Windows applications may rely on receiving mouse motion. .TP -.BR "-e" -Disable encryption. This option is only needed (and will only work) if you -have a French version of NT TSE. +.BR "-C" +Use private colourmap. This will improve colour accuracy on an 8-bit display, +but rdesktop will appear in false colour when not focused. +.TP +.BR "-D" +Hide window manager decorations, by using MWM hints. .TP .BR "-K" Do not override window manager key bindings. By default rdesktop attempts to grab all keyboard input when it is in focus. .TP +.BR "-S