From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 01:56:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF66416A4CE for ; Thu, 10 Jun 2004 01:56:53 +0000 (GMT) Received: from ford-prefect.net (ford-prefect.net [64.81.33.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8202F43D39 for ; Thu, 10 Jun 2004 01:56:53 +0000 (GMT) (envelope-from zeus@ix.netcom.com) Received: from amd1700 (huey [192.168.0.2]) by ford-prefect.net (8.12.8/8.12.8) with ESMTP id i5A1uQQ2012884; Wed, 9 Jun 2004 18:56:26 -0700 From: "Bob Hockney" To: "Kevin D. Kinsey, DaleCo, S.P." , freebsd-questions@freebsd.org Date: Wed, 09 Jun 2004 18:56:26 -0700 MIME-Version: 1.0 Message-ID: <40C75D5A.26409.35E71240@localhost> Priority: normal In-reply-to: <40C71FAB.6000205@daleco.biz> References: <40C6B8EA.28524.3364AFCC@localhost> X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: How to turn off keyboard bell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 01:56:53 -0000 Kevin D. Kinsey, DaleCo, S.P. wrote: > Bob wrote: > > >Hi there, > > > >I'm having a difficult time turning off the keyboard bell. I have tried > >kbdcontrol -b off and setting keybell="NO" in rc.conf, but this only shortens > >it down to a chirp. If I set kbdcontrol -b visual, then the audible bell goes > >away completely and I get a flashing screen instead. What am I missing here? > >How can I turn the bell off completely? This is on a fresh install of 4.9. > > > >-Bob > > > > > > Using tcsh as shell: > > $set nobeep > > Don't know about sh/bash and friends... For those that may be interested, in sh/bash (or actually readline), it is done with "set bell-style none" in inputrc. But this still doesn't affect programs that don't use readline. -Bob