Hi,
"xset b" controls bel volume, pitch and duration (from "man xset").
Does it work on the same bell/beep as pommed, or these are different beeps?
Regards,
--
Eugen Dedu
--- /usr/share/doc/pommed/README 2008-01-23 14:33:31.000000000 +0100
+++ README 2008-02-11 10:28:18.000000000 +0100
@@ -4,6 +4,7 @@
- Kernel version requirements
- Supported machines
- Using pommed
+ - Doing beep
- Using gpomme and wmpomme
@@ -64,7 +65,21 @@
Using pommed
------------
-Launch pommed at startup, a simple init script will do.
+Launch pommed at startup, a simple init script will do. In the debian
+package this is done automatically, so you have nothing to do.
+
+
+Doing beep
+----------
+
+The beep works only if the uinput module is loaded. You can check if it
+is loaded with "lsmod | grep uinput". If it is not loaded, load it manually
+with "modprobe uinput" or automatically by putting it in /etc/modules (or
+something like this).
+
+How the beep works: Basically pommed creates an input device in userspace
+which handles beep events and the kernel happily passes them along, then all
+pommed have to do is ... well, *beep*.
Using gpomme and wmpomme