@related : Noise Fan FanLess Box

I am looking for solutions to get a 0 dB Computer ?

see: FanLess page

SOTWARE

configure

f=/etc/X11/xinit/xinitrc 
grep xset $f || echo "xset -b" >>  /etc/X11/xinit/xinitrc 
grep bell /etc/inputrc

# do not bell on tab-completion
# set bell-style none
set bell-style visible
sudo modprobe -rv pcspkr
grep pcspkr /etc/modprobe.d/*  || echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/blacklist.conf
# blacklist pcspkr
# 

sudo modprobe -rv snd_pcsp
grep snd_pcsp /etc/modprobe.d/*  || echo "blacklist snd_pcsp" | sudo tee /etc/modprobe.d/blacklist.conf
cat  /etc/modprobe.d/blacklist.conf
blacklist snd_pcsp
blacklist pcspkr
xset -b # on [[XWindow]]

sudo grep -r xset /etc/ | grep – '-b'

/etc/X11/xinit/xinitrc:xset -b
sudo grep -r blength /etc/ \
|| echo "setterm -blength 0" | sudo tee -a /etc/profile.d/vte-audio.sh

@TaG: ConfigurE InstalL

GnomE / GdM :

grep sound /etc/gdm3/greeter.gsettings 
# Disabling sound in the greeter
#[org.gnome.desktop.sound]
#event-sounds=false

@tag: BeeP Conf BelL AnnoY AvoiD DPMS

l="apache2 bitlbee dovecot ntpd"
for t in $l ; do  sudo update-rc.d -f $t remove ; done

EmacS :

(setq ring-bell-function 'ignore)

HARDWARE

"Water" Cooling

Power Supply :

silent.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki