[VoxBo] Setting up VoxBo to work remotely
Daniel Y Kimberg
kimberg at mail.med.upenn.edu
Wed May 2 16:14:50 EDT 2007
David January wrote:
> When I checked that box and attempt to run @vs in IDL, I got an error
> complaining that either my X11 server is missing or not running. I
> did download the Cygwin/X library. Is there something special I need
> to do to make it run? How should I set my DISPLAY variable?
It sounds like you may just not have the X server running. I think by
default Cygwin does not start it automatically. I usually start it
explicitly when needed by typing:
startxwin.sh
Then you should be able to connect using SecureCRT. Of course, if
you're already running Cygwin, there's no reason to run a separate
terminal program. From a Cygwin xterm, you can do:
ssh -X somecfnmachine.uphs.upenn.edu
If somehow your DISPLAY variable isn't set, you can first do:
export DISPLAY=:0
dan
More information about the voxbo-general
mailing list