OpenBSD学习必看

OpenBSD的安装、升级、更新等日常问题。

版主: chenjun天地乾坤

回复
f5b
锆 Zr
帖子: 642
注册时间: 2011-10-22 20:43

OpenBSD学习必看

帖子 f5b » 2021-05-15 10:51

https://dataswamp.org/~solene/2021-05-0 ... arted.html

这篇文章中提到

1. 如何去掉恼人的喇叭声,在笔记本上用OpenBSD必然遭遇。
2. OpenBSD没有好用的nVidia显卡驱动,请注意。

基本上,学习OpenBSD

1. man 非常详尽,比google好用。
2. FAQ也有不少信息。
3. 这个网站喋喋不休https://dataswamp.org/~solene
4. 关注新闻https://www.dragonflydigest.com/https://bsdweekly.com/
5. 还有这个社区https://bsd.network/


剩下的交给时间了

今天发现一个非常全面的列表Curated list of resources about OpenBSD
https://github.com/ligurio/awesome-openbsd

头像
unreal
银 Ag
帖子: 1072
注册时间: 2010-06-07 18:52

Re: OpenBSD学习必看

帖子 unreal » 2021-05-18 16:39

1. 如何去掉恼人的喇叭声,在笔记本上用OpenBSD必然遭遇。
这什么情况?我用OB也10年以上了,用过龙芯本、dell本、thinkpad X、asus上网本,没遇到喇叭声。
2. OpenBSD没有好用的nVidia显卡驱动,请注意。
这是核弹老黄的问题。Linux 的 n卡驱动也一样难搞。

f5b
锆 Zr
帖子: 642
注册时间: 2011-10-22 20:43

Re: OpenBSD学习必看

帖子 f5b » 2021-10-21 10:04

没想到有个非常全面的列表

https://github.com/ligurio/awesome-openbsd

头像
unreal
银 Ag
帖子: 1072
注册时间: 2010-06-07 18:52

Re: OpenBSD学习必看

帖子 unreal » 2021-10-21 20:47

在OS上跑程序其实是多余操作,直接硬件裸机写程序跑得飞起~

头像
xwyqi
钛 Ti
帖子: 25
注册时间: 2023-09-23 17:08

Re: OpenBSD学习必看

帖子 xwyqi » 2023-09-23 17:46

unreal 写了:
2021-05-18 16:39
1. 如何去掉恼人的喇叭声,在笔记本上用OpenBSD必然遭遇。
这什么情况?我用OB也10年以上了,用过龙芯本、dell本、thinkpad X、asus上网本,没遇到喇叭声。
文中的 xset b off 命令可以在使用 Xorg 时用 fvwm 等窗口管理器的时候没有喇叭声,至于什么时候会出现,大概在使用命令关机时和在 xterm 删除空字符时会响起来。在不用 Xorg 的控制台也会响。
喇叭声貌似不适用于不带蜂鸣器的电脑,我在虚拟机上测试就不会响,在备用机的 OB 上倒是会响。

头像
unreal
银 Ag
帖子: 1072
注册时间: 2010-06-07 18:52

Re: OpenBSD学习必看

帖子 unreal » 2023-09-25 22:12

多谢楼上兄台解惑~~

f5b
锆 Zr
帖子: 642
注册时间: 2011-10-22 20:43

Re: OpenBSD学习必看

帖子 f5b » 2023-10-16 22:00

喇叭问题,自己的笔记

https://www.reddit.com/r/openbsd/commen ... s/drv2iz8/

1. 没有X的时候,volume=0 才能关闭(即使volume=1 结果都是最大声的)

直接关闭的方法
wsconsctl keyboard.bell.volume=0

I too prefer volume=0 but you can also change the frequency and duration using the method /u/rufwoof suggests. Check out

# wsconsctl -a | grep bell

where you can set the pitch and period in addition to the volume in case you like a little audio indicator but want to tweak it from a loud jarring beep to a short subtle low click.

edit: You can also change them on the fly without needing to reboot to pick up the /etc/wsconsctl.conf settings by just using # wsconsctl keyboard.bell.volume=0 on the command-line and tweaking whichever settings you want until you're satisfied; then write those settings to your /etc/wsconsctl.conf file

# wsconsctl -a | grep keyboard.bell >> /etc/wsconsctl.conf



2. 如果启动X界面,必须

You can set the bell on, off or to a volume level i.e. xset b 80

xset b on
xset b off
xset b 80

头像
xwyqi
钛 Ti
帖子: 25
注册时间: 2023-09-23 17:08

Re: OpenBSD学习必看

帖子 xwyqi » 2023-10-17 0:04

f5b 写了:
2023-10-16 22:00
喇叭问题,自己的笔记

https://www.reddit.com/r/openbsd/commen ... s/drv2iz8/

1. 没有X的时候,volume=0 才能关闭(即使volume=1 结果都是最大声的)

直接关闭的方法
wsconsctl keyboard.bell.volume=0

I too prefer volume=0 but you can also change the frequency and duration using the method /u/rufwoof suggests. Check out

# wsconsctl -a | grep bell

where you can set the pitch and period in addition to the volume in case you like a little audio indicator but want to tweak it from a loud jarring beep to a short subtle low click.

edit: You can also change them on the fly without needing to reboot to pick up the /etc/wsconsctl.conf settings by just using # wsconsctl keyboard.bell.volume=0 on the command-line and tweaking whichever settings you want until you're satisfied; then write those settings to your /etc/wsconsctl.conf file

# wsconsctl -a | grep keyboard.bell >> /etc/wsconsctl.conf



2. 如果启动X界面,必须

You can set the bell on, off or to a volume level i.e. xset b 80

xset b on
xset b off
xset b 80
感谢解惑,我也记录一下该方法。

回复

在线用户

正浏览此版面之用户: 没有注册用户 和 9 访客