commit: 81e838bcee091ab342610d59feac08954a7667e1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 15:06:03 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 15:06:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e838bc
sys-boot/grub: update GRUB_GFXMODE description Closes: https://bugs.gentoo.org/936596 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-boot/grub/files/grub.default-4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-boot/grub/files/grub.default-4 b/sys-boot/grub/files/grub.default-4 index 35d3060137a9..74f5d10aea3b 100644 --- a/sys-boot/grub/files/grub.default-4 +++ b/sys-boot/grub/files/grub.default-4 @@ -34,9 +34,9 @@ GRUB_DISTRIBUTOR="Gentoo" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console -# 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'. +# Resolution used on graphical terminal. +# The list of valid modes may be obtained using the 'vbeinfo' (PC BIOS) or +# 'videoinfo' (EFI) command from a GRUB boot prompt. #GRUB_GFXMODE=640x480 # Set to 'text' to force the Linux kernel to boot in normal text
