X Window Variables [ HP Motif/iX System Administrator's Supplement ] MPE/iX 5.0 Documentation
HP Motif/iX System Administrator's Supplement
X Window Variables
When a client application is invoked, it automatically searches for the
following user-defined variables:
Table B-1. X Window Environment Variables
-------------------------------------------------------------------------------------------------------------
| | |
| Variable | Description of Use |
| Name | |
| | |
-------------------------------------------------------------------------------------------------------------
| | |
| DISPLAY | Contains the address of the display to which |
| | the client will display its user interface. |
| | |
-------------------------------------------------------------------------------------------------------------
| | |
| XENVIRONMENT | Contains the full file name, including |
| | group and account, of the resource file used by a client. |
| | |
-------------------------------------------------------------------------------------------------------------
| | |
| XAPPLRESDIR | Contains the name of the group in which |
| | the resource file exists, if other than the logon group. |
| | |
-------------------------------------------------------------------------------------------------------------
It is your responsibility to create and assign the appropriate
information to these variables.
Example
You would like to run the application pizza and display its user
interface on an X display whose node name is HPMYDISP. Here is how you
use the environment variable DISPLAY to direct the output to that
display:
:SETVAR DISPLAY "HPMYDISP:0.0"
:RUN pizza
MPE/iX 5.0 Documentation