Chinaunix首页 | 论坛 | 博客
  • 博客访问: 952889
  • 博文数量: 102
  • 博客积分: 8134
  • 博客等级: 中将
  • 技术积分: 1072
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-21 15:30
文章分类

全部博文(102)

文章存档

2019年(1)

2018年(1)

2014年(1)

2013年(2)

2012年(1)

2011年(2)

2010年(5)

2009年(9)

2008年(10)

2007年(70)

分类: BSD

2007-11-21 16:21:48

原文链接:
Author: Michael BibbyDate: 2007.02.25
      --

=Console=
* 直接在命令行输入以下命令:

# ---- Turn off console beep ----

# wsconsctl keyboard.bell.pitch=0
# wsconsctl keyboard.bell.volume=0
数字0表示音量,你可以设置为某一个整数,以调整音量大小。

你可以将这两条命令写在 /etc/rc.local 里,让它们在系统启动之后就执行,也可以放在 /etc/wsconsctl.conf 中。

# ---- File: /etc/rc.local ----
# Append these two lines:
/sbin/wsconsctl keyboard.bell.pitch=0
/sbin/wsconsctl keyboard.bell.volume=0

# Add your local startup actions here.

echo '.'

# ---- File: /etc/wsconsctl.conf ----
# Append these lines:
keyboard.bell.pitch=0
keyboard.bell.volume=0

=X Console=
* 以下命令用于控制在 X-Window 里的终端模拟器的 beep 声音:
# ---- Turn off X console beep ----
# xset b off

# ---- Turn on X console beep ----
# xset b on

=See also=
* *

阅读(883) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~