[Bug 288947] kern.vt.color.xxx.rgb and locale don't wotk with "WITHOUT_LOADER_BIOS_TEXTONLY"
Date: Wed, 20 Aug 2025 17:38:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288947 --- Comment #1 from Kyle Evans <kevans@freebsd.org> --- Without having looked at how these tunables might be implemented, I wonder if this could be addressed by this stack: - https://reviews.freebsd.org/D50886 (stand: use a common function in gfx_fb for setting up teken colors) - https://reviews.freebsd.org/D50887 (stand: split fg/bg handling up a little further) - https://reviews.freebsd.org/D50888 (stand: add a mechanism to avoid env var propagation to kenv) The last one, in particular, avoids providing teken overrides of fg/bg colors if loader is using default colors rather than user-specified overrides. -- You are receiving this mail because: You are the assignee for the bug.