home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9771 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  2.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!brown
  2. From: brown@hpfcso.FC.HP.COM (John Brown)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Colour X display corrupted by console writes on HP 710
  5. Message-ID: <7371269@hpfcso.FC.HP.COM>
  6. Date: 27 Aug 92 16:51:29 GMT
  7. References: <BtJB7y.IF8@csc.liv.ac.uk>
  8. Organization: Hewlett-Packard, Fort Collins, CO, USA
  9. Lines: 43
  10.  
  11. In comp.sys.hp, djn@csc.liv.ac.uk (David Nixon) writes:
  12.  
  13. > I have come across an annoying feature of the X display on our
  14. > new HP 710 colour work-stations: Programs which send messages to the console
  15. > device, such as the accounting system, overwrite the X display . This is not
  16. > the case with our HP 720 grey-scale work-stations. 
  17. > Summary:  X login screens, such as those created by VUE or Xdm can be messed
  18. > up by running standard system  accounting software on HP 710s under HP-UX 8-07.
  19.  
  20. You might want to consider creating a "console" hpterm window, as in:
  21.  
  22. hpterm -C -name console
  23.  
  24. The -C option tells hpterm to become the console, the -name option is just
  25. to let you know which hpterm is the console.  Then, any console messages 
  26. will be sent to that hpterm window instead of the "real" console device.
  27. This is fairly standard practice around here.
  28.  
  29. By the way, for this work properly your /usr/lib/X11/Xconsoles file should
  30. look something like this (that last line containing the "*" is what's 
  31. important, the rest is just comments):
  32.  
  33. # This file controls which displays on the local system are allowed to
  34. # redirect input and output from the system console, /dev/console.
  35. #
  36. # Refer to the hpterm(1) manual page for more information.
  37. #
  38. # The "*" allows all local displays to redirect console information.
  39. *
  40.  
  41. Hope this helps!
  42.  
  43. John Brown
  44. Hewlett-Packard
  45. User Interface Technology Division
  46. Fort Collins, CO
  47. ------------------------------------------------------------------------------
  48. This response does not represent the official position of, or statement by,
  49. the Hewlett-Packard Company.  The above data is provided for informational
  50. purposes only.  It is supplied without warranty of any kind.
  51. ------------------------------------------------------------------------------
  52.