Replace README with build and invocation instructions.

Update man page.
Still need to update AUTHORS.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@216 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2002-10-09 14:13:46 +00:00
parent 0e88940ee5
commit 3961df1f79
2 changed files with 63 additions and 74 deletions

42
README
View File

@ -1,17 +1,31 @@
rdesktop is an open source client for Windows NT Terminal Server and ===========================================
Windows 2000 Terminal Services, capable of natively speaking Remote rdesktop: A Remote Desktop Protocol client.
Desktop Protocol (RDP) in order to present the user's NT ===========================================
desktop. Unlike Citrix ICA, no server extensions are required.
rdesktop currently runs on most UNIX based platforms with the X Window rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
System, and other ports should be fairly straightforward. Terminal Services, Windows XP Remote Desktop, and possibly other Terminal
Services products. rdesktop currently implements the RDP version 4 protocol.
rdesktop was written by Matt Chapman (matthewc@cse.unsw.edu.au) based Installation
on various scarce documentation, wire sniffs, and trial-and-error. It ------------
is released under the GNU Public Licence (GPL). Please send feedback, rdesktop uses a typical GNU-style build procedure:
bug reports and patches to the appropriate mailing list
(http://sourceforge.net/mail/?group_id=24366) % ./configure [options]
% make
% make install
where documentation for [options] can be found by running "./configure --help".
Usually no options are necessary. The default is to install under /usr/local,
this can be changed with --prefix=directory.
Invocation
----------
% rdesktop [options] server
where server is the name of the Terminal Services machine. Note: if you
receive "Connection refused", this probably means that the server does not have
Terminal Services enabled, or there is a firewall blocking access.
The rdesktop manual page lists the possible options ("man rdesktop").
rdesktop is a Sourceforge project. See the Sourceforge rdesktop
project info (http://sourceforge.net/projects/rdesktop/) for more
information.

View File

@ -1,8 +1,4 @@
.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>
.SH NAME .SH NAME
.I rdesktop .I rdesktop
\- Remote Desktop Protocol client \- Remote Desktop Protocol client
@ -11,96 +7,75 @@
.br .br
.SH DESCRIPTION .SH DESCRIPTION
.I rdesktop .I rdesktop
is a client for Windows NT4 Terminal Server and Windows 2000 Terminal is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal
Services. rdesktop implements the RDP version 4 protocol, which used Services, Windows XP Remote Desktop, and possibly other Terminal Services
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.
.SH OPTIONS .SH OPTIONS
.TP .TP
.BR "-u <username>" .BR "-u <username>"
The username for authentication on the terminal server, together with -p Username for authentication on the terminal server.
this can be used for autologon.
.TP .TP
.BR "-d <domain>" .BR "-d <domain>"
The domain to to which the user belongs. Domain for authentication.
.TP .TP
.BR "-s <shell>" .BR "-s <shell>"
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.
instead of a regular desktop.
.TP .TP
.BR "-c <directory>" .BR "-c <directory>"
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
to setup a fixed environment for the user after logon. to set up a fixed login environment.
.TP .TP
.BR "-p <password>" .BR "-p <password>"
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
password at startup (from standard input). "Always prompt for password" is enabled on the server. WARNING: if you specify
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
to other users when they use tools like ps. tools like ps. Use -p - to make rdesktop request a password at startup (from
standard input).
.TP .TP
.BR "-n <name>" .BR "-n <hostname>"
Client name. The default is the hostname. Client hostname. Normally rdesktop automatically obtains the hostname of the
client.
.TP .TP
.BR "-k <layout>" .BR "-k <layout>"
keyboard layout on terminal server (us,sv,gr etc.) Keyboard layout on terminal server (us,sv,gr,etc.). This requires a
corresponding keymap file to be installed (normally the keymaps are found in
/usr/share/rdesktop/keymaps/ or /usr/local/share/rdesktop/keymaps/).
.TP .TP
.BR "-g <geometry>" .BR "-g <geometry>"
Desktop geometry (WxH). Desktop geometry (WxH).
.TP .TP
.BR "-f" .BR "-f"
Enable fullscreen mode. The -g option will be ignored when using -f, Enable fullscreen mode. This overrides the window manager and causes the
rdesktop will get the current height and width from the current rdesktop window to fully cover the current screen. Fullscreen mode can be
desktop. toggled at any time using Ctrl-Alt-Break.
.TP .TP
.BR "-b" .BR "-b"
Force bitmap updates. Force the server to send screen updates as bitmaps rather than using
.TP higher-level drawing operations.
.BR "-e"
Do not use encryption, this is only for people who are not allowed to
use encryption in Windows products. If you live in France you
probably need this switch.
.TP .TP
.BR "-m" .BR "-m"
Do not send motion events. Do not send mouse motion events. This saves bandwidth, although some Windows
applications may rely on receiving mouse motion.
.TP .TP
.BR "-l" .BR "-e"
Do not request licence. Disable encryption. This option is only needed (and will only work) if you
have a French version of NT TSE.
.TP .TP
.BR "-t <port>" .BR "-t <port>"
Connect to this TCP port. The default is 3389. Connect to the specified TCP port instead of 3389.
.TP .TP
.BR "-K" .BR "-K"
Keep window manager key bindings. Do not override window manager key bindings. By default rdesktop attempts
to grab all keyboard input when it is in focus.
.TP .TP
.BR "-w <title>" .BR "-w <title>"
Set window title to <title>. Window title.
.PP .PP
.SH "RETURN VALUES"
None are defined (yet).
.SH LINKS .SH LINKS
Main website of rdesktop Main website of rdesktop
.br .br
\fIhttp://www.rdesktop.org \fIhttp://www.rdesktop.org/
.LP .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>
.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.
.PP .PP