[lfs] 02/02: non-x86-efi: drop references to VESA
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch xry111/non-x86-efi in repository lfs. commit d2fa62d19b44cf4fe47d9f509c395850223c059f Author: Xi Ruoyao <[email protected]> AuthorDate: Sun Apr 5 18:26:49 2026 +0800 non-x86-efi: drop references to VESA Another x86-only thing. --- chapter10/grub.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/chapter10/grub.xml b/chapter10/grub.xml index 306657669..db5c0aece 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -198,11 +198,8 @@ insmod ext2 set root=(hd0,2) -# For UEFI insmod efi_gop -set gfxpayload=1024x768x32 - menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" { linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro }</literal> @@ -228,15 +225,6 @@ EOF</userinput></screen> configurations. </para> - <para> - The <command>set gfxpayload=1024x768x32</command> command sets the - resolution and color depth of the VESA framebuffer to be passed to the - kernel. It's necessary for the kernel SimpleDRM driver to use the - VESA framebuffer. You can use a different resolution or color depth - value which better suits for your monitor. This line does nothing - when the system is booted via UEFI, but it does no harm anyway. - </para> - <note> <para>The GRUB designator for a partition may change if you added or removed some disks (including removable disks like USB thumb devices). -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page