[Bug 212822] Cannot set console font on FreeBSD 11.0-RC3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 20 06:55:56 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212822

--- Comment #1 from Sergey <kpect at protonmail.com> ---
Following options have been set inside GENERIC file both for FreeBSD 10.3 and
FreeBSD 11.0-RC3:

#device          vga                     # VGA video card driver
#options         VESA                    # Add support for VESA BIOS Extensions
(VBE)

#device          splash                  # Splash screen and screen saver
support

# syscons is the default console driver, resembling an SCO console
#device         sc
#options        SC_PIXEL_MODE           # add support for the raster text mode

# vt is the new video console driver
device          vt
device          vt_vga
device          vt_efifb
options         TERMINAL_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK)
options         TERMINAL_KERN_ATTR=(FG_RED|BG_BLACK)

device          agp                     # support several AGP chipsets

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list