From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 05:40:42 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44CF948E for ; Tue, 17 Feb 2015 05:40:42 +0000 (UTC) Received: from smtp116.ord1c.emailsrvr.com (smtp116.ord1c.emailsrvr.com [108.166.43.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD3AC2C for ; Tue, 17 Feb 2015 05:40:41 +0000 (UTC) Received: from smtp15.relay.ord1c.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp15.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 73D1F3801D9 for ; Tue, 17 Feb 2015 00:40:40 -0500 (EST) Received: by smtp15.relay.ord1c.emailsrvr.com (Authenticated sender: rhavenn-AT-rhavenn.net) with ESMTPSA id 0584D380154 for ; Tue, 17 Feb 2015 00:40:39 -0500 (EST) X-Sender-Id: rhavenn@rhavenn.net Received: from vash.rhavenn.local ([UNAVAILABLE]. [209.112.171.194]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:25 (trex/5.4.2); Tue, 17 Feb 2015 05:40:40 GMT Received: from localhost (vash.rhavenn.local [local]); by vash.rhavenn.local (OpenSMTPD) with ESMTPA id db5ee0f4; for ; Mon, 16 Feb 2015 20:40:38 -0900 (AKST) Date: Mon, 16 Feb 2015 20:40:38 -0900 From: Henrik Hudson To: freebsd-questions@freebsd.org Subject: Re: newcons and system bell? Message-ID: <20150217054038.GA29518@vash.rhavenn.local> References: <20150217030323.GA29133@vash.rhavenn.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 05:40:42 -0000 On Mon, 16 Feb 2015, Nicholas Fleisher wrote: > On Mon, Feb 16, 2015 at 9:03 PM, Henrik Hudson wrote: > > HP laptop (intel video and X11) running 10.1-REL-p5 and I can't get > > the system bell to stop beeping both in X and on the console. > > > > I'm running newcons for the DRM and X11 compatibility. > > > > I've tried editing /etc/rc.conf: > > keybell="off" > > > > I've tried: > > kbdcontrol -b quiet.off > > kbdcontrol -b off > > > > > > neither of which work. Any thoughts? Any ideas for tracking it down? > > Try the following in your .xinitrc to stop the beep in X: > xset b off > > my understanding is that disabling the console beep is implemented for > vt/newcons in the stable and/or current branches but not in any > release, but will be in 11 when it's released. Others can > confirm/disconfirm. I'm in the same position you are in: using vt > since I need it for my graphics card (Sandy Bridge). And it's great! > Except for the beeps... Thanks. That worked in X which is good enough. henrik