Summary: | Cannot set console font on FreeBSD 11.0-RC3 | ||
---|---|---|---|
Product: | Base System | Reporter: | Sergey <kpect> |
Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | k-nike, pilot513 |
Priority: | --- | Keywords: | regression, vt |
Version: | 11.0-RC1 | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Sergey
2016-09-19 11:40:51 UTC
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 On FreeBSD 11.0-Release I'm not to set console fonts too ... (In reply to Sergey from comment #0) I solved the problem: echo "hw.vga.textmode=0" >> /boot/loader.conf The issue is solved. |