To disable generating the bell sound in FreeBSD at the console you can set the following sysctl in /etc/sysctl.conf:
hw.syscons.bell=0Unfortunately it does not work to set it in the bootloader (/etc/boot/loader.conf). However, if you're running under VMware there is another trick — add the following line to the .vmx configuration file of the VM in question:
mks.noBeep="TRUE"Alternatively you can add it to on of the following configuration files to make the change global for all your VM's:
- Linux: ~/.vmware/config
- Windows: C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini
No comments:
Post a Comment