Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-03-22 Thread Daniel Kiper
On Fri, Mar 04, 2022 at 11:30:13AM +0100, Hans de Goede wrote: > Hi Daniel, > > On 1/28/22 12:43, Hans de Goede wrote: > > GRUB_MOD_INIT(normal) does an unconditional: > > > > grub_env_set ("color_normal", "light-gray/black"); > > > > which triggers a grub_term_setcolorstate() call. The original ve

Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-03-17 Thread Daniel Kiper
On Fri, Mar 04, 2022 at 11:30:13AM +0100, Hans de Goede wrote: > Hi Daniel, > > On 1/28/22 12:43, Hans de Goede wrote: > > GRUB_MOD_INIT(normal) does an unconditional: > > > > grub_env_set ("color_normal", "light-gray/black"); > > > > which triggers a grub_term_setcolorstate() call. The original ve

Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-03-04 Thread Daniel Kiper
On Fri, Mar 04, 2022 at 11:30:13AM +0100, Hans de Goede wrote: > Hi Daniel, > > On 1/28/22 12:43, Hans de Goede wrote: > > GRUB_MOD_INIT(normal) does an unconditional: > > > > grub_env_set ("color_normal", "light-gray/black"); > > > > which triggers a grub_term_setcolorstate() call. The original ve

Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-03-04 Thread Hans de Goede
Hi Daniel, On 1/28/22 12:43, Hans de Goede wrote: > GRUB_MOD_INIT(normal) does an unconditional: > > grub_env_set ("color_normal", "light-gray/black"); > > which triggers a grub_term_setcolorstate() call. The original version > of the "efi/console: Do not set text-mode until we actually need it"

Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-01-31 Thread Robbie Harwood
Javier Martinez Canillas writes: > Hello Hans, > > Thanks for the patch. > > On 1/28/22 12:43, Hans de Goede wrote: >> GRUB_MOD_INIT(normal) does an unconditional: >> >> grub_env_set ("color_normal", "light-gray/black"); >> >> which triggers a grub_term_setcolorstate() call. The original versio

Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-01-30 Thread Javier Martinez Canillas
Hello Hans, Thanks for the patch. On 1/28/22 12:43, Hans de Goede wrote: > GRUB_MOD_INIT(normal) does an unconditional: > > grub_env_set ("color_normal", "light-gray/black"); > > which triggers a grub_term_setcolorstate() call. The original version > of the "efi/console: Do not set text-mode un

[PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-01-28 Thread Hans de Goede
GRUB_MOD_INIT(normal) does an unconditional: grub_env_set ("color_normal", "light-gray/black"); which triggers a grub_term_setcolorstate() call. The original version of the "efi/console: Do not set text-mode until we actually need it" patch: https://lists.gnu.org/archive/html/grub-devel/2018-03/m