home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9550 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.3 KB  |  56 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!ftpbox!mothost!schbbs!mel1.geg.mot.com!rick
  3. From: rick@mel1.geg.mot.com (Rick Rankin)
  4. Subject: Re: Can't get xdm to work - help wanted
  5. Organization: Motorola, Mech. Eng. Lab.
  6. Date: Thu, 10 Sep 1992 18:18:26 GMT
  7. Message-ID: <1992Sep10.181826.21305@schbbs.mot.com>
  8. Keywords: xdm
  9. References:  <alb.24.716133148@uvm.edu>
  10. Sender: news@schbbs.mot.com (Net News)
  11. Nntp-Posting-Host: 137.162.1.58
  12. Lines: 42
  13.  
  14. In article <alb.24.716133148@uvm.edu>, alb@uvm.edu (Allan L. Bazinet) writes:
  15. |> Would some kind soul please explain to me how to get xdm to work on AIX 3.2,
  16. |> X11R4?  The documentation is sketchy, and the support center doesn't do
  17. |> X windows, apparently.  My local SE does them even less :).
  18. |> 
  19. |> Basically, I've got the daemon running, and all of the config files are in
  20. |> /usr/lib/X11/xdm.  I have no entries in my Xservers file, as the system in
  21. |> question is a fileserver, and our Xterm 130's do XDMCP.  From my 
  22. |> understanding of the manpage, I don't need any entries with this 
  23. |> configuration.
  24. |> 
  25. |> I get a login window, and the login authentication works fine.  However, 
  26. |> after a successful login, there is a pause, a blink, and the login
  27. |> screen is presented again.  This can be repeated any number of times.
  28. |> 
  29. |> My config files are very plain-vanilla.  Rebooting the @#$%@% Xterm every
  30. |> time I log out is getting very old indeed; I'd like to get xdm working.
  31. |> 
  32. |> -------------------------------------
  33. |> Allan Bazinet, University of Vermont
  34. |> 'We look for things -- to make us go.'
  35.  
  36. I'm using the X11R5 version of xdm and I've not used the R4 version, so I'm not sure
  37. that my advice will apply to you, but here goes...
  38.  
  39. There should be a file in your home directory called "$HOME/.xsession".  This file
  40. contains various programs you want to have executed when the X server starts, similar
  41. to a .profile file.  When an error occurs, a file called ".xsession-errors" should be
  42. created in your home directory also.  Looking at this file may give you some clues as
  43. to what's happening.  If the .xsession file exists, it must be executable, i.e.,
  44.  
  45.     chmod a+x .xsession
  46.  
  47. If the .xsession file is not executable, it will result in exactly the symptom you
  48. describe.
  49.  
  50. I don't know if this will help, but good luck.
  51.  
  52. Rick Rankin
  53. Motorola
  54. 602-441-5726
  55. rick@mel1.geg.mot.com
  56.