/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/rdesktop.1
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/rdesktop.1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 552 by astrand, Mon Dec 8 12:01:25 2003 UTC revision 828 by stargo, Sun Mar 6 21:11:18 2005 UTC
# Line 1  Line 1 
1  .TH rdesktop 1 "October 2002"  .TH rdesktop 1 "March 2005"
2  .SH NAME  .SH NAME
3  .I rdesktop  .I rdesktop
4  \- Remote Desktop Protocol client  \- Remote Desktop Protocol client
# Line 58  toggled at any time using Ctrl-Alt-Enter Line 58  toggled at any time using Ctrl-Alt-Enter
58  Force the server to send screen updates as bitmaps rather than using  Force the server to send screen updates as bitmaps rather than using
59  higher-level drawing operations.  higher-level drawing operations.
60  .TP  .TP
61    .BR "-B"
62    Use the BackingStore of the Xserver instead of the integrated one in
63    rdesktop.
64    .TP
65  .BR "-e"  .BR "-e"
66  Disable encryption.  This option is only needed (and will only work) if you  Disable encryption.  This option is only needed (and will only work) if you
67  have a French version of NT TSE.  have a French version of NT TSE.
# Line 97  Enable numlock syncronization between th Line 101  Enable numlock syncronization between th
101  session.  This is useful with applications that looks at the numlock  session.  This is useful with applications that looks at the numlock
102  state, but might cause problems with some Xservers like Xvnc.  state, but might cause problems with some Xservers like Xvnc.
103  .TP  .TP
104    .BR "-X <windowid>"
105    Embed rdesktop-window in another window. The windowid is expected to
106    be decimal.
107    .TP
108  .BR "-a <bpp>"  .BR "-a <bpp>"
109  Sets the colour depth for the connection (8, 15, 16 or 24).  Sets the colour depth for the connection (8, 15, 16 or 24).
110  More than 8 bpp are only supported when connecting to Windows XP  More than 8 bpp are only supported when connecting to Windows XP
111  (up to 16 bpp) or newer.  Note that the colour depth may also be  (up to 16 bpp) or newer.  Note that the colour depth may also be
112  limited by the server configuration.  limited by the server configuration.
113  .TP  .TP
114    .BR "-z"
115    Enable compression of the RDP datastream. This currently only works
116    for a colour depth of 8bpp.
117    .TP
118    .BR "-x <experience>"
119    Changes default bandwidth performance behaviour for RDP5. By default only
120    theming is enabled, and all other options are disabled (corresponding
121    to modem (56 Kbps)). Setting experience to b[roadband] enables menu
122    animations and full window dragging. Setting experience to l[an] will
123    also enable the desktop wallpaper. Setting experience to m[odem]
124    disables all (including themes). Experience can also be a hexidecimal
125    number containing the flags.
126    .TP
127    .BR "-P"
128    Enable caching of bitmaps to disk (persistent bitmap caching). This generally
129    improves performance (especially on low bandwidth connections) and reduces
130    network traffic at the cost of slightly longer startup and some disk space.
131    (10MB for 8-bit colour, 20MB for 15/16-bit colour and 30MB for 24-bit colour
132    sessions)
133    .TP
134  .BR "-r <device>"  .BR "-r <device>"
135  Enable redirection of the specified device on the client, such  Enable redirection of the specified device on the client, such
136  that it appears on the server.  The only device currently supported  that it appears on the server. Note that the allowed
 is "sound" (requires Windows XP or newer).  Note that the allowed  
137  redirections may be restricted by the server configuration.  redirections may be restricted by the server configuration.
138    
139    Following devices are currently supported:
140    .TP
141    .BR "-r comport:<comport>=<device>,..."
142    Redirects serial devices on your client to the
143    server. Note that if you need to change any settings on the serial device(s),
144    do so with an appropriate tool before starting rdesktop. In most
145    OSes you would use stty. Bidirectional/Read support requires Windows XP or newer.
146    In Windows 2000 it will create a port, but it's not seamless, most
147    shell programs will not work with it.
148    .TP
149    .BR "-r disk:<sharename>=<path>,..."
150    Redirects a path to the share \\\\tsclient\\<sharename> on the server
151    (requires Windows XP or newer). The share name is limited to 8
152    characters.
153    .TP
154    .BR "-r lptport:<lptport>=<device>,..."
155    Redirects parallel devices on your client to the server.
156    Bidirectional/Read support requires Windows XP or newer. In Windows 2000
157    it will create a port, but it's not seamless, most shell programs will not work with
158    it.
159    .TP
160    .BR "-r printer:<printername>[=<driver>],..."
161    Redirects a printer queue on the client to the server. The <printername>
162    is the name of the queue in your local system. <driver> defaults to a
163    simple PS-driver unless you specify one. Keep in mind that you need a
164    100% match in the server environment, or the driver will fail. The first
165    printer on the command line will be set as your default printer.
166    .TP
167    .BR "-r sound:[local|off|remote]"
168    Redirects sound generated on the server to the client. "remote" only has
169    any effect when you connect to the console with the -0 option. (Requires
170    Windows XP or newer).
171  .TP  .TP
172  .BR "-0"  .BR "-0"
173  Attach to the console of the server (requires Windows Server 2003  Attach to the console of the server (requires Windows Server 2003
# Line 118  Use RDP version 4. Line 178  Use RDP version 4.
178  .TP  .TP
179  .BR "-5"  .BR "-5"
180  Use RDP version 5 (default).  Use RDP version 5 (default).
   
181  .PP  .PP
182  .SH LINKS  .SH LINKS
183  Main website of rdesktop  Main website of rdesktop

Legend:
Removed from v.552  
changed lines
  Added in v.828

  ViewVC Help
Powered by ViewVC 1.1.26