|
The Question is:
How do we get the decwindows login screen
pointed at other xwindows besides the
builtin console? Eg. so our PC's and old
vaxstations can have login screens from
our alphas.
The Answer is :
This usually involves modifying SYS$MANAGER:DECW$PRIVATE_APPS_SETUP.COM
to avoid starting DECwindows locally (DECW$MAINAPP == "exit"), and using
the following commands:
$ set process/privilege=all
$ set display/create/node=name
$ define/job decw$display 'f$trnlnm("decw$display")'
$ run sys$system:decw$startlogin
|