Ignore:
Timestamp:
12/05/2023 06:58:29 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
31a9142
Parents:
34774f49
git-author:
Xi Ruoyao <xry111@…> (12/05/2023 06:55:45 AM)
git-committer:
Xi Ruoyao <xry111@…> (12/05/2023 06:58:29 AM)
Message:

kernel-config: Drop FB

In Linux 6.6 DRM_FBDEV_EMULATION no longer depends on FB, so we no
longer need to select FB (tested in a QEMU VM).

But if DRM is selected, we must select both DRM_FBDEV_EMULATION and
FRAMEBUFFER_CONSOLE or we'll see only blank screen. And now
FRAMEBUFFER_CONSOLE is not selected by default, be warned!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r34774f49 r981b9fa6  
    274274
    275275      <varlistentry>
    276         <term><parameter>Framebuffer Console support</parameter></term>
    277         <listitem>
    278           <para>This is needed to display the Linux console on a frame
    279           buffer device.  To allow the kernel to print debug messages at an
    280           early boot stage, it shouldn't be built as a kernel module
    281           unless an initramfs will be used. And, if
    282           <option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
    283           it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
    284           legacy fbdev support for your modesetting driver) should be
    285           enabled as well.</para>
     276        <term>
     277          <parameter>
     278            Enable legacy fbdev support for your modesetting driver
     279          </parameter> and
     280          <parameter>Framebuffer Console support</parameter>
     281        </term>
     282        <listitem>
     283          <para>These are needed to display the Linux console on a
     284          GPU driven by a DRI (Direct Rendering Infrastructure) driver.
     285          If <option>CONFIG_DRM</option> (Direct Rendering Manager) is
     286          enabled, you should enable these two options as well or you'll see
     287          a blank screen once the DRI driver is loaded.</para>
    286288        </listitem>
    287289      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.