Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2022 08:46:05 +0200
From:      Florian Limberger <flo@snakeoilproductions.net>
To:        freebsd-current@freebsd.org
Subject:   Re: orbbw (logo) default?
Message-ID:  <e573cec7-477c-6cdf-f00a-5370a637a8db@snakeoilproductions.net>
In-Reply-To: <265ca3ee-6dd7-2a6d-d8e3-9f5afc3d3900@freebsd.org>
References:  <265ca3ee-6dd7-2a6d-d8e3-9f5afc3d3900@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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>; 
> 
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e573cec7-477c-6cdf-f00a-5370a637a8db>