home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17660 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.belwue.de!news.uni-tuebingen.de!convex!coizi01
  3. From: coizi01@convex.zdv.uni-tuebingen.de (N. Zimmermann)
  4. Subject: xdm problems solved!
  5. Message-ID: <coizi01.722534063@convex>
  6. Summary: xdm problems solved
  7. Keywords: xdm Xdm X
  8. Sender: news@softserv.zdv.uni-tuebingen.de (News Operator)
  9. Organization: Comp. Center (ZDV) U of Tuebingen, FRG
  10. Date: Mon, 23 Nov 1992 15:54:23 GMT
  11. Lines: 26
  12.  
  13. Hi all,
  14.  
  15. I've finally solved my problems running xdm. The questions about
  16. xdm seemed to be FAQ, therefore... here's my personal solution:
  17.  
  18. * Use Xdm distribution from SLS.
  19. * Setup an emty .Xauthority for every user.
  20. * Uncomment the first line in /etc/inittab which spawns a getty on tty1.
  21. * Run xdm with the /usr/lib/X11/xdm/Xdm script from rc.local.
  22. * in rc.local use  doshell or a doshell like programm to connect 
  23.    /dev/tty1 to xdm. I've modified the original doshell.c from tsx-11
  24.    to run the Xdm  shellscript with 
  25.    execlp(argv[2], argv[2], argv[3], (char *) 0); 
  26.    where argv[3] is the Xdm shellscript. If you don't connect xdm
  27.    to a tty, then the window manager starts up, but no shell can be
  28.    spawned.
  29. * start xdm with -nodaemon option (in Xdm).
  30. * write in /usr/lib/X11/xdm/Xsession your favoutite startup applications
  31.     or use ~/.xsession for every user.
  32.  
  33. That's all (at least for me).
  34.  
  35. Norbert Zimmermann
  36. Institute of Organic Chemistry
  37. University of Tuebingen
  38. Germany
  39.