You are not logged in.
Pages: 1
Hello, I'm wondering if there is a way to disable the beeps that I'm hearing a lot of times when I use tab to complete something for me when working in the terminal?
Thanks for reading
Offline
If this is the audible bell, then edit ~/.Xdefaults and add
[termname]*vbell: True
That sets visual bell on, which turns audible bell off.
.oO Komodo Dave Oo.
Offline
Alternatively, you could put the pcspkr module on hwdetect's blacklist.
Offline
Alternatively, you could put the pcspkr module on hwdetect's blacklist.
That's a handy trick I didn't know about - what file's the blacklist in?
.oO Komodo Dave Oo.
Offline
Gullible Jones wrote:Alternatively, you could put the pcspkr module on hwdetect's blacklist.
That's a handy trick I didn't know about - what file's the blacklist in?
Try /etc/rc.conf's MOD_BLACKLIST variable
Offline
Komodo wrote:Gullible Jones wrote:Alternatively, you could put the pcspkr module on hwdetect's blacklist.
That's a handy trick I didn't know about - what file's the blacklist in?
Try /etc/rc.conf's MOD_BLACKLIST variable
Cheers smoon
.oO Komodo Dave Oo.
Offline
Does that work for the new initrd-scheme Arch uses nowadays? After a system boot I've got +100 loaded modules, most of them don't even apply to my system! If I paste those names in the MOD_BLACKLIST, will that prevent them from being loaded?
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
fubar no ide modules need to be disablen in mkinitrd.conf by adding your modules you need.
Offline
You could use xset and setterm to change the console bell properties and make it less loud or have a different pitch.
Offline
Does that work for the new initrd-scheme Arch uses nowadays? After a system boot I've got +100 loaded modules, most of them don't even apply to my system! If I paste those names in the MOD_BLACKLIST, will that prevent them from being loaded?
Enable autodetection in /etc/mkinitrd.conf:
AUTODETECT=1
Then specify the filesystems you use, by modules. For example, ext3 would be
FILESYSTEMS="jbd ext3"
Then remake the initrd and reboot, and all the cruft will be gone.
Offline
You could use xset and setterm to change the console bell properties and make it less loud or have a different pitch.
... or turn it off:
xset -b
Offline
What the hell is this? Nobody respects the beep? Have you not ever found it hand to use it when say you have an email client such as sylpheed to let you know when new mail arrives?
well I have something for all of ya:
echo -e "a"
Offline
Pages: 1