Page MenuHomeFreeBSD

Dcoument 3630506b9dae - main - loader: implement framebuffer console
AbandonedPublic

Authored by cy on Jan 6 2021, 7:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 1:26 AM
Unknown Object (File)
Mon, Apr 15, 6:02 AM
Unknown Object (File)
Mon, Apr 8, 11:08 PM
Unknown Object (File)
Dec 20 2023, 2:56 AM
Unknown Object (File)
Nov 11 2023, 2:49 AM
Unknown Object (File)
Nov 7 2023, 2:39 AM
Unknown Object (File)
Nov 5 2023, 6:05 PM
Unknown Object (File)
Oct 10 2023, 1:46 AM
Subscribers
None

Details

Summary

This adds an UPDATING entry to document the loader textmode kenv rename in 3630506b9dae.

Making sure my verbiage is correct.

Test Plan

not required

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

cy requested review of this revision.Jan 6 2021, 7:52 PM
cy created this revision.
UPDATING
30

nono, kernel variable is there and with exactly the same semantics; it is used to control vt vga driver to have either text or gfx (640x480) mode.

the loader FB support did (ab)use hw.vga.textmode to enforce loader to text mode and that behavior is fixed by introducing screen.textmode for loader. That will leave hw.vga.textmode entirely as it was before the loader FB patch.

The loss of screen output is another issue and I plan to get it fixed soon (as I get confirmation if indeed font upload is guilty and disable it for now).

OK. I figured this was intentional.