Path: utzoo!attcan!utgpu!watmath!att!rutgers!ucsd!usc!snorkelwacker!bloom-beacon!lupine.UUCP!klein From: klein@lupine.UUCP Newsgroups: comp.windows.x Subject: Re: dwt Message-ID: <8911160213.AA00374@ramona.ncd.com> Date: 16 Nov 89 02:13:14 GMT References: <8911152224.AA14966@fermat.Mayo.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 27 Being a neophyte in X, I have to ask this question: how does one set up the .Xdefaults file to NOT startup the DEC session manager and instead startup something else (ie xsh). (Disclaimer - I obviously cannot speak for DEC, and am assuming that my friends there will correct any gross or not so gross errors in the following). This is not really an Xdefaults question. The session manager is getting started from /etc/ttys. You should have a line that looks like: :0 "/usr/bin/login -P /usr/bin/Xprompter -C /usr/bin/dxsession" ... Xprompter puts up the DIGITAL banner and the login window, and then the session manager (dxsession) is kicked off once the password validation is complete. The session manager starts up the window manager, (dxwm), and (optionally) starts a fileview and terminal window. If you wish to use the login process, and pick an alternative start up state, you could experiment with replacing the '/usr/bin/dxsession' in /etc/ttys. I have done such a thing with some simple shell scripts to get all of this working for remote servers (NCD X displays, in this case), with reasonable success. Doug klein@ncd.com