Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 22:52:37 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Adam Vande More <amvandemore@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>, Ernie Luzar <luzar722@gmail.com>
Subject:   Re: Restoring sc console look and feel with vt
Message-ID:  <20170905225237.0276255a.freebsd@edvax.de>
In-Reply-To: <CA%2BtpaK2p4ThWBOLvVxU%2B3hjR-ssdg4a9J5KPqBcE2Nu2G5egQg@mail.gmail.com>
References:  <20170905151245.f592508c.freebsd@edvax.de> <59AEAD20.8050006@gmail.com> <20170905201840.ae6b53ee.freebsd@edvax.de> <CA%2BtpaK2jMnej28pzdnz7=VKoj9uv7M4rfE%2Brf_d70hLfkduvkg@mail.gmail.com> <20170905204920.2b709f7a.freebsd@edvax.de> <CA%2BtpaK2p4ThWBOLvVxU%2B3hjR-ssdg4a9J5KPqBcE2Nu2G5egQg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Sep 2017 14:13:04 -0500, Adam Vande More wrote:
> On Tue, Sep 5, 2017 at 1:49 PM, Polytropon <freebsd@edvax.de> wrote:
> 
> > I'll try to express better:
> >
> > When the system boots, the screen uses 80x25 characters. The
> > character size depends on the screen size of course. With sc,
> > I get "big letters" on a 21" CRT, as intended.
> >
> > When booting with vt, the system starts booting with the 80x25
> > mode, then switches to a font where I'd say the screen has
> > 160x100 characters (just a guess, I didn't count them actually).
> > Those are "small letters", even on a 21" CRT, too small for me
> > to be read conveniently.
> >
> > So what I need is a way to tell vt to display 80x25 characters
> > that "scale up", and generally make them look like the regular
> > sc text mode.
> >
> >
> >
> > > For the former, removing the previous advice from loader.conf would be
> > the
> > > first step.  Then you should be able to find an acceptable setting
> > > experimenting with vidcontrol eg resolution/fonts.
> >
> > With vidcontrol, I only get error messages. I think it ie tied
> > to sc? I also have no idea what font names to try...
> >
> 
>  Does your video hw requite kms? 

Which one doesn't? ;-)



> If so, when is it loaded?  It should
> loaded from loader.conf, not later.

Yes, I have those entries in /boot/loader.conf:

	kern.vty=vt
	hw.vga.textmode=1
	i915kms_load="YES"

The system has an on-board Intel GPU. The system boots with the
normal ("native") 80x25, then clears the screen upon kernel load,
continues for a short while in that mode, still 80x25, then lets
the screen flicker, and finally run at 133x52 (counted "manually")
which isn't sufficiently readable for me anymore. The mouse cursor
is even harder to spot...

But as I said, without vt + KMS, X doesn't work anymore. We seem
to live in modern times. ;-)



> You may need to explicitly define:
> 
> hw.vga.textmode=0
> 
> You can load fonts with:
> 
> vidcontrol -f <font_name>
> 
> Fonts should be located in:
> 
> /usr/share/vt/fonts/

Thanks for the pointer, I will try this now and report back about
the results.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170905225237.0276255a.freebsd>