I have downloaded and rpm'd the VNC package from IBM's AIX Toolbox for Linux Applications.
The install went great and I can now connect to the box. I went into my xstartup file and changed the twm to dtsession as so: #!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources Xsetroot - solid white /usr/dt/bin/dtsession & I need to know two things, and maybe one answer will kill both of my questions. I am starting the vncserver manually using the vncserver perl script. When I VNC to the box, I get a CDE desktop session and all is well. What I want to achieve is to have the user enter a VNC password, and before they get the desktop to have them get the CDE login screen (dtlogin). What do I need to do to get this? Second question is, how can I and what is the best way to auto start the vncserver? --Jim _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
