From owner-svn-src-all@freebsd.org Mon Apr 18 02:36:50 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81DE2B12A9A; Mon, 18 Apr 2016 02:36:50 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A73F14F0; Mon, 18 Apr 2016 02:36:50 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3I2anw1069690; Mon, 18 Apr 2016 02:36:49 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3I2anpU069689; Mon, 18 Apr 2016 02:36:49 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201604180236.u3I2anpU069689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Mon, 18 Apr 2016 02:36:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298176 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2016 02:36:50 -0000 Author: wblock (doc committer) Date: Mon Apr 18 02:36:49 2016 New Revision: 298176 URL: https://svnweb.freebsd.org/changeset/base/298176 Log: Add the kern.vt.enable_bell sysctl, which was not documented previously. Minor additional punctuation and wording changes. PR: 208785 Submitted by: david.marec@davenulle.org MFC after: 1 week Modified: head/share/man/man4/vt.4 Modified: head/share/man/man4/vt.4 ============================================================================== --- head/share/man/man4/vt.4 Mon Apr 18 00:28:25 2016 (r298175) +++ head/share/man/man4/vt.4 Mon Apr 18 02:36:49 2016 (r298176) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 20, 2014 +.Dd April 17, 2016 .Dt "VIRTUAL TERMINALS" 4 .Os .Sh NAME @@ -56,6 +56,7 @@ In .Cd kern.vt.kbd_reboot=1 .Cd kern.vt.kbd_debug=1 .Cd kern.vt.kbd_panic=0 +.Cd kern.vt.enable_bell=1 .Sh DESCRIPTION The .Nm @@ -122,7 +123,7 @@ driver. .Bl -tag -width MAXCONS .It Dv TERMINAL_NORM_ATTR= Ns Pa attribute .It Dv TERMINAL_KERN_ATTR= Ns Pa attribute -These options allow changing the default colors used for normal and kernel +These options change the default colors used for normal and kernel text. Available colors are defined in .In sys/terminal.h . @@ -212,14 +213,15 @@ backend. The mode is applied to all output connectors. This is currently only supported by the .Cm vt_fb -backend when it's paired with a KMS video driver. +backend when it is paired with a KMS video driver. .It Va kern.vt.fb.modes. Ns Pa connector_name Set this value to a graphic mode to override the default mode picked by the .Nm backend. This mode is applied to the output connector .Pa connector_name -only. It has precedence over +only. +It has precedence over .Va kern.vt.fb.default_mode . The names of available connector names can be found in .Xr dmesg 8 @@ -227,7 +229,7 @@ after loading the KMS driver. It will contain a list of connectors and their associated tunables. This is currently only supported by the .Cm vt_fb -backend when it's paired with a KMS video driver. +backend when it is paired with a KMS video driver. .El .Sh KEYBOARD SYSCTL TUNABLES These settings control whether certain special key combinations are enabled or @@ -255,6 +257,17 @@ Enable debug request key combination, us .It Va kern.vt.kbd_panic Enable panic key combination. .El +.Sh OTHER SYSCTL TUNABLES +These settings can be entered at the +.Xr loader 8 +prompt, set in +.Xr loader.conf 5 , +or changed at runtime with +.Xr sysctl 8 . +.Bl -tag -width indent +.It Va kern.vt.enable_bell +Enable the terminal bell. +.El .Sh FILES .Bl -tag -width /usr/share/vt/keymaps/* -compact .It Pa /dev/console