使用xrdpwindowXorg系统从win10连接到ubuntu 20.04我的本地网络。连接速度非常慢。相比之下,通过互联网通过 VPN 的标准 rdp 连接(win10 到 win10)比我的本地xrdp.
/etc/xrdp/xrdp.ini
max_bpp=32
Run Code Online (Sandbox Code Playgroud)
通过 xrdp 登录后我的桌面环境是:
~$ echo $XDG_CURRENT_DESKTOP
GNOME
Run Code Online (Sandbox Code Playgroud)
小智 10
确保在 RDP 客户端体验选项卡中选择连接速度。将其设置为“LAN(10Mbits 或更高)”。这将启用 RFX 编解码器。
请参阅https://github.com/neutrinolabs/xrdp/discussions/2136
假设您使用 Xfce4,请尝试禁用合成
$ xfconf-query --channel=xfwm4 --property=/general/use_compositing --type=bool --set=false --create
Run Code Online (Sandbox Code Playgroud)
您可以使此设置永久xorg.conf化
Section "Extensions"
Option "Composite" "Disable"
EndSection
Run Code Online (Sandbox Code Playgroud)
您还可以通过 GUI 解决这个问题(如果需要,请安装它)
$ xfwm4-tweaks-settings
Run Code Online (Sandbox Code Playgroud)
如果您使用 KDE,请尝试禁用合成器,设置->显示和监视器-> 合成器。
另外,尝试在客户端配置中使用较少数量的颜色(16 位而不是 32 位)。
另外,请在 中尝试这些选项/etc/xrdp/xrdp.ini。
有关的:
经过大量研究后,我通过这些设置获得了良好的性能:
在 /etc/xrdp/sesman.ini 和 /etc/xrdp/xrdp.ini 中:
TCP 调整(2 倍请求缓冲区大小):
请参阅https://github.com/neutrolalabs/xrdp/issues/1483
禁用合成器:
| 归档时间: |
|
| 查看次数: |
81776 次 |
| 最近记录: |