The user has a number of choices:
- rmmod pcspkr, to disable all beeps (including X)
- vt.bell_enabled=0, to disable beeps on all VCs, but not X
- vt.default_bell_pitch=400, to give VC the frequency used in X
(400 is perceived less penetrant than 750)
They are still default, as in: they will define the initial
pitch/duration when a tty is created, or when the tty is reset.
If they were just 'bell_pitch', one culd assume that changing it
changes the pitch of all ttys, which it does not. Whether it's good
or not that the vc subsytem has per-tty pitches is a different story.
Well, that's what I am thinking about it.
-