Linux 上最快的 RDP 客户端

Wol*_*lfy 5 software-rec centos remote-desktop

我目前在 CentOS 上使用 KRDC,但鼠标指针有点慢,我确定这不是由我的互联网线路速度引起的,因为 Windows RDP 客户端工作正常,一切正常。哪个 RDP 客户端在 CentOS(或任何其他 Linux 操作系统)上最快?

Ric*_*chm 6

我无法评论各种 RDP 客户端的性能/速度。然而,我最近遇到了FreeRDP项目,该项目描述如下:

FreeRDP 是 rdesktop 项目的一个分支,该项目旨在快速开始前进并实现 rdesktop 最缺乏的功能。

我没有使用 KRDC,但我在 Ubuntu 10.10 的命令行中使用了rdesktopxfreerdp客户端,它们都可用。xfreerdp接受与-x@gnud 提到的相同的选项,该选项可能会对性能产生最大的影响。


小智 5

KRCD 和我怀疑所有其他 Linux RDC 客户端rdesktop在幕后使用。

我鼓励你使用 的设置rdesktop,我自己使用过它没有任何速度问题。您的 Windows RDP 连接很可能使用不同的选项,尤其是以下-x参数rdesktop

Changes default bandwidth performance behaviour for RDP5. By default only
theming is enabled, and all other options are disabled (corresponding
to modem (56 Kbps)). Setting experience to b[roadband] enables menu
animations and full window dragging. Setting experience to l[an] will
also enable the desktop wallpaper. Setting experience to m[odem]
disables all (including themes). Experience can also be a hexidecimal
number containing the flags.
Run Code Online (Sandbox Code Playgroud)