/[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 959 by astrand, Wed Aug 3 08:36:53 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 37  standard input). Line 37  standard input).
37  Client hostname.  Normally rdesktop automatically obtains the hostname of the  Client hostname.  Normally rdesktop automatically obtains the hostname of the
38  client.  client.
39  .TP  .TP
40  .BR "-k <layout>"  .BR "-k <keyboard-map>"
41  Keyboard layout to emulate.  This requires a corresponding keymap file to be  Keyboard layout to emulate.  This requires a corresponding keymap file to be
42  installed.  The standard keymaps provided with rdesktop follow the RFC1766  installed.  The standard keymaps provided with rdesktop follow the RFC1766
43  naming scheme: a language code followed by a country code if necessary - e.g.  naming scheme: a language code followed by a country code if necessary - e.g.
44  en-us, en-gb, de, fr, sv, etc.  The default is en-us (a US keyboard).  en-us, en-gb, de, fr, sv, etc.  The default is en-us (a US keyboard).
45    
46    The keyboard-maps are searched relative to the directories KEYMAP_PATH
47    (specified at build time), $HOME/.rdesktop/keymaps and $CWD/keymaps,
48    in this order. The keyboard-map argument can also be an absolute
49    filename.
50  .TP  .TP
51  .BR "-g <geometry>"  .BR "-g <geometry>"
52  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry
# Line 58  toggled at any time using Ctrl-Alt-Enter Line 63  toggled at any time using Ctrl-Alt-Enter
63  Force the server to send screen updates as bitmaps rather than using  Force the server to send screen updates as bitmaps rather than using
64  higher-level drawing operations.  higher-level drawing operations.
65  .TP  .TP
66    .BR "-B"
67    Use the BackingStore of the Xserver instead of the integrated one in
68    rdesktop.
69    .TP
70  .BR "-e"  .BR "-e"
71  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
72  have a French version of NT TSE.  have a French version of NT TSE.
# Line 97  Enable numlock syncronization between th Line 106  Enable numlock syncronization between th
106  session.  This is useful with applications that looks at the numlock  session.  This is useful with applications that looks at the numlock
107  state, but might cause problems with some Xservers like Xvnc.  state, but might cause problems with some Xservers like Xvnc.
108  .TP  .TP
109    .BR "-X <windowid>"
110    Embed rdesktop-window in another window. The windowid is expected to
111    be decimal or hexadecimal (prefixed by 0x).
112    .TP
113  .BR "-a <bpp>"  .BR "-a <bpp>"
114  Sets the colour depth for the connection (8, 15, 16 or 24).  Sets the colour depth for the connection (8, 15, 16 or 24).
115  More than 8 bpp are only supported when connecting to Windows XP  More than 8 bpp are only supported when connecting to Windows XP
116  (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
117  limited by the server configuration.  limited by the server configuration.
118  .TP  .TP
119    .BR "-z"
120    Enable compression of the RDP datastream.
121    .TP
122    .BR "-x <experience>"
123    Changes default bandwidth performance behaviour for RDP5. By default only
124    theming is enabled, and all other options are disabled (corresponding
125    to modem (56 Kbps)). Setting experience to b[roadband] enables menu
126    animations and full window dragging. Setting experience to l[an] will
127    also enable the desktop wallpaper. Setting experience to m[odem]
128    disables all (including themes). Experience can also be a hexidecimal
129    number containing the flags.
130    .TP
131    .BR "-P"
132    Enable caching of bitmaps to disk (persistent bitmap caching). This generally
133    improves performance (especially on low bandwidth connections) and reduces
134    network traffic at the cost of slightly longer startup and some disk space.
135    (10MB for 8-bit colour, 20MB for 15/16-bit colour and 30MB for 24-bit colour
136    sessions)
137    .TP
138  .BR "-r <device>"  .BR "-r <device>"
139  Enable redirection of the specified device on the client, such  Enable redirection of the specified device on the client, such
140  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  
141  redirections may be restricted by the server configuration.  redirections may be restricted by the server configuration.
142    
143    Following devices are currently supported:
144    .TP
145    .BR "-r comport:<comport>=<device>,..."
146    Redirects serial devices on your client to the
147    server. Note that if you need to change any settings on the serial device(s),
148    do so with an appropriate tool before starting rdesktop. In most
149    OSes you would use stty. Bidirectional/Read support requires Windows XP or newer.
150    In Windows 2000 it will create a port, but it's not seamless, most
151    shell programs will not work with it.
152    .TP
153    .BR "-r disk:<sharename>=<path>,..."
154    Redirects a path to the share \\\\tsclient\\<sharename> on the server
155    (requires Windows XP or newer). The share name is limited to 8
156    characters.
157    .TP
158    .BR "-r lptport:<lptport>=<device>,..."
159    Redirects parallel devices on your client to the server.
160    Bidirectional/Read support requires Windows XP or newer. In Windows 2000
161    it will create a port, but it's not seamless, most shell programs will not work with
162    it.
163    .TP
164    .BR "-r printer:<printername>[=<driver>],..."
165    Redirects a printer queue on the client to the server. The <printername>
166    is the name of the queue in your local system. <driver> defaults to a
167    simple PS-driver unless you specify one. Keep in mind that you need a
168    100% match in the server environment, or the driver will fail. The first
169    printer on the command line will be set as your default printer.
170    .TP
171    .BR "-r sound:[local|off|remote]"
172    Redirects sound generated on the server to the client. "remote" only has
173    any effect when you connect to the console with the -0 option. (Requires
174    Windows XP or newer).
175  .TP  .TP
176  .BR "-0"  .BR "-0"
177  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 182  Use RDP version 4.
182  .TP  .TP
183  .BR "-5"  .BR "-5"
184  Use RDP version 5 (default).  Use RDP version 5 (default).
   
185  .PP  .PP
186  .SH LINKS  .SH LINKS
187  Main website of rdesktop  Main website of rdesktop

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

  ViewVC Help
Powered by ViewVC 1.1.26