Re: Horrible console fonts in 11.0 stable

2017-03-11 Thread Ronald Klop
On Sat, 11 Mar 2017 19:38:33 +0100, Lars Eighner wrote: What is with the horrible console fonts in 11.0 stable? I have tried them all and they are each more hiddeous than the other. Is there anyway to get the VGA fonts back. I never want any characters outside of Latin I. Text programs

Re: Horrible console fonts in 11.0 stable

2017-03-11 Thread Eric A. Borisch
Follow the "Font Support" section of https://wiki.freebsd.org/Newcons for another option. More info on the terminus font here: http://terminus-font.sourceforge.net/ - Eric On Sat, Mar 11, 2017 at 12:39 PM Lars Eighner wrote: > What is with the horrible console fonts in 11.0 stable? I have tr

Re: Horrible console fonts in 11.0 stable

2017-03-11 Thread Eugene Grosbein
> Is there anyway to get the VGA fonts back. I never want any characters > outside of Latin I. > > Text programs are the only reason I use FreeBSD Have you tried putting "kern.vty=sc" to /boot/loader.conf to make kernel use traditional VGA text mode (syscons driver) and good old VGA fonts? __