/[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 264 by astrand, Tue Nov 19 09:17:12 2002 UTC revision 552 by astrand, Mon Dec 8 12:01:25 2003 UTC
# 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 42  Keyboard layout to emulate.  This requir Line 42  Keyboard layout to emulate.  This requir
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  .TP  .TP
46  .BR "-g <geometry>"  .BR "-g <geometry>"
47  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry
48  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
49  the root window.  the root window. The geometry can also be specified as a percentage of the whole
50    screen, e.g. "-g 80%".
51  .TP  .TP
52  .BR "-f"  .BR "-f"
53  Enable fullscreen mode.  This overrides the window manager and causes the  Enable fullscreen mode.  This overrides the window manager and causes the
# 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 "-e"
62    Disable encryption.  This option is only needed (and will only work) if you
63    have a French version of NT TSE.
64    .TP
65    .BR "-E"
66    Disable encryption from client to server.  This sends an encrypted login packet,
67    but everything after this is unencrypted (including interactive logins).
68    .TP
69  .BR "-m"  .BR "-m"
70  Do not send mouse motion events.  This saves bandwidth, although some Windows  Do not send mouse motion events.  This saves bandwidth, although some Windows
71  applications may rely on receiving mouse motion.  applications may rely on receiving mouse motion.
72  .TP  .TP
73  .BR "-e"  .BR "-C"
74  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,
75  have a French version of NT TSE.  but rdesktop will appear in false colour when not focused.
76    .TP
77    .BR "-D"
78    Hide window manager decorations, by using MWM hints.
79  .TP  .TP
80  .BR "-K"  .BR "-K"
81  Do not override window manager key bindings.  By default rdesktop attempts  Do not override window manager key bindings.  By default rdesktop attempts
82  to grab all keyboard input when it is in focus.  to grab all keyboard input when it is in focus.
83  .TP  .TP
84    .BR "-S <button size>"
85    Enable single application mode. This option can be used when running a
86    single, maximized application (via -s). When the minimize button of
87    the windows application is pressed, the rdesktop window is minimized
88    instead of the remote application. The maximize/restore button is
89    disabled. For this to work, you must specify the correct button
90    size, in pixels. The special word "standard" means 18 pixels.
91    .TP
92  .BR "-T <title>"  .BR "-T <title>"
93  Window title.  Sets the window title.
94  .TP  .TP
95  .BR "-D"  .BR "-N"
96  Hide window manager decorations, by using MWM hints.  Enable numlock syncronization between the Xserver and the remote RDP
97    session.  This is useful with applications that looks at the numlock
98    state, but might cause problems with some Xservers like Xvnc.
99    .TP
100    .BR "-a <bpp>"
101    Sets the colour depth for the connection (8, 15, 16 or 24).
102    More than 8 bpp are only supported when connecting to Windows XP
103    (up to 16 bpp) or newer.  Note that the colour depth may also be
104    limited by the server configuration.
105    .TP
106    .BR "-r <device>"
107    Enable redirection of the specified device on the client, such
108    that it appears on the server.  The only device currently supported
109    is "sound" (requires Windows XP or newer).  Note that the allowed
110    redirections may be restricted by the server configuration.
111    .TP
112    .BR "-0"
113    Attach to the console of the server (requires Windows Server 2003
114    or newer).
115    .TP
116    .BR "-4"
117    Use RDP version 4.
118    .TP
119    .BR "-5"
120    Use RDP version 5 (default).
121    
122  .PP  .PP
123  .SH LINKS  .SH LINKS

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

  ViewVC Help
Powered by ViewVC 1.1.26