How do I redirect display in Tru64?

On Tru64 the default display is defined by the environment variable display. In shell it can be set as in the following example.

DISPLAY=192.168.2.12:0.0
export DISPLAY

The redirection can be checked by running a simple application like xclock:

xlock

As the result a clock should appear on the screen 0 at 192.168.2.12