HP OpenVMS Systemsask the wizard |
The Question is: How do I make the CDE tool bar come up on the middle head of a three-headed workstation? I don't want it to appear on screen 0; I want it to appear on screen 1. The Answer is :
Consider the following:
o Copy CDE$SYSTEM_COMMON:[APP-DEFAULTS.C]DTSESSION.DAT to
CDE$USER_COMMON:[APP-DEFAULTS.C], then SET PROTECTION=(w:re).
o Uncomment the line:
"Dtsession*wmStartupCommand: cde$system_defaults:[bin]dtwm"
o append "-display :0.1" to cause the CDE Window Manager to start on
screen one.
To select the transport, use -display :0.1 for screen 1. Use local:0.1
or unix:0.1 to select the shared memory or the TCP/IP transport.
|