[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1962.0. "What node name to use with set DISPLAY" by WPOMM2::ZAMBOTTI () Thu Dec 21 1989 22:04

Hi again,

Read thru the manual chapter 7 of the DECwindow User Guide (Running Remote
Applications) to see how it was done.

Sounds simple enough :

	% xhost remote_node
	login to remote node
	%set DISPLAY my_node

Well my node is STARMAN and the remote node is JESSICA.  We both are using
TCP/IP as the transport so this is how I did it :

	% xhost JESSICA
	% rlogin JESSICA
	login:guest
	% set DISPLAY STARMAN

But when I try and execute any x application I get an error opening the toolkit
and nothing goes.

I'm not sure if I'm using the correct node names.  STARMAN & JESSICA are the
hostname's of each system and were the names used during the "netsetup install"
proceedure.  I am only using internet address in the form 192.0.0.1 & 192.0.0.2.

I have even tried entering the node names into Session Manager Security but that
didn't seem to make any difference.

What have I missed?

Walter Zambotti
T.RTitleUserPersonal
Name
DateLines
1962.1STAR::MCLEMANJeff McLeman, VMS DevelopmentFri Dec 22 1989 07:399
Not being a total UNIX wizard, I'll take a stab.

isn't it supposed top be:
	
		%setenv DISPLAY my_node
		  ^^^^
The display must be an envrironment variable.

But then, I could be wrong.
1962.2syntax errorCOOKIE::KITTELLRichard - Architected Info MgmtFri Dec 22 1989 19:207
   Also the value of the variable should be node:0.0 for TCP transport
   or node::0.0 for DECnet transport (number of colons significant).

   Hence you should be doing:

   % setenv DISPLAY starman:0.0
1962.3or without the .0KERNEL::CARLETONLBack in the futureMon Jan 08 1990 17:565
    
    Works fine without the .0 ie %setenv DISPLAY xorn:0
    
    Les