[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text
From: |
Glenn Washburn |
Subject: |
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution |
Date: |
Tue, 2 Aug 2022 11:18:05 -0500 |
On Tue, 2 Aug 2022 17:39:13 +0200
Daniel Kiper <dkiper@net-space.pl> wrote:
> On Fri, Jul 22, 2022 at 02:16:33AM -0500, Glenn Washburn wrote:
> > This command is meant to behave similarly to the 'mode' command of the EFI
> > Shell application. In addition to allowing mode selection by giving the
> > number of columns and rows as arguments, the command allows specifying the
> > mode number to select the mode. Also supported are the arguments "min" and
> > "max", which set the mode to the minimum and maximum mode respectively as
> > calculated by the columns * rows of that mode.
> >
> > Signed-off-by: Glenn Washburn <development@efficientek.com>
>
> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
>
> I assume this patch evolved from earlier patch called "efi: Set text-mode
> console
> resolution to maximum supported" [1]. If that is true I will ignore it...
Yes, that patch can be ignored.
Glenn
>
> Thank you for adding this functionality.
>
> Daniel
>
> [1] https://lists.gnu.org/archive/html/grub-devel/2022-05/msg00029.html