Re: Cadence Tool Disaster
- From: The Ghost In The Machine <ewill@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 24 Dec 2005 21:00:02 GMT
In comp.os.linux.setup, Fazela
<fazela@xxxxxxxxx>
wrote
on 24 Dec 2005 09:20:24 -0800
<1135444824.020083.271580@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>:
> Hello All,
> I am trying to use cadence silicon ensemble via doing an ssh to one of
> our engineering school machines through cygwin. However when I try to
> invoke
>>seultra&
> I get the folowing error
>
> ***********
> CADENCE Program Disaster:
> Pseudo color graphics card not detected.
> Session aborts.
> ***********
>
> [1] Exit 1 seultra
>
>
> I was wondering as to what the problem was and if there was some
> solution to it.
>
> Thanks,
> Fazela
>
The problem does not appear to be specific to Linux.
The first try:
$ ssh -XY user@remotehost
and then invoke 'seultra'; Cadence's tool might not
be detecting an X server at all. If you want to test
the actual X server, try 'echo $DISPLAY', then firing
up 'xeyes' or 'xedit' and see if you get a window on
your local display. If you can, you're in reasonably
good shape. You may have to wiggle /etc/ssh/sshd_config
to allow X11Forwarding, if you have root/administration
access on the remote server.
Of course xdpyinfo can tell you about the characteristics
of the server, as the remote host sees it. If the ssh
forwarding is working it's actually using a proxy on
port 6010 or localhost:10; 'echo $DISPLAY' will show this.
If the problem is truly because Cadence's tool needs a PseudoColor
(as opposed to an X server; most PC video cards are too good for
PseudoColor and support instead TrueColor or DirectColor with
24- or 32-bit capability), you might try the following command
on your box; you'll have to run it from a logged-in console (CTRL-ALT-Fn),
though you won't have to log in as root if everything's set up properly:
$ startx -- :1 -depth 8 -cc Pseudo
then invoke ssh -XY and Cadence's Silicon tool and see if that helps.
If xdpyinfo indicates PseudoColor as the top choice,
you might have a chance. Depending on your setup you might have
to invoke 'xterm -display :1' or edit $HOME/.xinitrc .
I'm not otherwise familar with Cadence's tools, so this is an
educated guess.
--
#191, ewill3@xxxxxxxxxxxxx
It's still legal to go .sigless.
.
- Follow-Ups:
- Re: Cadence Tool Disaster
- From: Fazela
- Re: Cadence Tool Disaster
- References:
- Cadence Tool Disaster
- From: Fazela
- Cadence Tool Disaster
- Prev by Date: Cadence Tool Disaster
- Next by Date: Re: NFS permissions
- Previous by thread: Cadence Tool Disaster
- Next by thread: Re: Cadence Tool Disaster
- Index(es):
Relevant Pages
|