Ignore:
Timestamp:
12/05/2023 06:58:29 AM (7 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/systemd.xml

    r34774f49 r981b9fa6  
    4242    [*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace                 [DMIID]
    4343  <emphasis role='blue'>G</emphasis>raphics support ---&gt;
    44     <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
    45       &lt;*&gt; <emphasis role='blue'>S</emphasis>upport for frame buffer device drivers ---&gt;                      [FB]
     44    &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
     45                                                                      ...  [DRM]
     46    # If [DRM] is selected as * or M, this must be selected:
     47    [ /*]   <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
     48                                                      ...  [DRM_FBDEV_EMULATION]
    4649    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
    47       [*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                      [FRAMEBUFFER_CONSOLE]
     50      # If [DRM] is selected as * or M, this must be selected:
     51      [ /*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                    [FRAMEBUFFER_CONSOLE]
    4852
    4953<emphasis role='blue'>F</emphasis>ile systems ---&gt;
Note: See TracChangeset for help on using the changeset viewer.