Make sure X11-RUN fileset is installed.
To view the current settings of the environment variables, enter:
env | more
The DISPLAY environment variable is usually set in the .profile file for Korn and POSIX shells and in the .login file for the C shell as follows:
DISPLAY=hostname:0.0 (Korn and POSIX shell)
export DISPLAY
setenv DISPLAY hostname:0 (C Shell)
To view the current settings of the environment variables, enter:
env | more
The DISPLAY environment variable is usually set in the .profile file for Korn and POSIX shells and in the .login file for the C shell as follows:
DISPLAY=hostname:0.0 (Korn and POSIX shell)
export DISPLAY
setenv DISPLAY hostname:0 (C Shell)
No comments:
Post a Comment