Re: [PATCH 4/4] EFI: Do not set text-mode until we actually need it

2018-04-06 Thread Daniel Kiper
On Thu, Apr 05, 2018 at 08:05:47PM +0200, Hans de Goede wrote: > Hi, > > On 05-04-18 14:34, Daniel Kiper wrote: > >On Wed, Mar 28, 2018 at 04:50:28PM +0200, Hans de Goede wrote: > >>If we're running with a hidden menu we may never need text mode, so do not > >>change the video-mode to text until we

Re: [PATCH 4/4] EFI: Do not set text-mode until we actually need it

2018-04-05 Thread Hans de Goede
Hi, On 05-04-18 14:34, Daniel Kiper wrote: On Wed, Mar 28, 2018 at 04:50:28PM +0200, Hans de Goede wrote: If we're running with a hidden menu we may never need text mode, so do not change the video-mode to text until we actually need it. Signed-off-by: Hans de Goede --- grub-core/term/efi/c

Re: [PATCH 4/4] EFI: Do not set text-mode until we actually need it

2018-04-05 Thread Daniel Kiper
On Wed, Mar 28, 2018 at 04:50:28PM +0200, Hans de Goede wrote: > If we're running with a hidden menu we may never need text mode, so do not > change the video-mode to text until we actually need it. > > Signed-off-by: Hans de Goede > --- > grub-core/term/efi/console.c | 72 +++

[PATCH 4/4] EFI: Do not set text-mode until we actually need it

2018-03-28 Thread Hans de Goede
If we're running with a hidden menu we may never need text mode, so do not change the video-mode to text until we actually need it. Signed-off-by: Hans de Goede --- grub-core/term/efi/console.c | 72 +++- 1 file changed, 47 insertions(+), 25 deletions(-) diff --g