/[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

sourceforge.net/trunk/rdesktop/doc/rdesktop.1 revision 637 by stargo, Mon Mar 15 14:49:12 2004 UTC sourceforge.net/branches/seamlessrdp-branch/rdesktop/doc/rdesktop.1 revision 1086 by astrand, Fri Mar 10 06:47:31 2006 UTC
# Line 1  Line 1 
1  .TH rdesktop 1 "January 2004"  .TH rdesktop 1 "November 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.
45    
46    The default keyboard map depends on the current locale (LC_* and LANG
47    environment variables). If the current locale is unknown, the default
48    keyboard map is en-us (a US English keyboard).
49    
50    The keyboard maps are file names, which means that they are case
51    sensitive. The standard keymaps are all in lowercase.
52    
53    The keyboard maps are searched relative to the directories
54    $HOME/.rdesktop/keymaps, KEYMAP_PATH (specified at build time), and
55    $CWD/keymaps, in this order. The keyboard-map argument can also be an
56    absolute filename.
57    
58    The special value `none' can be used instead of a keyboard map.
59    In this case, rdesktop will guess the scancodes from the X11 event key
60    codes using an internal mapping method. This method only supports the
61    basic alphanumeric keys and may not work properly on all platforms
62    so its use is discouraged.
63  .TP  .TP
64  .BR "-g <geometry>"  .BR "-g <geometry>"
65  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 76  toggled at any time using Ctrl-Alt-Enter
76  Force the server to send screen updates as bitmaps rather than using  Force the server to send screen updates as bitmaps rather than using
77  higher-level drawing operations.  higher-level drawing operations.
78  .TP  .TP
79    .BR "-A"
80    Enable SeamlessRDP. In this mode, rdesktop creates separate X11
81    windows for each window on the server side. This mode requires the
82    SeamlessRDP server side component. When using this option, you should
83    specify a startup shell which launches the desired application through
84    SeamlessRDP. Example: rdesktop -A -s 'seamlessrdpshell notepad'.
85    .TP
86    .BR "-B"
87    Use the BackingStore of the Xserver instead of the integrated one in
88    rdesktop.
89    .TP
90  .BR "-e"  .BR "-e"
91  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
92  have a French version of NT TSE.  have a French version of NT TSE.
# Line 99  state, but might cause problems with som Line 128  state, but might cause problems with som
128  .TP  .TP
129  .BR "-X <windowid>"  .BR "-X <windowid>"
130  Embed rdesktop-window in another window. The windowid is expected to  Embed rdesktop-window in another window. The windowid is expected to
131  be decimal.  be decimal or hexadecimal (prefixed by 0x).
132  .TP  .TP
133  .BR "-a <bpp>"  .BR "-a <bpp>"
134  Sets the colour depth for the connection (8, 15, 16 or 24).  Sets the colour depth for the connection (8, 15, 16 or 24).
# Line 107  More than 8 bpp are only supported when Line 136  More than 8 bpp are only supported when
136  (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
137  limited by the server configuration.  limited by the server configuration.
138  .TP  .TP
139    .BR "-z"
140    Enable compression of the RDP datastream.
141    .TP
142  .BR "-x <experience>"  .BR "-x <experience>"
143  Alters default bandwith performance behaviour for RDP5. By default only  Changes default bandwidth performance behaviour for RDP5. By default only
144  theming is enabled, and all other options are disabled (corresponding  theming is enabled, and all other options are disabled (corresponding
145  to modem (56 Kbps)). Setting experience to b[roadband] enables menu  to modem (56 Kbps)). Setting experience to b[roadband] enables menu
146  animations and full window dragging. Setting experience to l[an] will  animations and full window dragging. Setting experience to l[an] will
147  also enable the desktop wallpaper. Setting experience to m[odem]  also enable the desktop wallpaper. Setting experience to m[odem]
148  disables all (including theming). Experience can also be a hexidecimal  disables all (including themes). Experience can also be a hexidecimal
149  number containing the flags.  number containing the flags.
150  .TP  .TP
151    .BR "-P"
152    Enable caching of bitmaps to disk (persistent bitmap caching). This generally
153    improves performance (especially on low bandwidth connections) and reduces
154    network traffic at the cost of slightly longer startup and some disk space.
155    (10MB for 8-bit colour, 20MB for 15/16-bit colour and 30MB for 24-bit colour
156    sessions)
157    .TP
158  .BR "-r <device>"  .BR "-r <device>"
159  Enable redirection of the specified device on the client, such  Enable redirection of the specified device on the client, such
160  that it appears on the server. Note that the allowed  that it appears on the server. Note that the allowed
# Line 131  OSes you would use stty. Bidirectional/R Line 170  OSes you would use stty. Bidirectional/R
170  In Windows 2000 it will create a port, but it's not seamless, most  In Windows 2000 it will create a port, but it's not seamless, most
171  shell programs will not work with it.  shell programs will not work with it.
172  .TP  .TP
173  .BR "-r disk:<driveletter>=<path>,..."  .BR "-r disk:<sharename>=<path>,..."
174  Redirects a path to the drive letter of your choice on the server.  Redirects a path to the share \\\\tsclient\\<sharename> on the server
175  (requires Windows XP or newer).  (requires Windows XP or newer). The share name is limited to 8
176    characters.
177  .TP  .TP
178  .BR "-r lptport:<lptport>=<device>,..."  .BR "-r lptport:<lptport>=<device>,..."
179  Redirects parallel devices on your client to the server.  Redirects parallel devices on your client to the server.
# Line 153  Redirects sound generated on the server Line 193  Redirects sound generated on the server
193  any effect when you connect to the console with the -0 option. (Requires  any effect when you connect to the console with the -0 option. (Requires
194  Windows XP or newer).  Windows XP or newer).
195  .TP  .TP
196    .BR "-r lspci"
197    Activates the lspci channel, which allows the server to enumerate the
198    clients PCI devices. See the file lspci-channel.txt in the
199    documentation for more information.
200    .TP
201  .BR "-0"  .BR "-0"
202  Attach to the console of the server (requires Windows Server 2003  Attach to the console of the server (requires Windows Server 2003
203  or newer).  or newer).

Legend:
Removed from v.637  
changed lines
  Added in v.1086

  ViewVC Help
Powered by ViewVC 1.1.26