X windows slow (cygwin)

Hi, I am trying to get X windows to work on my Linode, so I can run things like Emacs with a graphical interface. I'm using Cygwin, and it's worked fine with other remote servers.

So far I have done:

apt-get install xterm

apt-get install xauth

In cygwin I do someting like "ssh -XY name@linodehost.com"

Everything works, but when I open up Emacs it is very slow and almost unusable. I'm wondering if there's something I can do to speed it up (compression?) or if it's just a limitation of the network connection.

1 Reply

ssh -C for compression (man ssh).

And look, I didn't even start a vim vs. emacs 'discussion'.

:)

Edited for verbosity:

There was a discussion on this recently (http://www.linode.com/forums/viewtopic.php?t=2920), however unless you have a very good line to the server, your sanity would perhaps best be preserved by either a) running emacs in text mode on the server, or b) emacs (gui) on your cygwin setup and opening the file remotely (sshfs, emacs' tramp mode, etc.).

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct