Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VNC not displaying GUI

Status
Not open for further replies.

ksbrace

Programmer
May 13, 2000
501
US
Hello,
I'm on an AIX 5.3 box and I'm not sure why my vnc isn't displaying a gui. I have made a few changes to the xstartup and restarted the vncserver, but to no avail.
Would someone be able to tell me what my xstartup should look like? Thanks in advance!
Kelly
Code:
ORACLE>>vi xstartup       
"xstartup" 8 lines, 163 characters 
#!/bin/sh

#xrdb $HOME/.Xresources
#xsetroot -solid grey
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
#startkde
/usr/dt/bin/Xsession.vnc

 
oh by the way what is in the DISPLAY variable?

echo $DISPLAY

I think you should set the DISPLAY to your PC in order to get the gui!

for example:

export DISPLAY=192.168.1.10:0.0

just change this to your IP address

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top