home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9371 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.5 KB

  1. Xref: sparky comp.sys.hp:9371 comp.windows.x:15339
  2. Newsgroups: comp.sys.hp,comp.windows.x
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!ico!spatial!alek
  4. From: alek@spatial.com (Alek O. Komarnitsky)
  5. Subject: Re: X-Terminals logging into HP-UX
  6. Message-ID: <1992Aug13.235530.2250@spatial.com>
  7. Sender: usenet@spatial.com
  8. Organization: Spatial Technology, Inc. (Boulder, Colorado)
  9. References: <1992Aug11.160933.9042@hns.com> <Bsupyo.B6y@waterloo.hp.com>
  10. Date: Thu, 13 Aug 1992 23:55:30 GMT
  11. Lines: 42
  12.  
  13. In article <Bsupyo.B6y@waterloo.hp.com> hart@waterloo.hp.com (Tony Hart) writes:
  14. >kburrell@hns.com (Ken Burrell A-317) writes:
  15. >: 
  16. >: The question I have, does anyone have experience circumventing the HP VUE startup so that I get only the XDM equivalent portion controlling my X session?
  17. >: I have been experimenting with the /usr/lib/X11/vue/Vuelogin/Xsession file with mixed results at best. Any help would be appreciated. We are running HP-UX 8.07 with NCD 19c X-terminals.
  18. >
  19. >From the "HP System Administrator's Guide for the HP 700/RX":
  20. >
  21. >    To direct HP VUE to run an xdm .xsession script, use an editor to open the
  22. >    file /usr/lib/X11/vue/Vuelogin/Xsession and put one of the following sets
  23. >    of lines just before the section of code that reads
  24. >
  25. >    For example, to run the xdm .xsession script on an X station called xterm1,
  26. >    use 
  27. >
  28. >    case $DISPLAY in
  29. >    xterm1:0.0) startup=/usr/lib/X11/xdm/sys.xsession;;
  30. >    esac
  31.  
  32. Tony - have you ever tried this? [trick question!  ;-) ]
  33.  
  34. At least for us (HP710's w/HP-uX8.07 and B.03.00 X-server tape), the above
  35. did not work - I had to leave the  .0  off - i.e. 
  36.        xterm1:0) startup=/usr/lib/X11/xdm/sys.xsession;;
  37.  
  38. I tracked this down through the maze of startup files that are invoked;
  39. but can't remember how I figured it out. Despite this minor error, let
  40. me say that the overall documentation and setup of the HP X-terms is great!
  41.  
  42. Also, has enyone noticed that the initial clock (when running xdm) comes
  43. up in Eastern time. I believe this is because /etc/src/src.{c}sh is not
  44. executed, and so the time zone is not set. I got around this by adding
  45. a TZ=MST7MDT; export TZ  in /usr/lib/X11/xdm/sys.xsession  near the top.
  46.  
  47. Happy users of HP X-terminals,
  48.  
  49. Alek Komarnitsky                                      303-449-0649
  50. Software Tools Manager, Spatial Technology, Inc.      2425 55th Street, Bldg A
  51. alek@spatial.com                                      Boulder, CO 80301-5704
  52.  
  53. P.S. Tony: Can you give us any hints when local window manager/client
  54.      capability will be added to the 700/RX's?
  55.