Re: orbbw (logo) default?
- In reply to: Graham Perrin : "orbbw (logo) default?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Jul 2022 06:46:05 UTC
tl;dr: doesn't look like that's still the case I recently went through the lua loader and looked at how things work. The drawer uses the colored orb by default if color is available and the black and white orb when it isn't: > https://cgit.freebsd.org/src/tree/stand/lua/drawer.lua#n470 For the colored logo, a png images is provided in /boot/images, and for non-framebuffer consoles an ascii fallback is provided, e.g. here: > https://cgit.freebsd.org/src/tree/stand/lua/gfx-orb.lua The bw version contains only an ascii version: > https://cgit.freebsd.org/src/tree/stand/lua/gfx-orbbw.lua On 25/07/2022 02:43, Graham Perrin wrote: > orbbw as the default was documented eleven years ago. > > Is this still true? I never saw a black-and-white version of the logo. > > <https://www.freebsd.org/cgi/man.cgi?query=beastie.4th&sektion=8&manpath=FreeBSD#DESCRIPTION> > > > <https://www.freebsd.org/cgi/man.cgi?query=loader.conf&sektion=5&manpath=FreeBSD#DEFAULTSETTINGS> > > > <https://cgit.freebsd.org/src/commit/?id=802e09ac9ee9473983514693e46d8f22012e7f1d> > > >