git: b126b79b27d4 - main - vt(4): note that VGA palette configuration is not supported
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Mar 2022 16:56:50 UTC
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