Date: Mon, 7 Mar 2022 16:26:12 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 60743980726c - stable/12 - vt(4): note that VGA palette configuration is not supported Message-ID: <202203071626.227GQCiV004275@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=60743980726c83edd1cb122a98dca00d9973e9d6 commit 60743980726c83edd1cb122a98dca00d9973e9d6 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-03-03 22:01:44 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-03-07 16:25:58 +0000 vt(4): note that VGA palette configuration is not supported PR: 261311 MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34431 (cherry picked from commit b126b79b27d479a3bd91e7f58f95ba8ce6b5655a) --- share/man/man4/vt.4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4 index bb31b1b18523..e057ca6e0351 100644 --- a/share/man/man4/vt.4 +++ b/share/man/man4/vt.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 14, 2022 +.Dd March 4, 2022 .Dt "VT" 4 .Os .Sh NAME @@ -225,6 +225,10 @@ HTML-like hex triplet. See .Sx EXAMPLES below. +.Pp +Note: The +.Nm +VGA hardware driver does not support palette configuration. .It Va kern.vt.fb.default_mode Set this value to a graphic mode to override the default mode picked by the .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071626.227GQCiV004275>