Julien BLACHE wrote:
Eugen Dedu <[EMAIL PROTECTED]> wrote:

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?

Same beep, the tone frequency is passed along to the beeper
device. Pommed doesn't use any of that, though.

Ok, attached the last version of README I propose. Feel free to modify it if you wish.

Cheers,
--
Eugen Dedu
6a7
>  - Doing beep
67c68,85
< 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.
> 
> 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*.
> 
> The X11 program xset ("xset b") controls bel volume, pitch and duration
> (from "man xset").  These values are sent to the beeper device.  Pommed
> doesn't use any of that, though.

Reply via email to