/[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 232 by matthewc, Mon Oct 14 06:13:20 2002 UTC revision 507 by stargo, Mon Oct 20 21:04:40 2003 UTC
# 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
25    .BR "-S <button size>"
26    Enable single application mode. This option can be used when running a
27    single, maximized application (via -s). When the minimize button of
28    the windows application is pressed, the rdesktop window is minimized
29    instead of the remote application. The maximize/restore button is
30    disabled. For this to work, you must specify the correct button
31    size, in pixels. The special word "standard" means 18 pixels.
32    .TP
33  .BR "-c <directory>"  .BR "-c <directory>"
34  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
35  to set up a fixed login environment.  to set up a fixed login environment.
# Line 38  Client hostname.  Normally rdesktop auto Line 46  Client hostname.  Normally rdesktop auto
46  client.  client.
47  .TP  .TP
48  .BR "-k <layout>"  .BR "-k <layout>"
49  Keyboard layout on terminal server (us,sv,gr,etc.).  This requires a  Keyboard layout to emulate.  This requires a corresponding keymap file to be
50  corresponding keymap file to be installed (normally the keymaps are found in  installed.  The standard keymaps provided with rdesktop follow the RFC1766
51  /usr/share/rdesktop/keymaps/ or /usr/local/share/rdesktop/keymaps/).  naming scheme: a language code followed by a country code if necessary - e.g.
52    en-us, en-gb, de, fr, sv, etc.  The default is en-us (a US keyboard).
53  .TP  .TP
54  .BR "-g <geometry>"  .BR "-g <geometry>"
55  Desktop geometry (WxH).  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
57    the root window. The geometry can also be specified in terms of percent of the whole
58    screen, like "-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
62  rdesktop window to fully cover the current screen.  Fullscreen mode can be  rdesktop window to fully cover the current screen.  Fullscreen mode can be
63  toggled at any time using Ctrl-Alt-Break.  toggled at any time using Ctrl-Alt-Enter.
64  .TP  .TP
65  .BR "-b"  .BR "-b"
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 "-e"
70    Disable encryption.  This option is only needed (and will only work) if you
71    have a French version of NT TSE.
72    .TP
73    .BR "-E"
74    Disable encryption from client to server.  This sends an encrypted login-packet,
75    but everything after this is unencrypted. This also includes interactive logins.
76    .TP
77  .BR "-m"  .BR "-m"
78  Do not send mouse motion events.  This saves bandwidth, although some Windows  Do not send mouse motion events.  This saves bandwidth, although some Windows
79  applications may rely on receiving mouse motion.  applications may rely on receiving mouse motion.
80  .TP  .TP
81  .BR "-e"  .BR "-C"
82  Disable encryption.  This option is only needed (and will only work) if you  Use private colourmap.  This will improve colour accuracy on an 8-bit display,
83  have a French version of NT TSE.  but rdesktop will appear in false colour when not focused.
84  .TP  .TP
85  .BR "-K"  .BR "-K"
86  Do not override window manager key bindings.  By default rdesktop attempts  Do not override window manager key bindings.  By default rdesktop attempts
# Line 68  to grab all keyboard input when it is in Line 88  to grab all keyboard input when it is in
88  .TP  .TP
89  .BR "-T <title>"  .BR "-T <title>"
90  Window title.  Window title.
91    .TP
92    .BR "-D"
93    Hide window manager decorations, by using MWM hints.
94    .TP
95    .BR "-a <bpp>"
96    Use bpp as colourdepth for the connection. Supported are 8, 15, 16 and 24.
97    More than 8 bpp are only supported when connecting to Windows XP or
98    Windows Server 2003.
99    .TP
100    .BR "-0"
101    Attach to the console of the Server.
102    .TP
103    .BR "-4"
104    Use RDP version 4.
105    .TP
106    .BR "-5"
107    Use RDP version 5 (default).
108    
109  .PP  .PP
110  .SH LINKS  .SH LINKS

Legend:
Removed from v.232  
changed lines
  Added in v.507

  ViewVC Help
Powered by ViewVC 1.1.26