Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: Xdm and Xkernels on sun3/50's Message-ID: <9009131544.AA12082@xenon.lcs.mit.edu> Date: 13 Sep 90 15:44:22 GMT References: <7548@star.cs.vu.nl> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 18 > How can I force the Xserver, running on a Xkernel sun3/50, to generate a > XDCMP "manage me" request ? The sample server doesn't generate XDMCP stuff unless you tell it to. This is because the usual way this server is started is by an xdm process running on the local machine. I use my VS2000 as an X terminal with XDMCP because it, like a Sun 3/50, is pretty much unusable as a real computer anymore. The server accepts command line arguments to turn on XDMCP: X -query This will cause the X server to continuously request management from that xdm host. If you'd like to only do one session at a time, you can add the -once option as well. The FM for the server describes these options in detail (mit/server/Xserver.man).