Ignore:
Timestamp:
12/06/2023 09:29:45 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
2576866
Parents:
73d91ac (diff), 7cce808 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r73d91ac r00de269  
    266266
    267267      <varlistentry>
    268         <term><parameter>Framebuffer Console support</parameter></term>
    269         <listitem>
    270           <para>This is needed to display the Linux console on a frame
    271           buffer device.  To allow the kernel to print debug messages at an
    272           early boot stage, it shouldn't be built as a kernel module
    273           unless an initramfs will be used. And, if
    274           <option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
    275           it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
    276           legacy fbdev support for your modesetting driver) should be
    277           enabled as well.</para>
     268        <term>
     269          <parameter>
     270            Enable legacy fbdev support for your modesetting driver
     271          </parameter> and
     272          <parameter>Framebuffer Console support</parameter>
     273        </term>
     274        <listitem>
     275          <para>These are needed to display the Linux console on a
     276          GPU driven by a DRI (Direct Rendering Infrastructure) driver.
     277          If <option>CONFIG_DRM</option> (Direct Rendering Manager) is
     278          enabled, you should enable these two options as well or you'll see
     279          a blank screen once the DRI driver is loaded.</para>
    278280        </listitem>
    279281      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.