Software-Rec

Linux 上最快的 RDP 客戶端

  • August 13, 2013

我目前在 CentOS 上使用 KRDC,但是滑鼠指針有點慢,我確定這不是我的網際網路線路速度造成的,因為 windows RDP 客戶端工作正常,一切都很好。哪個 RDP 客戶端在 CentOS(或任何其他 Linux 作業系統)上最快?

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.

我無法評論各種 RDP 客戶端的性能/速度。然而,我最近遇到了FreeRDP項目,該項目描述如下:

FreeRDP 是 rdesktop 項目的一個分支,旨在快速開始前進並實現 rdesktop 最缺乏的功能。

我沒有使用 KRDC,但我在 Ubuntu 10.10 的命令行中同時使用了兩者rdesktopxfreerdp客戶端,它們都可以使用。xfreerdp接受與-x@gnud 提到的相同的選項,並且該選項可能會對性能產生最大的影響。

引用自:https://unix.stackexchange.com/questions/7509