特殊:Badtitle/NS100:HowToDisableSystemBell

来自Ubuntu中文
Wikibot留言 | 贡献2009年5月18日 (一) 16:11的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :HowToDisableSystemBell/zh | | {{#ifexist: HowToDisableSystemBell/zh | | {{#ifeq: {{#titleparts:HowToDisableSystemBell|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:HowToDisableSystemBell|1|-1|}} | zh | | }}

Disabling the System Bell

You know that beep you get when press the wrong key in xterm? Well here is a mini-howto to get rid of the beep (system bell) if it annoys you.

KDE Notifications

In KDE the system bell can be turned off or on by: K Menu > System > System Settings TODO: Finish write up.

Gnome Notifications

TODO: Finish write up of Gnome section.

System-wide

You can stop the PC speaker from beeping by removing the PC speaker kernel module. To do so run the following command in a terminal:

sudo rmmod pcspkr

A more permanent way is to disable the loading of the PC speaker kernel module. Add the following line to your /etc/modprobe.d/blacklist file, to blacklist and stop the module for loading at boot:

blacklist pcspkr 

Thanks to the users who investigated this on the Ubuntu forums