home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 9235 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.4 KB  |  46 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usc!elroy.jpl.nasa.gov!ucla-cs!ucla-mic!pita.cns.ucla.edu!scott
  3. From: scott@pita.cns.ucla.edu (Scott Burris)
  4. Subject: Re: xdm and login 
  5. Message-ID: <scott.722536414@pita.cns.ucla.edu>
  6. Keywords: xdm /etc/ttys login
  7. Nntp-Posting-Host: pita.cns.ucla.edu
  8. References: <1992Nov23.154921.29674@Urmel.Informatik.RWTH-Aachen.DE>
  9. Date: 23 Nov 92 10:47:27 PST
  10. Lines: 34
  11.  
  12. kuku@acds.physik.rwth-aachen.de (Christoph Kukulies) writes:
  13.  
  14.  
  15. >I'm looking for a method to use xdm to come up on my system permanently
  16. >in a fashion similar to the way it's done on most systems, e.g. Ultrix:
  17.  
  18. I'm running with xdm permanently running now.  Modify /etc/ttys to run
  19. xdm instead of getty on the console.  Next, modify your xdm-config file
  20. to contain the following:
  21.  
  22. DisplayManager.daemonMode: false
  23.  
  24. This prevents xdm from detaching itself as a daemon.  If you fail to do
  25. this, init forks off many many copies of xdm, all of which try to start
  26. up X -- not a pretty sight, let me tell you from my own experience.
  27.  
  28. That's it.  I did see a note from someone a while ago with a recommendation
  29. to start xdm from a shell script something like this:
  30.  
  31. #! /bin/sh
  32. xdm
  33. stty raw
  34. sleep 99999999
  35.  
  36.  
  37. For some reason, this didn't work correctly for me.  I've had no problems
  38. so far with the first method.
  39.  
  40.  
  41. -- 
  42. ----------
  43. Scott Burris
  44. UCLA Campus Network Services
  45. cnetslb@oac.ucla.edu (310) 206-4860 - OR - scott@pita.cns.ucla.edu
  46.