I have used xLaunch, Multiple Windows, Start no client, Clipboard, No Access Control, no additional parameters or font server -- that is, defaults all the way.
On Putty,
When I connect to the remote Linux system, I get a delay, followed by this message:
/usr/bin/xauth: timeout in locking authority file /home/{userName}/.Xauthority
When I try to start an xterm (xterm &
), I see
PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match
PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match
PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match
PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match
xterm Xt error: Can't open display: localhost:10.0
(end of lines inserted so you can read)
localhost:10.0
looked funny to me, so I forced DISPLAY
to be localhost:10.0
. The complaint is now
No protocol specified
xterm Xt error: Can't open display: localhost:0.0
Changing it to the actual IP of my local machine gets me the same message, but with more copies of "No protocol specified."
Thanks for all help --