home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / misc / 5275 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.2 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: Changing the beep sound on a SparcStation ?
  5. Message-ID: <15503@auspex-gw.auspex.com>
  6. Date: 15 Nov 92 21:55:35 GMT
  7. References: <VJ.92Nov11134929@dlsi.dl.ac.uk> <1992Nov12.133155.11640@einoed.in-berlin.de> <1992Nov15.173526.19077@uhura.neoucom.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 16
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >It would be neat to make a change to the console driver to enable
  14. >beeping through the audio device.
  15.  
  16. It might be neat, but it'd have no effect on SunView or on Open Windows
  17. (Open Windows calls the appropriate SunView function to ring the bell
  18. when it gets the XBell request).
  19.  
  20. If you have MIT X11 source, I think there exist patches to have it play
  21. a sound file rather than send the "bell on" and "bell off" commands to
  22. the keyboard.
  23.  
  24. If you have SunView source, you could hack the "-lsunwindow" shared
  25. library so that the "win_bell()" function uses the audio hardware; the
  26. X11/NeWS server is dynamically linked with that library, as are many
  27. SunView applications, so that'd do the trick.  Of course, most people
  28. don't have SunView source....
  29.