AW: AW: AW: Adding --set to videoinfo to retrieve current video resolution

2022-12-14 Thread Markus Scholz
rkus Scholz Cc: The development of GNU GRUB Betreff: Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution Hi, On 2022/12/12 19:09, Markus Scholz wrote: > Hi, > > thank you again for your reply and explanation. Despite the different > focus, I am still looking fo

Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution

2022-12-12 Thread Markus Scholz
2022/12/6 22:17, Markus Scholz wrote: > > Hi Zhang, > > > > now I need to apologize for my very late reply.. sorry! > > I saw that you also went ahead as you said with committing the highdpi > patches. > > > > Anyways, regarding the high DPI question: > >

[PATCH 0/1] feat: add --set argument to videoinfo to write current resolution to grub env var

2022-12-06 Thread Markus Scholz
Hi, here is my attempt to provide the patch using git format-patch and git send-mail. This extends the videoinfo module to provide a --set argument which contains the currently active video resolution. Documentation could be extended as follows: Command: videoinfo [--set var | [WxH]xD] Retrie

[PATCH 1/1] feat: add --set argument to videoinfo to write current resolution to grub env var

2022-12-06 Thread Markus Scholz
--- grub-core/commands/videoinfo.c | 92 +++--- 1 file changed, 63 insertions(+), 29 deletions(-) diff --git a/grub-core/commands/videoinfo.c b/grub-core/commands/videoinfo.c index 5eb969748..75e3b4e9f 100644 --- a/grub-core/commands/videoinfo.c +++ b/grub-core/command

AW: AW: Adding --set to videoinfo to retrieve current video resolution

2022-12-06 Thread Markus Scholz
g Im Auftrag von Zhang Boyang Gesendet: Montag, 7. November 2022 08:56 An: Markus Scholz ; grub-devel@gnu.org Cc: phco...@gmail.com; pmen...@molgen.mpg.de; 'Daniel Kiper' Betreff: Re: AW: Adding --set to videoinfo to retrieve current video resolution Hi, Sorry for late reply... I think

AW: Adding --set to videoinfo to retrieve current video resolution

2022-10-24 Thread Markus Scholz
ank you Markus -Ursprüngliche Nachricht- Von: Daniel Kiper Gesendet: Donnerstag, 20. Oktober 2022 19:36 An: Markus Scholz Cc: grub-devel@gnu.org; phco...@gmail.com; pmen...@molgen.mpg.de; zhangboyang...@gmail.com Betreff: Re: Adding --set to videoinfo to retrieve current video resolution Adding

Adding --set to videoinfo to retrieve current video resolution

2022-10-12 Thread Markus Scholz
Dear Grub Developers, recently we faced the problem the author in this old thread faced: - https://lists.gnu.org/archive/html/grub-devel/2012-10/msg9.html Ie. our theme wouldn't display properly due to different screen resolutions. Hence, I wanted to change specifically the font size of our t