Changeset 217e54c9


Ignore:
Timestamp:
06/09/2022 06:40:19 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
b266362e
Parents:
8fcb69a
Message:

uefi: use simpledrmfb instead of efifb

efifb driver is considered "legacy" now. Tested this configuration on
my two UEFI systems.

File:
1 edited

Legend:

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

    r8fcb69a r217e54c9  
    125125Device Drivers ---&gt;
    126126  Firmware Drivers ---&gt;
     127    [*] Mark VGA/VBE/EFI FB as generic system framebuffer      [CONFIG_SYSFB_SIMPLEFB]
    127128    EFI (Extensible Firmware Interface) Support ---&gt;
    128129      &lt; &gt; EFI Variable Support via sysfs                       [CONFIG_EFI_VARS]
    129130      [*] Export efi runtime maps to sysfs                     [CONFIG_EFI_RUNTIME_MAP]
    130131  Graphics support ---&gt;
     132    &lt;*&gt; Direct Rendering Manager                               [CONFIG_DRM]
     133    &lt;*&gt; Simple framebuffer driver                              [CONFIG_SIMPLEDRM]
    131134    Frame buffer Devices ---&gt;
    132       Support for frame buffer devices ---&gt;                    [CONFIG_FB]
    133         [*] EFI-based Framebuffer support                      [CONFIG_FB_EFI]
     135      &lt;*&gt; Support for frame buffer devices ---&gt;                [CONFIG_FB]
    134136    Console display driver support ---&gt;
    135137      [*] Framebuffer Console support                          [CONFIG_FRAMEBUFFER_CONSOLE]
     
    161163
    162164      <varlistentry>
    163         <term><parameter>CONFIG_FB_EFI</parameter> and <parameter>CONFIG_FRAMEBUFFER_CONSOLE</parameter></term>
     165        <term>
     166          <parameter>CONFIG_SYSFB_SIMPLEFB</parameter>,
     167          <parameter>CONFIG_DRM</parameter>,
     168          <parameter>CONFIG_SIMPLEDRM</parameter>,
     169          <parameter>CONFIG_FB</parameter>, and
     170          <parameter>CONFIG_FRAMEBUFFER_CONSOLE</parameter></term>
    164171        <listitem>
    165           <para>The combination of these two options allows the kernel to
     172          <para>The combination of these options allows the kernel to
    166173          print debug messages (along with Tux logos) at the early stage of
    167           the boot process with UEFI.</para>
     174          the boot process with UEFI.  To ensure them functional at the early
     175          stage, they shouldn't be built as a kernel module unless an
     176          initramfs will be used.</para>
    168177        </listitem>
    169178      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.