Searched hist:babda0952f8355a89b3241d5e8943c7da0fa4f6b (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/i386/libi386/ |
H A D | vbe.c | diff babda0952f8355a89b3241d5e8943c7da0fa4f6b Wed Jan 06 12:46:34 CET 2021 Toomas Soome <tsoome@FreeBSD.org> loader: instead of hw.vga.textmode, use screen.textmode
hw.vga.textmode is directing VT VGA backend to use text mode.
The default screen mode for BIOS loader is text, and default screen mode for VT VGA backend is graphics (unless we are running on hypervisor or hw.vga.textmode is set to 1). Using hw.vga.textmode for loader does remove possibility to have graphical mode VT VGA with text mode loader.
screen.textmode can have possible values "0" to disable text mode, and "1" to set text mode.
|
/freebsd/stand/defaults/ |
H A D | loader.conf.5 | diff babda0952f8355a89b3241d5e8943c7da0fa4f6b Wed Jan 06 12:46:34 CET 2021 Toomas Soome <tsoome@FreeBSD.org> loader: instead of hw.vga.textmode, use screen.textmode
hw.vga.textmode is directing VT VGA backend to use text mode.
The default screen mode for BIOS loader is text, and default screen mode for VT VGA backend is graphics (unless we are running on hypervisor or hw.vga.textmode is set to 1). Using hw.vga.textmode for loader does remove possibility to have graphical mode VT VGA with text mode loader.
screen.textmode can have possible values "0" to disable text mode, and "1" to set text mode.
|