X WINDOW DISPLAY INITIALIZATION FAILURE

V

venkarthi

Guest
I am using CADENCE TOOLS in REDHAT EL 4.0 OS
"Warning X window display Initialization failure " error is showing in
run terminal when trying to open the cadence tools via SSH . how to
rectifiy this error
 
"venkarthi" <venkarthi@yahoo.com> writes:

I am using CADENCE TOOLS in REDHAT EL 4.0 OS
"Warning X window display Initialization failure " error is showing in
run terminal when trying to open the cadence tools via SSH . how to
rectifiy this error
ssh -X ?

Yours,

--
Jean-Marc
 
In article <9b3f2642d6f9cf37641ac25e47999226@localhost.talkaboutcad.com> "venkarthi" <venkarthi@yahoo.com> writes:
I am using CADENCE TOOLS in REDHAT EL 4.0 OS
"Warning X window display Initialization failure " error is showing in
run terminal when trying to open the cadence tools via SSH . how to
rectifiy this error
Are you setting the DISPLAY environment variable in your .cshrc or .profile or
..login file, or manually? If so, don't. When you use "ssh -X" it sets the
DISPLAY variable so it will work. If you set it, it won't.

-Pete Zakel
(phz@seeheader.nospam)

"Airplanes are interesting toys but of no military value."

-Marechal Ferdinand Foch, Professor of Strategy,
Ecole Superieule de Guerre
 
On Jul 13, 3:50 am, "venkarthi" <venkar...@yahoo.com> wrote:
I am using CADENCE TOOLS in REDHAT EL 4.0 OS
"Warning X window display Initialization failure " error is showing in
run terminal when trying to open the cadence tools via SSH . how to
rectifiy this error
I had the same problem when I upgraded to RHEL4. It turns out that the
later versions of ssh have two modes of X11 forwarding: trusted or
untrusted. Cadence (for some reason) requires trusted mode. Doing an
ssh -Y should fix the problem.

Additionally, you can add a line for the host in your ~/.ssh/config
file with the ForwardX11Trusted for that specific host (or all hosts)
so that you don't have to include the -Y option..
 
On Jul 14, 7:37 am, Poojan Wagh <poojanw...@gmail.com> wrote:
On Jul 13, 3:50 am, "venkarthi" <venkar...@yahoo.com> wrote:

I am using CADENCE TOOLS in REDHAT EL 4.0 OS
"Warning X window display Initialization failure " error is showing in
run terminal when trying to open the cadence tools via SSH . how to
rectifiy this error

I had the same problem when I upgraded to RHEL4. It turns out that the
later versions of ssh have two modes of X11 forwarding: trusted or
untrusted. Cadence (for some reason) requires trusted mode. Doing an
ssh -Y should fix the problem.

Additionally, you can add a line for the host in your ~/.ssh/config
file with the ForwardX11Trusted for that specific host (or all hosts)
so that you don't have to include the -Y option..
Thank you the problem is solved nicely. Have a colourful life.


KARTHIKEYAN.V
TECHNICAL OFFICER
SCHOOL OF ELECTRICAL SCIENCES
VIT UNIVERSITY
VELLORE
INDIA
 
On Friday, July 13, 2007 at 1:50:34 AM UTC-7, venkarthi wrote:
I am using CADENCE TOOLS in REDHAT EL 4.0 OS
"Warning X window display Initialization failure " error is showing in
run terminal when trying to open the cadence tools via SSH . how to
rectifiy this error
 

Welcome to EDABoard.com

Sponsor

Back
Top