Changeset 34e3e2d


Ignore:
Timestamp:
09/22/2022 04:11:00 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
b804521
Parents:
498e62a
git-author:
Xi Ruoyao <xry111@…> (09/22/2022 04:09:04 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/22/2022 04:11:00 AM)
Message:

grub UEFI setup: add CONFIG_DRM_FBDEV_EMULATION

It's needed for running Linux console on top of SimpleDRM.

Fixes #17112 at BLFS side. The issue is not limited to UEFI: if you
want to run the Linux console on any kernel modesetting driver, it's
needed. So we need to mention it in LFS as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    r498e62a r34e3e2d  
    130130  Graphics support ---&gt;
    131131    &lt;*&gt; Direct Rendering Manager                               [CONFIG_DRM]
     132    [*] Enable legacy fbdev support for your modesetting driver [CONFIG_DRM_FBDEV_EMULATION]
    132133    &lt;*&gt; Simple framebuffer driver                              [CONFIG_DRM_SIMPLEDRM]
    133134    Frame buffer Devices ---&gt;
     
    167168          <parameter>CONFIG_SYSFB_SIMPLEFB</parameter>,
    168169          <parameter>CONFIG_DRM</parameter>,
     170          <parameter>CONFIG_DRM_FBDEV_EMULATION</parameter>,
    169171          <parameter>CONFIG_DRM_SIMPLEDRM</parameter>,
    170172          <parameter>CONFIG_FB</parameter>, and
    171173          <parameter>CONFIG_FRAMEBUFFER_CONSOLE</parameter></term>
    172174        <listitem>
    173           <para>The combination of these options allows the kernel to
    174           print debug messages (along with Tux logos) at an early stage of
    175           the boot process with UEFI.  To ensure they are functional at that early
    176           stage, they shouldn't be built as kernel modules unless an
    177           initramfs will be used.</para>
     175          <para>The combination of these options provides the Linux console
     176          support on top of the UEFI framebuffer.  To allow the kernel to
     177          print debug messages at an early boot stage, they shouldn't be
     178          built as kernel modules unless an initramfs will be used.</para>
    178179        </listitem>
    179180      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.