使用 Remmina 与 Windows Server 2012 R2 进行 RDP 时速度很慢

使用 Remmina 与 Windows Server 2012 R2 进行 RDP 时速度很慢

我正在尝试使用 remmina 通过 RDP 连接到远程 Windows 2012 R2 服务器。连接正常,但速度真的很慢。

鼠标点击和键盘事件需要花费大量时间来注册,尽管我可以自由移动鼠标,但点击却需要花费大量时间。

当我尝试在远程桌面上的窗口之间切换时,它也会出现很大的滞后。

我实际上无法更改远程机器上的设置,我所能做的就是使用我的 RDP 客户端。

我将在下面附加我的终端输出和连接字符串。

$ remmina --connect group_rdp_dev-machine_192-168-0-78.remmina

Remmina plugin glibsecret (type=Secret) has registered but not yet initialized/activated. Initialization order is 2000.

** (process:21462): CRITICAL **: 10:47:00.608: secret_service_load_collections_sync: assertion 'paths != NULL' failed
[glibsecret] unable to get secret service: Unknown error.

group_rdp_dev-machine_192-168-0-78.remmina

[remmina]
gateway_domain=
disableclipboard=0
serialpath=
disable_fastpath=0
disablepasswordstoring=0
shareserial=0
password=<password_digest>
parallelname=
gwtransp=http
gateway_password=
sharesmartcard=0
old-license=0
ssh_tunnel_loopback=0
shareprinter=0
resolution_height=0
group=
enable-autostart=0
ssh_tunnel_enabled=0
smartcardname=
domain=<domain>
serialname=
ssh_tunnel_auth=2
ssh_tunnel_server=
loadbalanceinfo=
ignore-tls-errors=1
clientname=
sound=off
resolution_mode=1
ssh_tunnel_password=
protocol=RDP
relax-order-checks=0
name=Dev Machine
clientbuild=
security=
gateway_username=
postcommand=
quality=0
username=<username>
gateway_usage=0
resolution_width=0
ssh_tunnel_privatekey=
console=0
microphone=0
ssh_tunnel_passphrase=
gateway_server=
disableautoreconnect=0
ssh_tunnel_username=
glyph-cache=0
serialpermissive=0
execpath=
multitransport=0
cert_ignore=0
exec=
parallelpath=
printer_overrides=
serialdriver=
precommand=
server=<server_ip>
useproxyenv=0
colordepth=66
shareparallel=0
sharefolder=
window_maximize=1
viewmode=1

操作系统详细信息

$ lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.04
Release:    19.04
Codename:   disco

答案1

我在两台 Ubuntu PC 中的一台上遇到了同样的问题,它们试图通过 RDP 连接到运行 Lubuntu 的第三台 Linux PC。事实上,当尝试在 RDP 中单击工具栏时,即使是 Remmina 的 UI 也相当慢。

由于我的其中一台 Ubuntu PC 上的 Remmina 客户端连接时总是很慢,所以我认为我尝试连接的 Lubuntu PC 没有问题。

最后,我精确地将运行顺畅的 Remmina 客户端的连接设置复制到了运行非常慢的客户端上,突然它就运行顺畅了!

事实证明,两个客户端之间的唯一设置差异是,Custom 1024x768运行缓慢的客户端将分辨率设置为,而运行平稳的客户端将分辨率设置为Use initial window size。这个问题很奇怪,但对我来说有效。

尝试将分辨率设置为使用初始窗口大小用于 Remmina GUI 连接设置中的连接

或者在你的 .remmina 设置文件中:resolution_mode=2

相关内容