/[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 213 by matthewc, Sun Oct 6 13:30:30 2002 UTC revision 500 by astrand, Wed Oct 15 14:32:43 2003 UTC
# Line 1  Line 1 
1  .TH RDESKTOP 1 "September 2002" "Manual page for rdesktop"  .TH rdesktop 1 "October 2002"
 .\"  
 .\" Man page author:  
 .\"    Hugo Trippaers <spark@ision.nl>  
 .\"    Peter Åstrand <peter@cendio.se>  
2  .SH NAME  .SH NAME
3  .I rdesktop  .I rdesktop
4  \- Remote Desktop Protocol client  \- Remote Desktop Protocol client
5  .SH SYNOPSIS  .SH SYNOPSIS
6  .B rdesktop [options] server  .B rdesktop [options] server[:port]
7  .br  .br
8  .SH DESCRIPTION  .SH DESCRIPTION
9  .I rdesktop  .I rdesktop
10  is a client for Windows NT4 Terminal Server and Windows 2000 Terminal  is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal
11  Services.  rdesktop implements the RDP version 4 protocol, which used  Services, Windows XP Remote Desktop, and possibly other Terminal Services
12  by Windows NT4 Terminal Server, and parts of RDP version 5, which is  products.  rdesktop currently implements the RDP version 4 protocol.
 used by Windows 2000 Terminal Services.  
13    
14  .SH OPTIONS  .SH OPTIONS
15  .TP  .TP
16  .BR "-u <username>"  .BR "-u <username>"
17  The username for authentication on the terminal server, together with -p  Username for authentication on the terminal server.
 this can be used for autologon.  
18  .TP  .TP
19  .BR "-d <domain>"  .BR "-d <domain>"
20  The domain to to which the user belongs.  Domain for authentication.
21  .TP  .TP
22  .BR "-s <shell>"  .BR "-s <shell>"
23  The startup shell for the user.  Use this to start a specific application,  Startup shell for the user - starts a specific application instead of Explorer.
24  instead of a regular desktop.  .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  .TP
33  .BR "-c <directory>"  .BR "-c <directory>"
34  The current 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 setup a fixed environment for the user after logon.  to set up a fixed login environment.
36  .TP  .TP
37  .BR "-p <password>"  .BR "-p <password>"
38  The password to authenticate with.  Use -p - to make rdesktop request a  The password to authenticate with.  Note that this may have no effect if
39  password at startup (from standard input).  "Always prompt for password" is enabled on the server.  WARNING: if you specify
40  WARNING: if you specify a password on the command line it may be visible  a password on the command line it may be visible to other users when they use
41  to other users when they use tools like ps.  tools like ps.  Use -p - to make rdesktop request a password at startup (from
42  .TP  standard input).
43  .BR "-n <name>"  .TP
44  Client name.  The default is the hostname.  .BR "-n <hostname>"
45    Client hostname.  Normally rdesktop automatically obtains the hostname of the
46    client.
47  .TP  .TP
48  .BR "-k <layout>"  .BR "-k <layout>"
49  keyboard layout on terminal server (us,sv,gr etc.)  Keyboard layout to emulate.  This requires a corresponding keymap file to be
50    installed.  The standard keymaps provided with rdesktop follow the RFC1766
51    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.  The -g option will be ignored when using -f,  Enable fullscreen mode.  This overrides the window manager and causes the
62  rdesktop will get the current height and width from the current  rdesktop window to fully cover the current screen.  Fullscreen mode can be
63  desktop.  toggled at any time using Ctrl-Alt-Enter.
64  .TP  .TP
65  .BR "-b"  .BR "-b"
66  Force bitmap updates.  Force the server to send screen updates as bitmaps rather than using
67    higher-level drawing operations.
68  .TP  .TP
69  .BR "-e"  .BR "-e"
70  Do not use encryption, this is only for people who are not allowed to  Disable encryption.  This option is only needed (and will only work) if you
71  use encryption in Windows products.  If you live in France you  have a French version of NT TSE.
 probably need this switch.  
72  .TP  .TP
73  .BR "-m"  .BR "-m"
74  Do not send motion events.  Do not send mouse motion events.  This saves bandwidth, although some Windows
75  .TP  applications may rely on receiving mouse motion.
 .BR "-l"  
 Do not request licence.  
76  .TP  .TP
77  .BR "-t <port>"  .BR "-C"
78  Connect to this TCP port. The default is 3389.  Use private colourmap.  This will improve colour accuracy on an 8-bit display,
79    but rdesktop will appear in false colour when not focused.
80  .TP  .TP
81  .BR "-K"  .BR "-K"
82  Keep window manager key bindings.  Do not override window manager key bindings.  By default rdesktop attempts
83    to grab all keyboard input when it is in focus.
84  .TP  .TP
85  .BR "-w <title>"  .BR "-T <title>"
86  Set window title to <title>.  Window title.
87    .TP
88    .BR "-D"
89    Hide window manager decorations, by using MWM hints.
90    
91  .PP  .PP
 .SH "RETURN VALUES"  
 None are defined (yet).  
92  .SH LINKS  .SH LINKS
93  Main website of rdesktop  Main website of rdesktop
94  .br  .br
95  \fIhttp://www.rdesktop.org  \fIhttp://www.rdesktop.org/
 .LP  
 .SH BUGS  
 We suggest you visit the website at http://www.rdesktop.org and follow  
 the links to the Bug Tracker.  
 .SH VERSION  
 This manual page documents version 1.2.  
 .SH AUTHOR  
 rdesktop is written by Matt Chapman <matthewc@cse.unsw.edu.au>  
96  .LP  .LP
 The following persons have contributed to the project:  
 .LP  
 Peter Bystrom <peter.bystrom@ub.oru.se>  
 .br  
 Hugo Trippaers <spark@ision.nl>  
 .br  
 Jay Sorg  
 .br  
 Peter Åstrand  
 .SH THANKS  
 Thanks to all the mailinglist members for their contributions to rdesktop.  
97  .PP  .PP

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

  ViewVC Help
Powered by ViewVC 1.1.26