OK, I'm trying to use Cygwin to log into the unix servers at school so I can do some design work in the Cadence tools from home or from my laptop anywhere in the building.
I've installed Cygwin with all the default packages and added the OpenSSH package. This is what I'm currently doing upon starting Cygwin (basically I'm showing what the prompt says):
At which point I get another bash shell (I'm assuming this is an xterm window). From there I do this:
I enter my unix password for the machines at school at which point I get the following message:
This seems kind of odd so I thought i'd mention it, might be part of the problem. This is followed by some messages from the admins at school about reboots and whatnot. Anyway, I finally get to my prompt in my machine, at which point I can browse my directories fine without any problems.
At this point I have to run a script to setup some environment stuff so I do:
Then, I go to my cadence directory and type:
Which should start the cadence tools and open the command interpreter window. However, instead I get the initial Cadence splash screen and it disappears and I get the following warning:
And then the icfb process ends and I'm back at the prompt.
I've tried opening another xterm and doing everything but that doesn't help either.
Does anyone know if this is something on my end (I'd imagine it is), and if so what am I missing or not doing, it certainly sounds like a X11 thing, but I'm not sure what it is. Thanks if anyone can help.
I've installed Cygwin with all the default packages and added the OpenSSH package. This is what I'm currently doing upon starting Cygwin (basically I'm showing what the prompt says):
Code:
Teiresias@teiresiaspc ~
$ startx
At which point I get another bash shell (I'm assuming this is an xterm window). From there I do this:
Code:
Teiresias@teiresiaspc ~
$ ssh -Y -l [myusername] [the address to the stations]
I enter my unix password for the machines at school at which point I get the following message:
Code:
Warning: No xauth data; using fake authentication data for X11 forwarding.
This seems kind of odd so I thought i'd mention it, might be part of the problem. This is followed by some messages from the admins at school about reboots and whatnot. Anyway, I finally get to my prompt in my machine, at which point I can browse my directories fine without any problems.
At this point I have to run a script to setup some environment stuff so I do:
Code:
$ . cdscdk2003
Then, I go to my cadence directory and type:
Code:
$ icfb&
Which should start the cadence tools and open the command interpreter window. However, instead I get the initial Cadence splash screen and it disappears and I get the following warning:
Code:
$ *WARNING* Atr: Failed to find 8-plane PseudoColor visual
And then the icfb process ends and I'm back at the prompt.
I've tried opening another xterm and doing everything but that doesn't help either.
Does anyone know if this is something on my end (I'd imagine it is), and if so what am I missing or not doing, it certainly sounds like a X11 thing, but I'm not sure what it is. Thanks if anyone can help.