Great, thanks Alan! I've followed this http://blogs.sun.com/timthomas/entry/a_simple_vnc_server_and - but there's one thing left I just can't seem to manage: [b] 6. Making the Session Persist
This may or may not be desirable for you, but if you want the VNC session to persist if you exit the VNC client then do the following: # svccfg -s xvnc-inetd svc:/application/x11/xvnc-inetd> editprop This take you into a vi session. Look for the line... #setprop inetd/wait = boolean: false Copy the line, uncomment it and set it to true. Save the file, exit svccfg and run the command... [/b] This just seems so easy, but changes aren't persistent. When the cfg instance launches, I add the line as required and type ZZ to save&quit. I then exit and refresh the service, but no change. When i re-enter the svccfg, the line I added is not there. What am I doing wrong? > CF wrote: > > G'day, > > I've set up xdmcp on m osol server, which I connect > to via Xming on WinXP. It seems, however, that I can > only start new sessions. For instance, if I logon > physically to the server and start some apps etc. and > then connect to it remotely, I can only logon to a > new session. > > This is rather unpractical. How can I configure the > machine, so that I only have one session at all time? > > X clients can't continue running once you disconnect > them from your X server, > and few clients are designed to move from one server > to another, so you can't > really do that with using XDMCP to set up a session > to display on your Xming > X server. > > It sounds like what you really want to do is run an > Xvnc server on the > OpenSolaris server, and have your X clients/session > connect to that, > then connect using a VNC viewer client from your XP > box when you want > to attach to that running session. > > -- > -Alan Coopersmith- > - alan.coopersmith at sun.com > Sun Microsystems, Inc. - X Window System > em Engineering > > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org -- This message posted from opensolaris.org
