Re: keyboard.bell.pitch=0 is invalid on Openbsd 3.7 Current

2005-07-20 Thread Andreas Kahari
That is correct. To disable the bell in X, use "xset b off" (see xset(1)). You could add the line "set bell-style visible" to ~/.inputrc to turn get a visible bell instead of an audible bell in applications that use the readline library (see readline(3)). See also the following post: http://marc

Re: keyboard.bell.pitch=0 is invalid on Openbsd 3.7 Current

2005-07-20 Thread Joel Dinel
On 7/20/05, edgar mortiz <[EMAIL PROTECTED]> wrote: > i tried disabling beep on my laptop via > > sysctl -w keyboard.bell.pitch=0 > > and i got an error saying > > sysctl: top level name keyboard in keyboard.bell.pitch is invalid That's because it's wsconsctl, not sysctl.

Re: keyboard.bell.pitch=0 is invalid on Openbsd 3.7 Current

2005-07-20 Thread Artur Grabowski
edgar mortiz <[EMAIL PROTECTED]> writes: > i tried disabling beep on my laptop via > > sysctl -w keyboard.bell.pitch=0 > > and i got an error saying > > sysctl: top level name keyboard in keyboard.bell.pitch is invalid Yes, that's fully expected. There is no such sysctl setting. You might

Re: keyboard.bell.pitch=0 is invalid on Openbsd 3.7 Current

2005-07-20 Thread edgar mortiz
Ugh! thanks for pointing me out .. no wonder I'm doing it wrong .. it needs to go to the wsconsctl.conf file =/ thanks john On 7/20/05, John Wright <[EMAIL PROTECTED]> wrote: > On Wed, Jul 20, 2005 at 07:16:22AM -0600, edgar mortiz wrote: > > i tried disabling beep on my laptop via > > > > sysc

Re: keyboard.bell.pitch=0 is invalid on Openbsd 3.7 Current

2005-07-20 Thread John Wright
On Wed, Jul 20, 2005 at 07:16:22AM -0600, edgar mortiz wrote: > i tried disabling beep on my laptop via > > sysctl -w keyboard.bell.pitch=0 > > and i got an error saying > > sysctl: top level name keyboard in keyboard.bell.pitch is invalid > > I'm using OpenBSD 3.7-current GENERIC #239 wsc

keyboard.bell.pitch=0 is invalid on Openbsd 3.7 Current

2005-07-20 Thread edgar mortiz
i tried disabling beep on my laptop via sysctl -w keyboard.bell.pitch=0 and i got an error saying sysctl: top level name keyboard in keyboard.bell.pitch is invalid I'm using OpenBSD 3.7-current GENERIC #239 regards, edgar