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/sysv.xml

    r34774f49 r981b9fa6  
    3030                                                           ...  [DEVTMPFS_MOUNT]
    3131  <emphasis role='blue'>G</emphasis>raphics support ---&gt;
    32     <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
    33       &lt;*&gt; <emphasis role='blue'>S</emphasis>upport for frame buffer device drivers ---&gt;                      [FB]
     32    &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
     33                                                                      ...  [DRM]
     34    # If [DRM] is selected as * or M, this must be selected:
     35    [ /*]   <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
     36                                                      ...  [DRM_FBDEV_EMULATION]
    3437    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
    35       [*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                      [FRAMEBUFFER_CONSOLE]</screen>
     38      # If [DRM] is selected as * or M, this must be selected:
     39      [ /*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                    [FRAMEBUFFER_CONSOLE]</screen>
Note: See TracChangeset for help on using the changeset viewer.