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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 232 - (hide annotations)
Mon Oct 14 06:13:20 2002 UTC (21 years, 8 months ago) by matthewc
File size: 2343 byte(s)
Update man page in line with source changes.

1 matthewc 217 .TH rdesktop 1 "October 2002"
2 astrand 106 .SH NAME
3     .I rdesktop
4     \- Remote Desktop Protocol client
5     .SH SYNOPSIS
6 matthewc 232 .B rdesktop [options] server[:port]
7 astrand 106 .br
8     .SH DESCRIPTION
9     .I rdesktop
10 matthewc 217 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 astrand 106
14     .SH OPTIONS
15     .TP
16     .BR "-u <username>"
17 matthewc 217 Username for authentication on the terminal server.
18 astrand 106 .TP
19     .BR "-d <domain>"
20 matthewc 217 Domain for authentication.
21 astrand 106 .TP
22     .BR "-s <shell>"
23 matthewc 217 Startup shell for the user - starts a specific application instead of Explorer.
24 astrand 106 .TP
25     .BR "-c <directory>"
26 matthewc 217 The initial working directory for the user. Often used in combination with -s
27     to set up a fixed login environment.
28 astrand 106 .TP
29     .BR "-p <password>"
30 matthewc 217 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 astrand 106 .TP
36 matthewc 217 .BR "-n <hostname>"
37     Client hostname. Normally rdesktop automatically obtains the hostname of the
38     client.
39 astrand 106 .TP
40     .BR "-k <layout>"
41 matthewc 217 Keyboard layout on terminal server (us,sv,gr,etc.). This requires a
42     corresponding keymap file to be installed (normally the keymaps are found in
43     /usr/share/rdesktop/keymaps/ or /usr/local/share/rdesktop/keymaps/).
44 astrand 106 .TP
45     .BR "-g <geometry>"
46     Desktop geometry (WxH).
47     .TP
48     .BR "-f"
49 matthewc 217 Enable fullscreen mode. This overrides the window manager and causes the
50     rdesktop window to fully cover the current screen. Fullscreen mode can be
51     toggled at any time using Ctrl-Alt-Break.
52 astrand 106 .TP
53     .BR "-b"
54 matthewc 217 Force the server to send screen updates as bitmaps rather than using
55     higher-level drawing operations.
56 astrand 106 .TP
57     .BR "-m"
58 matthewc 217 Do not send mouse motion events. This saves bandwidth, although some Windows
59     applications may rely on receiving mouse motion.
60 astrand 106 .TP
61 matthewc 217 .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 astrand 106 .TP
65     .BR "-K"
66 matthewc 217 Do not override window manager key bindings. By default rdesktop attempts
67     to grab all keyboard input when it is in focus.
68 astrand 107 .TP
69 matthewc 232 .BR "-T <title>"
70 matthewc 217 Window title.
71 astrand 106
72     .PP
73     .SH LINKS
74     Main website of rdesktop
75     .br
76 matthewc 217 \fIhttp://www.rdesktop.org/
77 astrand 106 .LP
78     .PP

  ViewVC Help
Powered by ViewVC 1.1.26