T.R | Title | User | Personal Name | Date | Lines |
---|
2984.1 | Some side issues | STAR::VATNE | Peter Vatne, VMS Development | Fri Jun 22 1990 18:26 | 16 |
| Quick note on:
> 1) SET DISP/CRE/TRAN=TCP
This shorthand may be confusing to novices. "TCPIP" may not be abbreviated.
Also, the node name is missing. An example abbreviated command is:
$ SET DISP/CREA/TRAN=TCPIP/NODE="uuuuuu"
where uuuuuu is the Internet node name.
> Should I be placing symbol definitions for my PC in
> DECW$PRIVATE_SERVER_SETUP.COM and then invoke DECW$STARTUP again.
What symbol definitions are you referring to?
|
2984.2 | the symbols are ... | KAOA12::DUFF | Peter Duff | Mon Jun 25 1990 22:36 | 28 |
|
Hi Peter,
Thanks for the quick reply. Sorry for the shorthand but I
was winging it from what I could remember doing at the
customer site.
The symbols I was referring to in DECW$PRIVATE_SERVER_SETUP
are:
DECW$SERVER_DENSITY
DECW$COLOR
DECW$BITONAL
DECW$DEVICE
DECW$DEFAULT_KEYBOARD_MAP
DECW$SERVER_TRANSPORTS
I believe I can let some of the default values apply.
Besides the method describe in note 2984.0 are there DCL
procedures for which I would need to modify/execute for
starting up the DECwindows on third party PC Xservers ?
Regards,
Peter
|
2984.3 | No symbols to define that I know of | STAR::VATNE | Peter Vatne, VMS Development | Tue Jun 26 1990 15:07 | 16 |
| Okay, of the symbols that you list, you will probably want to use the
defaults for all of them, except for DECW$SERVER_TRANSPORTS.
> DECW$SERVER_DENSITY
> DECW$COLOR
> DECW$BITONAL
> DECW$DEVICE
> DECW$DEFAULT_KEYBOARD_MAP
> DECW$SERVER_TRANSPORTS
I believe the monitor density on our PCs is 75 dpi, which is the default.
DECW$SERVER_TRANSPORTS needs to include TCPIP, but from the sound of
your description, the customer must already know that.
I will leave it to the PC experts out there to answer the question
on proper startup of DECwindows applications displaying to the PC.
|
2984.4 | | RANGER::PFEFFER | | Tue Jul 17 1990 15:34 | 18 |
|
You may want to post this query in the RANGER::PCDECWINDOWS notes
file.
As far as I know, all 3rd-part PC X servers require the user to
start applications from another terminal (or to run a terminal
emulator on the PC - TELNET - to invoke the application).
The PC DECwindows team decided that this was too much of a
kludge so we invented the "remote startup protocol." It is
simply a DECnet task-to-task communication with a named DECnet
task. The PC sends a request to start an application and also
sends it its address. The remote task forks the application -
and it starts to the PC. The "protocol" is actually being
enhanced by the MAC/X people.
Mike
|