mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
9e19888e49
BellD is a small daemon for replacing the standard X Window System terminal bell with a more interesting set of sounds. This is useful for systems where the terminal bell is handled by the "PC Speaker," or where different sounds are desired for different classes of X clients. XBellD works by intercepting terminal bell requests on the server side, and then playing user-specified sounds through a PCM capable soundcard. The resource class of the client making a terminal bell request is used to match a corresponding sound file which should be played when such a request is made. WWW: http://www.meowfishies.com/xbelld.rhtml PR: ports/71815 Submitted by: Nosov Artem <chip-set@mail.ru>
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
+-----------------------------------------------------------------
|
|
|
|
You need to have an X server with the "DEC-XTRAP" module loaded.
|
|
In example, an XFree86 configuration file might contain the
|
|
following "Modules" section:
|
|
|
|
Section "Module"
|
|
...
|
|
|
|
# DEC-XTRAP extension module.
|
|
Load "xtrap"
|
|
EndSection
|
|
|
|
-----------------------------------------------------------------+
|