Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936596 - sys-boot/grub: Update grub.default-4 - GRUB_GFXMODE should mention grub-efi's videoinfo
Summary: sys-boot/grub: Update grub.default-4 - GRUB_GFXMODE should mention grub-efi's...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL: https://gitweb.gentoo.org/repo/gentoo...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-07-24 16:28 UTC by n3ph
Modified: 2024-08-08 16:29 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Update grub default comment on GRUB_GFXMODE to contain videoinfo for grub-efi (grub.default.patch,641 bytes, patch)
2024-07-24 16:38 UTC, n3ph
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description n3ph 2024-07-24 16:28:37 UTC
Since a longer time grub already supports efi-based systems. In regards to supported resolutions, the comment for GRUB_GFXMODE does only mention `vbeinfo` for grub-pc. We should mention `videoinfo` for grub-efi as well.   

Reproducible: Always

Steps to Reproduce:
grep -m 1 -B 3 GRUB_GFXMODE /etc/default/grub 
Actual Results:  
# The resolution used on graphical terminal.
# Note that you can use only modes which your graphic card supports via VBE.
# You can see them in real GRUB with the command `vbeinfo'.
#GRUB_GFXMODE=640x480

Expected Results:  
# The resolution used on graphical terminal.
# Note that you can use only modes which your graphic card supports via VBE.
# You can see them in real GRUB with the command `vbeinfo' for grub-pc, or `videoinfo` for grub-efi respectively.
#GRUB_GFXMODE=640x480
Comment 1 n3ph 2024-07-24 16:38:48 UTC
Created attachment 898275 [details, diff]
Update grub default comment on GRUB_GFXMODE to contain videoinfo for grub-efi

N/A
Comment 2 Larry the Git Cow gentoo-dev 2024-08-04 15:07:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e838bcee091ab342610d59feac08954a7667e1

commit 81e838bcee091ab342610d59feac08954a7667e1
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-08-04 15:06:03 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-08-04 15:06:03 +0000

    sys-boot/grub: update GRUB_GFXMODE description
    
    Closes: https://bugs.gentoo.org/936596
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-boot/grub/files/grub.default-4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 3 Emanuel Czirai 2024-08-08 14:31:09 UTC Comment hidden (offtopic)
Comment 4 Mike Gilbert gentoo-dev 2024-08-08 15:37:18 UTC Comment hidden (offtopic)
Comment 5 Emanuel Czirai 2024-08-08 16:29:14 UTC Comment hidden (offtopic)