Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Xlib: connection to ":0.0" refused by server

Status
Not open for further replies.

irun2

Member level 2
Joined
Jan 20, 2008
Messages
49
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,701
When I type the command icfb& on the terminal, errors display as follow:

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
*WARNING* X Window Display Initialization failure
*WARNING* (DISPLAY ":0.0")

Cadence didn't get started.
How can I solve the problem?
 

The X server refused your connection, use the xhost command to add your host.
 

meitolake said:
The X server refused your connection, use the xhost command to add your host.

thank you. in fact i've solve it: I use the statement setenv DISPLAY myIP:0.0

I must try your method next time the warning message display!
 

Just out of curiosity, if you open a new terminal and enter "echo $DISPLAY", what is returned?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top