Re: this beeping makes me sick

2000-09-21 Thread Litwiniec Robert
QBA wrote: > > On Mon, Sep 18, 2000 at 02:10:54PM -0500, William Jensen wrote: > > xset b off & > > > > I have that in my .xinitc and it works like a charm. > > > > I run this xset b off & and still beeping. I even disabled 'Keyboard Bell' > in my Gnome control center and either no result. > Wher

Re: this beeping makes me sick

2000-09-19 Thread s. champ
hi. not sure if this has been answered yet, but this works for me: ( for inclusion in ~/.bashrc ) echo -e "\\33[10;20]" the '-e' has something to do with getting bash to understand escape-sequences such as the \\33 apparently indicates. ( 33 is the

Re: this beeping makes me sick

2000-09-19 Thread QBA
On Mon, Sep 18, 2000 at 02:10:54PM -0500, William Jensen wrote: > xset b off & > > I have that in my .xinitc and it works like a charm. > I run this xset b off & and still beeping. I even disabled 'Keyboard Bell' in my Gnome control center and either no result. Where can it be written? Thanks fo

Re: this beeping makes me sick

2000-09-19 Thread Marcus Crafter
Hi, if you're using bash (or any tool that uses readline), you can put the following in your ~/.inputrc set bell-style none That will turn it off. Check out the readline man page for more options. Cheers, Marcus On Tue, 19 Sep 2000, Juli

Re: this beeping makes me sick

2000-09-19 Thread Julio Merino
You can just modify the linux kernel to disable the beep support. I did this some time ago and then you won't listed that beep in any part of the system. Another way is to unplug it :) HTH On Mon, Sep 18, 2000 at 06:00:30PM +0200, QBA wrote: > Hi, > > I just want to turn off beeping in linux. I

Re: this beeping makes me sick

2000-09-18 Thread William Jensen
.org Subject: Re: this beeping makes me sick User-Agent: Mutt/1.2.2i On Mon, Sep 18, 2000 at 06:00:30PM +0200, QBA wrote: > Hi, > > I just want to turn off beeping in linux. It comes from the inner speaker > (not from my sound card and portable speakers) when I press arrow keys > in vi

Re: this beeping makes me sick

2000-09-18 Thread Peter Malewski
On Mon, Sep 18, 2000 at 06:00:30PM +0200, QBA wrote: > Hi, > > I just want to turn off beeping in linux. It comes from the inner speaker > (not from my sound card and portable speakers) when I press arrow keys > in vi (it's just an example) and the cursor can't go any further. > How am I to do it?

Re: this beeping makes me sick

2000-09-18 Thread Timothy H. Keitt
Try adding 'bell-style none' to /etc/inputrc T. QBA wrote: > > Hi, > > I just want to turn off beeping in linux. It comes from the inner speaker > (not from my sound card and portable speakers) when I press arrow keys > in vi (it's just an example) and the cursor can't go any further. > How am

Re: this beeping makes me sick

2000-09-18 Thread Andrei Ivanov
Unplug the speaker. Andrei