From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 03:22:08 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A069C426 for ; Tue, 17 Feb 2015 03:22:08 +0000 (UTC) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53817EA5 for ; Tue, 17 Feb 2015 03:22:08 +0000 (UTC) Received: by labhs14 with SMTP id hs14so32775428lab.1 for ; Mon, 16 Feb 2015 19:22:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6QesOXC2IVBUhzP5kWJdzh+UhunL3DJP5+ZgRzRQzf0=; b=K1JdeykbpTeG5lqTfIKMCWzaVg989dEf044zEk+yVXQGJWzkfIqFh185MEb9uB0pvs nDkGgKBxS07ID1BmpZxiTU8IEjdtA/9B/5q11KEUIw5gw/hhjOmLVfSTaQo7ehxfn+JF /XmLB0HenOvDgXOQ82gdzHuTez4F1jRLCfMLvvNXMnsEEzbnb7rL22leGe2yPkNFQUgz xmdtzm2hBpI0LuYV4Nmg7tWylFPiDp+Pw39iJ9ce46g1AEAqpBVMUhI/nrMMpx9WE11J sYGGpO7eCO6ZeOj/9pHKVJFNYcZtbjTd5Ec/h60loUgM4sHIggELlbz899NUGIoYgrSi RcuQ== MIME-Version: 1.0 X-Received: by 10.112.12.196 with SMTP id a4mr26659895lbc.8.1424143326033; Mon, 16 Feb 2015 19:22:06 -0800 (PST) Received: by 10.112.180.74 with HTTP; Mon, 16 Feb 2015 19:22:05 -0800 (PST) In-Reply-To: <20150217030323.GA29133@vash.rhavenn.local> References: <20150217030323.GA29133@vash.rhavenn.local> Date: Mon, 16 Feb 2015 21:22:05 -0600 Message-ID: Subject: Re: newcons and system bell? From: Nicholas Fleisher To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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 03:22:08 -0000 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...