Disabling the system bell / beep
Note: The following methods are untested (by me) to ensure clear instruction for usage, and were obtained from the thread listed at the bottom. Testing is on my list of things to do. Others are welcome to do so, and submit an update.
Console
To disable tab completion and backspace beeping (anything else?), while allowing system beeps (such as emerge output), add the following to /etc/inputrc:
Code: Select all
set bell-style noneCode: Select all
set bell-style visualCode: Select all
setterm -blength 0Code: Select all
setterm -blength 0 > /dev/vc/<num>Code: Select all
xset -bCode: Select all
xset b 0 0 0Code: Select all
xset -b b 0' to /etc/conf.d/local.startWith 2.6 kernels, a module can be used for the PC speaker.
Location:
Code: Select all
Device Drivers --->
Input device support --->
[*] Misc
< > PC Speaker support Code: Select all
/sbin/modprobe pcspkr
/sbin/rmmod pcspkr Compiled from [topic=12296]various threads[/topic], now merged.
