How to set DISPLAY ON IBM AIX 5.3
If you are not able to get any display when you execute any executable on IBM AIX command prompt. Please follow below steps :-
Execute below command on server side :--
1) startsrc -s dtsrc (This is to run startx)
Output :- startxPlease wait - starting your session
2) Check the processes of X server :-
ps -ef grep Xroot
3) Now run xinit command:
xinit
Check out these things with the server :--
1) Set the environment variable DISPLAY
export DISPLAY=desktop_ip:1.0;
Comments