Date: Sat, 20 May 2023 14:46:34 +0200 From: Ralf Mardorf <ralf-mardorf@riseup.net> To: questions@freebsd.org Subject: Re: OT: How to disable the lights on modern case fans Message-ID: <2893d20f96f9bd0bb222f1951c9a6462e27b5c2c.camel@riseup.net> In-Reply-To: <CAFYkXjm_XAjyAA0v0f3k9ZkY%2BZA0R-e99TVvAw-=5ryUDy8__A@mail.gmail.com> References: <wu7mt1z94g1.fsf@bazooka.cs.ait.ac.th> <b54b2dc7529e677868212c6856d3e3ee60a12dab.camel@riseup.net> <CAFYkXjkYaFysoBBAFc7Nvi1W9oKhA7O6nYX8GJCdC3q3CZyXSg@mail.gmail.com> <01b6daea80ed677bef3d45f93197b8c3258d0f95.camel@riseup.net> <0bfab925748733a1f31ed958e2753b34cb8bc5ae.camel@riseup.net> <CAFYkXjm_XAjyAA0v0f3k9ZkY%2BZA0R-e99TVvAw-=5ryUDy8__A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2023-05-20 at 13:24 +0200, Tomek CEDRO wrote: > xset(1) ? Hi, the tested operating system is an Arch Linux install, since one is on my old computer and an identical copy of this Arch Linux install is on the new computer. On the old computer the default beep is an audible beep. On the new computer the default beep is a very silent click. Both are using the same settings. However, I haven't tested xset. Thank you for the pointer. I'm doing it now. =E2=80=A2 rocketmouse@archlinux ~=20 $ xset q | grep bell bell percent: 50 bell pitch: 400 bell duration: 100 =E2=80=A2 rocketmouse@archlinux ~=20 $ xset b 100 800 500 =E2=80=A2 rocketmouse@archlinux ~=20 $ printf "\a" =E2=80=A2 rocketmouse@archlinux ~=20 $ printf "\a" =E2=80=A2 rocketmouse@archlinux ~=20 $ xset q | grep bell bell percent: 100 bell pitch: 800 bell duration: 500 =E2=80=A2 root@archlinux /home/rocketmouse=20 # xset q | grep bell bell percent: 100 bell pitch: 800 bell duration: 500 =E2=80=A2 root@archlinux /home/rocketmouse=20 # sleep 1; printf "\a"; printf "\a"; printf "\a";printf "\a" =E2=80=A2 root@archlinux /home/rocketmouse=20 # sleep 1; printf "\a"; printf "\a"; printf "\a";printf "\a" =E2=80=A2 root@archlinux /home/rocketmouse=20 # xset b 100 400 100 =E2=80=A2 root@archlinux /home/rocketmouse=20 # xset q | grep bell bell percent: 100 bell pitch: 400 bell duration: 100 =E2=80=A2 root@archlinux /home/rocketmouse=20 # sleep 1; printf "\a"; printf "\a"; printf "\a";printf "\a" =E2=80=A2 root@archlinux /home/rocketmouse=20 # sleep 1; printf "\a"; printf "\a"; printf "\a";printf "\a" The room's window is open. To hear anything from the PC speaker I have to knee down to the opened computer case. What ever I do, I only get a way to silent click noise. The bell signals played by grub are very silent, but still loud enough and not just click noises. FWIW if somebody of you should ever be forced to migrate from your favourite bootloader to grub, too. There's no need to configure the configs that generate grub.cfg or to learn how to write those endless cryptic menu entries. Users are still free to write a simple and clear grub.cfg. =E2=80=A2 rocketmouse@archlinux ~=20 $ head -30 /boot/grub/grub.cfg play 1920 440 1 0 1 880 2 0 1 880 1 0 1 440 2 set timeout=3D60 set color_normal=3Dlight-gray/black set color_highlight=3Dwhite/light-gray set menu_color_normal=3Dlight-gray/black set menu_color_highlight=3Dwhite/light-gray set default=3D"1" insmod efi_gop menuentry " -- HAL 9000-m1 ------------------------------------------------= -----------------" { true } menuentry " MemTest86 V10+ Free" { search --set=3Droot --no-floppy --fs-uuid 3F5B-F698 chainloader /EFI/memtest86/memtestx64.efi } menuentry " -- Arch Linux -------------------------------------------------= -----------------" { true } menuentry " Arch Linux threadirqs" { search --no-floppy --set=3Droot --label m1.archlinux linux /boot/vmlinuz-linux root=3D/dev/disk/by-label/m1.archlinux ro= threadirqs ibt=3Doff ipv6.disable=3D1 initrd /boot/intel-ucode.img /boot/initramfs-linux.img } menuentry " Arch Linux" { search --no-floppy --set=3Droot --label m1.archlinux Regards, Ralf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2893d20f96f9bd0bb222f1951c9a6462e27b5c2c.camel>