Xming Display is very slow when using SSH
Asked Answered
C

2

13

I am using SSH and Xming to run Simics simulator and connect to some Linux guest machine. I use x11 Tunneling. The x server seems to be very slow and I need to spend a long time to run a single command on the linux guest machine. Do you have any idea what might cause the problem? Is this the problem of ssh secure shell or the xming?

Thanks.

Chroma answered 19/3, 2011 at 8:59 Comment(0)
D
7

Traffic compression might solve your problem. Use ssh -C

Demilune answered 19/3, 2011 at 9:3 Comment(3)
I am using XMing in windows to connect to a Mint machine. I use XFCE (with the XMing command xfce4-session) When I open a command terminal in the session the commands run as fast as if it were a native desktop. It's not clear if you problem is the commands or the X display. The display itself is quite slow, with visible drawing of the screen. It sped up by about 50%, to almost acceptable, by using compression (which is a check box in the XMing configuration dialog for the session).Helmick
This did help in my case.Brooklet
I see improvements for me.Purplish
O
4

I'm using Putty.

Putting Blowfish compression to the top of the list in Connection/SSH/Cipher node also helped a little bit.

Compression is enabled in SSH node.

Overset answered 5/7, 2016 at 13:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.