awfully laggy, how to fix it? #2422
Unanswered
mailinglists35
asked this question in
Q&A
Replies: 3 comments
-
scroll.local.machine.client.mp4scroll.on.remote.using.tiger.vnc.server.and.realvnc.viewer.mp4scroll.on.remote.using.xfreerdp.and.more.parameters.mp4scroll.on.remote.using.xfreerdp.client.minimal.options.mp4scroll.on.remote.windows.10.vm.no.hardware.gpu.using.xfreerdp.and.multiple.parameters.mp4scroll.on.windows.10.vm.no.hardware.gpu.using.xfreerdp.and.multiple.parameters.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
issues search results for "lag" suggest this is something others experience as well https://github.com/neutrinolabs/xrdp/issues?q=is%3Aissue+is%3Aopen+lag |
Beta Was this translation helpful? Give feedback.
0 replies
-
client host has no load, server host has no load mpstat server before, during login, launch of browser and scrolling, after
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
server:
Model name: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz
00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 06)
00:48:51 up 3:00, 1 user, load average: 0,14, 0,17, 0,12
ubuntu 22.04.1 LTS with distro-provided xrdp, xorgxrdp and xorg versions, default configurations
client:
any (all kinds - linux, windows, mac on various 2010-2022 hardware)
connectivity:
sudo ping -U _gateway -f
PING _gateway (192.168.1.1) 56(84) bytes of data.
.^C
--- _gateway ping statistics ---
43490 packets transmitted, 43489 received, 0.00229938% packet loss, time 59527ms
rtt min/avg/max/mdev = 0.664/1.317/11.434/0.386 ms, pipe 2, ipg/ewma 1.368/1.289 ms
[asus@e403na ~]$ iperf3 -c _gateway -t 3
Connecting to host _gateway, port 5201
[ 5] local 192.168.1.50 port 44714 connected to 192.168.1.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 30.6 MBytes 257 Mbits/sec 0 1.23 MBytes
[ 5] 1.00-2.00 sec 28.8 MBytes 241 Mbits/sec 0 1.94 MBytes
[ 5] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec 0 2.63 MBytes
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-3.00 sec 91.9 MBytes 257 Mbits/sec 0 sender
[ 5] 0.00-3.05 sec 89.1 MBytes 246 Mbits/sec receiver
iperf Done.
[asus@e403na ~]$ iperf3 -c _gateway -R -t 3
Connecting to host _gateway, port 5201
Reverse mode, remote host _gateway is sending
[ 5] local 192.168.1.50 port 43918 connected to 192.168.1.1 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 1.00-2.00 sec 38.8 MBytes 326 Mbits/sec
[ 5] 2.00-3.00 sec 38.4 MBytes 322 Mbits/sec
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-3.04 sec 113 MBytes 312 Mbits/sec 0 sender
[ 5] 0.00-3.00 sec 111 MBytes 309 Mbits/sec receiver
iperf Done.
working on console: snappy
working over xrdp/xorgxrdp: see video attachment
any recommendations?
example xfreerdp client startup (both video recorded and attached)
xfreerdp +auto-reconnect +bitmap-cache /cert:ignore +drives /dynamic-resolution /gfx +glyph-cache /jpeg /kbd:0x00020418 +menu-anims /network:auto /nsc +offscreen-cache /rfx /video /w:1440 /h:900 /u:user /v:192.168.1.1
xfreerdp +auto-reconnect /cert:ignore /kbd:0x00020418 /u:user /v:192.168.1.1
Beta Was this translation helpful? Give feedback.
All reactions