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

Contents of /sourceforge.net/trunk/rdesktop/doc/rdesktop.1

Parent Directory Parent Directory | Revision Log Revision Log


Revision 241 - (show annotations)
Thu Oct 24 08:35:28 2002 UTC (21 years, 7 months ago) by matthewc
File size: 2429 byte(s)
Update documentation for -k.

1 .TH rdesktop 1 "October 2002"
2 .SH NAME
3 .I rdesktop
4 \- Remote Desktop Protocol client
5 .SH SYNOPSIS
6 .B rdesktop [options] server[:port]
7 .br
8 .SH DESCRIPTION
9 .I rdesktop
10 is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal
11 Services, Windows XP Remote Desktop, and possibly other Terminal Services
12 products. rdesktop currently implements the RDP version 4 protocol.
13
14 .SH OPTIONS
15 .TP
16 .BR "-u <username>"
17 Username for authentication on the terminal server.
18 .TP
19 .BR "-d <domain>"
20 Domain for authentication.
21 .TP
22 .BR "-s <shell>"
23 Startup shell for the user - starts a specific application instead of Explorer.
24 .TP
25 .BR "-c <directory>"
26 The initial working directory for the user. Often used in combination with -s
27 to set up a fixed login environment.
28 .TP
29 .BR "-p <password>"
30 The password to authenticate with. Note that this may have no effect if
31 "Always prompt for password" is enabled on the server. WARNING: if you specify
32 a password on the command line it may be visible to other users when they use
33 tools like ps. Use -p - to make rdesktop request a password at startup (from
34 standard input).
35 .TP
36 .BR "-n <hostname>"
37 Client hostname. Normally rdesktop automatically obtains the hostname of the
38 client.
39 .TP
40 .BR "-k <layout>"
41 Keyboard layout to emulate. This requires a corresponding keymap file to be
42 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.
44 en-us, en-gb, de, fr, sv, etc. The default is en-us (a US keyboard).
45
46 .TP
47 .BR "-g <geometry>"
48 Desktop geometry (WxH).
49 .TP
50 .BR "-f"
51 Enable fullscreen mode. This overrides the window manager and causes the
52 rdesktop window to fully cover the current screen. Fullscreen mode can be
53 toggled at any time using Ctrl-Alt-Break.
54 .TP
55 .BR "-b"
56 Force the server to send screen updates as bitmaps rather than using
57 higher-level drawing operations.
58 .TP
59 .BR "-m"
60 Do not send mouse motion events. This saves bandwidth, although some Windows
61 applications may rely on receiving mouse motion.
62 .TP
63 .BR "-e"
64 Disable encryption. This option is only needed (and will only work) if you
65 have a French version of NT TSE.
66 .TP
67 .BR "-K"
68 Do not override window manager key bindings. By default rdesktop attempts
69 to grab all keyboard input when it is in focus.
70 .TP
71 .BR "-T <title>"
72 Window title.
73
74 .PP
75 .SH LINKS
76 Main website of rdesktop
77 .br
78 \fIhttp://www.rdesktop.org/
79 .LP
80 .PP

  ViewVC Help
Powered by ViewVC 1.1.26