hiho@ll
i want to start the whole X window using an ssh tunnel, using cygwin and M$
what i have:
M$ windows
Cygwin
a ssh connection
and i can run graphical applications using this tunnel!
xeyes works fine and ethereal too ;-)
but now i want to run the whole x Window and not just one application
if i do
startx
i get
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
Please report problems to
http://www.suse.de/feedback.
if i do
startx -- :1
i get a bunch of error messages, but it doesn't abort (but it takes too long for me (about 3 minutes) with no result)
if i do
startx -display myip:1.1
i get the same error message as if i only do startx
is there something like a special command or special arguments for running x window remotely, which i just don't know
thx@ll