--- sourceforge.net/trunk/rdesktop/doc/rdesktop.1 2003/10/28 05:07:00 520 +++ sourceforge.net/trunk/rdesktop/doc/rdesktop.1 2004/03/13 12:08:18 636 @@ -1,4 +1,4 @@ -.TH rdesktop 1 "October 2002" +.TH rdesktop 1 "January 2004" .SH NAME .I rdesktop \- Remote Desktop Protocol client @@ -92,6 +92,15 @@ .BR "-T " Sets the window title. .TP +.BR "-N" +Enable numlock syncronization between the Xserver and the remote RDP +session. This is useful with applications that looks at the numlock +state, but might cause problems with some Xservers like Xvnc. +.TP +.BR "-X <windowid>" +Embed rdesktop-window in another window. The windowid is expected to +be decimal. +.TP .BR "-a <bpp>" Sets the colour depth for the connection (8, 15, 16 or 24). More than 8 bpp are only supported when connecting to Windows XP @@ -100,9 +109,40 @@ .TP .BR "-r <device>" Enable redirection of the specified device on the client, such -that it appears on the server. The only device currently supported -is "sound" (requires Windows XP or newer). Note that the allowed +that it appears on the server. Note that the allowed redirections may be restricted by the server configuration. + +Following devices are currently supported: +.TP +.BR "-r comport:<comport>=<device>,..." +Redirects serial devices on your client to the +server. Note that if you need to change any settings on the serial device(s), +do so with an appropriate tool before starting rdesktop. In most +OSes you would use stty. Bidirectional/Read support requires Windows XP or newer. +In Windows 2000 it will create a port, but it's not seamless, most +shell programs will not work with it. +.TP +.BR "-r disk:<driveletter>=<path>,..." +Redirects a path to the drive letter of your choice on the server. +(requires Windows XP or newer). +.TP +.BR "-r lptport:<lptport>=<device>,..." +Redirects parallel devices on your client to the server. +Bidirectional/Read support requires Windows XP or newer. In Windows 2000 +it will create a port, but it's not seamless, most shell programs will not work with +it. +.TP +.BR "-r printer:<printername>[=<driver>],..." +Redirects a printer queue on the client to the server. The <printername> +is the name of the queue in your local system. <driver> defaults to a +simple PS-driver unless you specify one. Keep in mind that you need a +100% match in the server environment, or the driver will fail. The first +printer on the command line will be set as your default printer. +.TP +.BR "-r sound:[local|off|remote]" +Redirects sound generated on the server to the client. "remote" only has +any effect when you connect to the console with the -0 option. (Requires +Windows XP or newer). .TP .BR "-0" Attach to the console of the server (requires Windows Server 2003 @@ -113,7 +153,6 @@ .TP .BR "-5" Use RDP version 5 (default). - .PP .SH LINKS Main website of rdesktop