How to enable display on UNIX machines
Sometimes Display doesn't work automatically when you invoke runInstaller or any other executables. Please follow below steps
1) login as root
2) export DISPLAY=remote_desktop_ip:1.0
3) xhost +
If the access control is disabled
then login as the specified user
export DISPLAY=remote_desktop_ip:1.0
1) login as root
2) export DISPLAY=remote_desktop_ip:1.0
3) xhost +
If the access control is disabled
then login as the specified user
export DISPLAY=remote_desktop_ip:1.0
Comments