Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r3864d23 rea93c11  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    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><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>
     
    323325    documentation in the <filename
    324326    class="directory">linux-&linux-version;/Documentation</filename> directory.
    325     Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
     327    Also, <ulink role='man' url='&man;modprobe.d.5'>modprobe.d(5)</ulink>
     328    may be of interest.</para>
    326329
    327330    <para>Unless module support has been disabled in the kernel configuration,
Note: See TracChangeset for help on using the changeset viewer.