Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot open display?

Status
Not open for further replies.

plok

Vendor
Dec 5, 2006
1
PH
when i try to telnet to certain boxes from exceed / launch a GUI from exceed I am getting an error saying &quot;cannot open display <computer name>:0.1&quot;

Anyone have any idea on how to fix this problem?

thanks!!!!!
 
Try setting the DISPLAY variable to:
setenv DISPLAY <PC IP>:0.0
PC IP - is the ip of the machine from which you are running exceed.

Good Luck
Micha Micha Grunberg
Unix Sys-Admin
 
when you telnet, if you are using Windows telnet, you need to have an Xserver running to allow the Unix box to communicate back to your PC.

so, under eXceed's Xconfig, regardless of the mode (passive, broadcast, etc), look at the display number you have set (typically 0, but changeable to whatever you like).

in the telnet session:
Korn/Borne Shell --> export DISPLAY=<your PC IP address>:<the display number above>
(e.g.: export DISPLAY=myWinTel:0

C-Shell --> setenv DISPLAY myWinTel:0


Meanwhile, on the PC, you need to start the Exceed program (Start --> Programs --> ... Exceed) and leave the iconfied (passive mode) icon running in your task bar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top