Rdesktop
Rdesktop 是远程桌面协议(Remote Desktop Protocol, RDP)的一个客户端,用于在 Linux 下方便地联接 M$ 的 Windows NT Server, Windows 2000 Server, Windows XP 和 Windows 2003 Server。
Windows 服务器端设置
windows Xp/Windows 2003 Server:右键单击[我的电脑],选择[属性],然后选择[远程]标签页。 把那个远程桌面选择。可以启用远程桌面了。
Windows 2000 要 Server 版的才可以,而且要在[添加删除]那里选择[添加删除windows组件], 然后添加终端服务的程序。
注意:Windows XP 只能有一个用户登录系统,而这一个用户不管是远端,还是在近端操作。 也就是说,如果远程登录 Windows XP,正在使用 Windows XP 的用户将会被踢出系统;反之亦然。
Linux 客户端设置
apt-get install rdesktop //安装客户端软件(Debian)
emerge rdesktop //安装客户端软件(gentoo)
rdesktop -u <user> -g %100 -K -a 16 <server_ip> //联结远端
Options
- -f :开启全屏模式。在任何时间按 Ctrl-Alt-Enter 可以退出该模式。
- -K :不要覆盖窗口管理器(如:FVWM)的快捷键。默认情况下,在前端(in focus)的 rdesktop 将捕捉所有的键盘输入。
- -a <bpp>:设置 Colour 深度(8, 15, 16 or 24)。大于 8 bpp 仅仅适于联接 Windows XP(最高 16 bpp)和更新版本。注意:服务器的设置也会限制 Colour 深度。
- -0 :Attach to the console of the server (requires Windows Server 2003 or newer).
page_revision: 0, last_edited: 1203336299|%e %b %Y, %H:%M %Z (%O ago)





