Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rea93c11 r3864d23  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    274274
    275275      <varlistentry>
    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>
     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>
    288286        </listitem>
    289287      </varlistentry>
     
    325323    documentation in the <filename
    326324    class="directory">linux-&linux-version;/Documentation</filename> directory.
    327     Also, <ulink role='man' url='&man;modprobe.d.5'>modprobe.d(5)</ulink>
    328     may be of interest.</para>
     325    Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
    329326
    330327    <para>Unless module support has been disabled in the kernel configuration,
Note: See TracChangeset for help on using the changeset viewer.