You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sice a couple of months forwarded X applications show a considerable lag, a) when opening an application, and b) when running it. It can take up to 5 seconds until a new terminal window opens.
In simple terminals it is not so obvious (after the initial wait), but even the rather modest nedit shows extreme lags on construction, and when using the file-open dialog.
How to check?
This can be observed on a single host, ruling out network issues:
#> ssh $HOSTNAME
#> nedit # [Ctrl]-[O]
It should lag...
Two ways to further confirm:
a) downgrade to openssh-9.3_p2-0.x86_64
#> bee update -f openssh-9.3_p2-0.x86_64
reboot (or simply restart openssh ? - not tested) - No lag anymore ...
b) bypass ssh forwarding
Edit /etc/lightdm/lightdm.conf, in the seat section allow tcp connctions to the X server.
Sice a couple of months forwarded X applications show a considerable lag, a) when opening an application, and b) when running it. It can take up to 5 seconds until a new terminal window opens.
In simple terminals it is not so obvious (after the initial wait), but even the rather modest nedit shows extreme lags on construction, and when using the file-open dialog.
How to check?
This can be observed on a single host, ruling out network issues:
It should lag...
Two ways to further confirm:
a) downgrade to openssh-9.3_p2-0.x86_64
reboot (or simply restart openssh ? - not tested) - No lag anymore ...
b) bypass ssh forwarding
Edit /etc/lightdm/lightdm.conf, in the seat section allow tcp connctions to the X server.
Restart lightdm
It should lag... [Ctrl]-[D]
Now connect the 'old fashioned' way
No lag ...
xhost +
may be unneeded when you stay on your machineThe file https://www.openssh.com/releasenotes.html is way long, but searchin for 'lagging X11 ssh forwarding' is a more or less hopeless endeavour I guess.
Any ideas ?
The text was updated successfully, but these errors were encountered: