> -----Original Message----- > From: Firstname Lastname [mailto:[EMAIL PROTECTED]] > I'm able to run vncserver on my solaris machine and run a viewer > on my windows NT machine and see a simple X desktop environment. > But, I would like to be able to see my CDE environment and can't > figure out what file to point my .vnc/xstartup at.
Yesterday, I answered http://www.sourcecodecorner.com/articles/vnc/linux.asp to the same question. It avoids the need to configure ~/.vnc/xstartup. On solaris, only need to configure /etc/services and /etc/inetd.conf and restart inetd. > > Also, when I do: > % vncserver -kill :1 > the server dies successfully but then my CDE environment is left > unresponsive to any keystrokes and I have to remotely login and > reboot the system to wake up my keyboard. Can anybody tell me > what is going on here? Thats because if you start cde from within cde, it needs to be hided perfectly. If not, you get problems like this. TO avoid it, I'd like to advice the above setup. If you definitly need a vncsession that you can reconnect to, best to login to the machien without cde (like from a telnet or an rlogin or even rsh) and start vnc. Detail, you can do telnet, rlogin or rsh to localhost: `rsh localhost vncserver`. To avoid the password prompt, add 'localhost' to your ~/.rhosts file. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
