/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/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/branches/seamlessrdp-branch/rdesktop/doc/rdesktop.1

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

revision 500 by astrand, Wed Oct 15 14:32:43 2003 UTC revision 961 by astrand, Wed Aug 3 09:32:22 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 7  Line 7 
7  .br  .br
8  .SH DESCRIPTION  .SH DESCRIPTION
9  .I rdesktop  .I rdesktop
10  is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal  is a client for Remote Desktop Protocol (RDP), used in a number of Microsoft
11  Services, Windows XP Remote Desktop, and possibly other Terminal Services  products including Windows NT Terminal Server, Windows 2000 Server, Windows XP
12  products.  rdesktop currently implements the RDP version 4 protocol.  and Windows 2003 Server.
13    
14  .SH OPTIONS  .SH OPTIONS
15  .TP  .TP
16  .BR "-u <username>"  .BR "-u <username>"
17  Username for authentication on the terminal server.  Username for authentication on the server.
18  .TP  .TP
19  .BR "-d <domain>"  .BR "-d <domain>"
20  Domain for authentication.  Domain for authentication.
# Line 22  Domain for authentication. Line 22  Domain for authentication.
22  .BR "-s <shell>"  .BR "-s <shell>"
23  Startup shell for the user - starts a specific application instead of Explorer.  Startup shell for the user - starts a specific application instead of Explorer.
24  .TP  .TP
 .BR "-S <button size>"  
 Enable single application mode. This option can be used when running a  
 single, maximized application (via -s). When the minimize button of  
 the windows application is pressed, the rdesktop window is minimized  
 instead of the remote application. The maximize/restore button is  
 disabled. For this to work, you must specify the correct button  
 size, in pixels. The special word "standard" means 18 pixels.  
 .TP  
25  .BR "-c <directory>"  .BR "-c <directory>"
26  The initial working directory for the user.  Often used in combination with -s  The initial working directory for the user.  Often used in combination with -s
27  to set up a fixed login environment.  to set up a fixed login environment.
# Line 45  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 file names, which means that they are case
47    sensitive. The standard keymaps are all in lowercase.
48    
49    The keyboard-maps are searched relative to the directories
50    $HOME/.rdesktop/keymaps, KEYMAP_PATH (specified at build time), and
51    $CWD/keymaps, in this order. The keyboard-map argument can also be an
52    absolute filename.
53  .TP  .TP
54  .BR "-g <geometry>"  .BR "-g <geometry>"
55  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry
56  will be fetched from the extended window manager hints property _NET_WORKAREA, from  will be fetched from the extended window manager hints property _NET_WORKAREA, from
57  the root window. The geometry can also be specified in terms of percent of the whole  the root window. The geometry can also be specified as a percentage of the whole
58  screen, like "-g 80%".  screen, e.g. "-g 80%".
59  .TP  .TP
60  .BR "-f"  .BR "-f"
61  Enable fullscreen mode.  This overrides the window manager and causes the  Enable fullscreen mode.  This overrides the window manager and causes the
# Line 66  toggled at any time using Ctrl-Alt-Enter Line 66  toggled at any time using Ctrl-Alt-Enter
66  Force the server to send screen updates as bitmaps rather than using  Force the server to send screen updates as bitmaps rather than using
67  higher-level drawing operations.  higher-level drawing operations.
68  .TP  .TP
69    .BR "-B"
70    Use the BackingStore of the Xserver instead of the integrated one in
71    rdesktop.
72    .TP
73  .BR "-e"  .BR "-e"
74  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
75  have a French version of NT TSE.  have a French version of NT TSE.
76  .TP  .TP
77    .BR "-E"
78    Disable encryption from client to server.  This sends an encrypted login packet,
79    but everything after this is unencrypted (including interactive logins).
80    .TP
81  .BR "-m"  .BR "-m"
82  Do not send mouse motion events.  This saves bandwidth, although some Windows  Do not send mouse motion events.  This saves bandwidth, although some Windows
83  applications may rely on receiving mouse motion.  applications may rely on receiving mouse motion.
# Line 78  applications may rely on receiving mouse Line 86  applications may rely on receiving mouse
86  Use private colourmap.  This will improve colour accuracy on an 8-bit display,  Use private colourmap.  This will improve colour accuracy on an 8-bit display,
87  but rdesktop will appear in false colour when not focused.  but rdesktop will appear in false colour when not focused.
88  .TP  .TP
89    .BR "-D"
90    Hide window manager decorations, by using MWM hints.
91    .TP
92  .BR "-K"  .BR "-K"
93  Do not override window manager key bindings.  By default rdesktop attempts  Do not override window manager key bindings.  By default rdesktop attempts
94  to grab all keyboard input when it is in focus.  to grab all keyboard input when it is in focus.
95  .TP  .TP
96    .BR "-S <button size>"
97    Enable single application mode. This option can be used when running a
98    single, maximized application (via -s). When the minimize button of
99    the windows application is pressed, the rdesktop window is minimized
100    instead of the remote application. The maximize/restore button is
101    disabled. For this to work, you must specify the correct button
102    size, in pixels. The special word "standard" means 18 pixels.
103    .TP
104  .BR "-T <title>"  .BR "-T <title>"
105  Window title.  Sets the window title.
106  .TP  .TP
107  .BR "-D"  .BR "-N"
108  Hide window manager decorations, by using MWM hints.  Enable numlock syncronization between the Xserver and the remote RDP
109    session.  This is useful with applications that looks at the numlock
110    state, but might cause problems with some Xservers like Xvnc.
111    .TP
112    .BR "-X <windowid>"
113    Embed rdesktop-window in another window. The windowid is expected to
114    be decimal or hexadecimal (prefixed by 0x).
115    .TP
116    .BR "-a <bpp>"
117    Sets the colour depth for the connection (8, 15, 16 or 24).
118    More than 8 bpp are only supported when connecting to Windows XP
119    (up to 16 bpp) or newer.  Note that the colour depth may also be
120    limited by the server configuration.
121    .TP
122    .BR "-z"
123    Enable compression of the RDP datastream.
124    .TP
125    .BR "-x <experience>"
126    Changes default bandwidth performance behaviour for RDP5. By default only
127    theming is enabled, and all other options are disabled (corresponding
128    to modem (56 Kbps)). Setting experience to b[roadband] enables menu
129    animations and full window dragging. Setting experience to l[an] will
130    also enable the desktop wallpaper. Setting experience to m[odem]
131    disables all (including themes). Experience can also be a hexidecimal
132    number containing the flags.
133    .TP
134    .BR "-P"
135    Enable caching of bitmaps to disk (persistent bitmap caching). This generally
136    improves performance (especially on low bandwidth connections) and reduces
137    network traffic at the cost of slightly longer startup and some disk space.
138    (10MB for 8-bit colour, 20MB for 15/16-bit colour and 30MB for 24-bit colour
139    sessions)
140    .TP
141    .BR "-r <device>"
142    Enable redirection of the specified device on the client, such
143    that it appears on the server. Note that the allowed
144    redirections may be restricted by the server configuration.
145    
146    Following devices are currently supported:
147    .TP
148    .BR "-r comport:<comport>=<device>,..."
149    Redirects serial devices on your client to the
150    server. Note that if you need to change any settings on the serial device(s),
151    do so with an appropriate tool before starting rdesktop. In most
152    OSes you would use stty. Bidirectional/Read support requires Windows XP or newer.
153    In Windows 2000 it will create a port, but it's not seamless, most
154    shell programs will not work with it.
155    .TP
156    .BR "-r disk:<sharename>=<path>,..."
157    Redirects a path to the share \\\\tsclient\\<sharename> on the server
158    (requires Windows XP or newer). The share name is limited to 8
159    characters.
160    .TP
161    .BR "-r lptport:<lptport>=<device>,..."
162    Redirects parallel devices on your client to the server.
163    Bidirectional/Read support requires Windows XP or newer. In Windows 2000
164    it will create a port, but it's not seamless, most shell programs will not work with
165    it.
166    .TP
167    .BR "-r printer:<printername>[=<driver>],..."
168    Redirects a printer queue on the client to the server. The <printername>
169    is the name of the queue in your local system. <driver> defaults to a
170    simple PS-driver unless you specify one. Keep in mind that you need a
171    100% match in the server environment, or the driver will fail. The first
172    printer on the command line will be set as your default printer.
173    .TP
174    .BR "-r sound:[local|off|remote]"
175    Redirects sound generated on the server to the client. "remote" only has
176    any effect when you connect to the console with the -0 option. (Requires
177    Windows XP or newer).
178    .TP
179    .BR "-0"
180    Attach to the console of the server (requires Windows Server 2003
181    or newer).
182    .TP
183    .BR "-4"
184    Use RDP version 4.
185    .TP
186    .BR "-5"
187    Use RDP version 5 (default).
188  .PP  .PP
189  .SH LINKS  .SH LINKS
190  Main website of rdesktop  Main website of rdesktop

Legend:
Removed from v.500  
changed lines
  Added in v.961

  ViewVC Help
Powered by ViewVC 1.1.26