Date: Fri, 4 Mar 2022 16:56:50 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b126b79b27d4 - main - vt(4): note that VGA palette configuration is not supported Message-ID: <202203041656.224GuoCt038444@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b126b79b27d479a3bd91e7f58f95ba8ce6b5655a commit b126b79b27d479a3bd91e7f58f95ba8ce6b5655a Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-03-03 22:01:44 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-03-04 16:56:39 +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 --- 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 0c18b605ee37..68ac90908636 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?202203041656.224GuoCt038444>