Changeset ca40dca


Ignore:
Timestamp:
11/30/2014 11:31:16 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8d99b03f
Parents:
0adeae0d
Message:

Modify Kernel Configuration instructions for Xorg drivers, to use the same
format as in the LFS Kernel page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15090 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0adeae0d rca40dca  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 29th, &year;">
     9<!ENTITY releasedate  "November 30, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r0adeae0d rca40dca  
    4646
    4747    <listitem>
     48      <para>November 30th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Change Kernel Configuration instructions
     52          layout for Xorg drivers (except Wacom) as part of ticket
     53          <ulink url="&blfs-ticket-root;5885">#5885</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4859      <para>November 29th, 2014</para>
    4960      <itemizedlist>
  • template/template.xml

    r0adeae0d rca40dca  
    133133
    134134<!-- Spaces are significant in <screen> sections -->
    135 <screen><literal>Master section:
    136   Subsection:
    137     Required Option: M or Y
    138     Incompatible option: N</literal></screen>
     135<screen><literal>Master section ---&gt;
     136  Subsection ---&gt;
     137    [*] Required option                          [CONFIG_REQU_OPT]
     138    <*> Required option (could be a module)      [CONFIG_REQU_OPT_MOD]
     139    [ ] Incompatible option                      [CONFIG_INCOMP_OPT]
     140    < > Incompatible option (even as module)     [CONFIG_INCOMP_OPT_MOD]</literal></screen>
    139141
    140142    <para>
    141143      Select the appropriate sub-options that appear when the above options are
    142       selected.
     144      selected. AS mauch as possible, the layout should be the same as in
     145      kernel menus.
    143146    </para>
    144147
  • x/installing/libevdev.xml

    r0adeae0d rca40dca  
    9797<screen><literal>Device Drivers  ---&gt;
    9898  Input device support ---&gt;
    99     Event interface: Y or M
    100     Miscellaneous devices  ---&gt;
    101       User level driver support: Y or M</literal></screen>
     99    &lt;*&gt; Generic input layer (needed for...) [CONFIG_INPUT]
     100    &lt;*&gt;   Event interface                   [CONFIG_INPUT_EVDEV]
     101    [*]   Miscellaneous devices  ---&gt;       [CONFIG_INPUT_MISC]
     102      &lt;*&gt;    User level driver support      [CONFIG_INPUT_UINPUT]</literal></screen>
    102103
    103104      <indexterm zone="libevdev libevdev-kernel">
  • x/installing/x7driver-ati.xml

    r0adeae0d rca40dca  
    4040      <note>
    4141        <para>
    42           For Direct Rendering to work with newer Radeon Cards (R300 and later chipsets),
    43           you need to enable the r300, r600 and radeonsi Gallium drivers at
    44           <xref linkend="mesalib"/> build time. Also, some cards require Firmware to be
    45           available when the kernel driver is loaded. Firmware can be obtained from
     42          For Direct Rendering to work with newer Radeon Cards (R300 and later
     43          chipsets), you need to enable the r300, r600 and radeonsi Gallium
     44          drivers at <xref linkend="mesalib"/> build time. Also, some cards
     45          require Firmware to be available when the kernel driver is loaded.
     46          Firmware can be obtained from
    4647          <ulink url="http://people.freedesktop.org/~agd5f/radeon_ucode/">
    47           this</ulink> site. See "Kernel Configuration for additional firmware" below.
     48          this</ulink> site. See <quote>Kernel Configuration for additional
     49          firmware</quote> below.
    4850        </para>
    4951      </note>
     
    108110
    109111      <para>
    110         Enable the following options in the kernel configuration and recompile the
    111         kernel if necessary:
     112        Enable the following options in the kernel configuration and recompile
     113        the kernel if necessary:
    112114      </para>
    113115
     
    115117  Graphics support ---&gt;
    116118    Direct rendering Manager ---&gt;
    117       ATI Radeon: Y or M</literal></screen>
     119      &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
     120      &lt;*&gt; ATI Radeon                                          [CONFIG_DRM_RADEON]</literal></screen>
    118121
    119122      <indexterm zone="xorg-ati-driver xorg-ati-driver-kernel">
  • x/installing/x7driver-cirrus.xml

    r0adeae0d rca40dca  
    9292  Graphics support ---&gt;
    9393    Direct rendering Manager ---&gt;
    94       Cirrus driver for QEMU emulated device: Y or M</literal></screen>
     94      &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
     95      &lt;*&gt; Cirrus driver for QEMU emulated device              [CONFIG_DRM_CIRRUS_QEMU]</literal></screen>
    9596
    9697      <indexterm zone="xorg-cirrus-driver xorg-cirrus-driver-kernel">
  • x/installing/x7driver-evdev.xml

    r0adeae0d rca40dca  
    8787      </para>
    8888    </sect3>
    89 <!--
     89<!-- No need to give kernel configuration here, since already done for
     90     libevdev. If for any reason you want to uncomment, this configuration
     91     is not complete.
    9092    <sect3 role="kernel" id="xorg-evdev-driver-kernel">
    9193      <title>Kernel Configuration</title>
     
    98100<screen><literal>Device Drivers  - - -&gt;
    99101  Input device support - - -&gt;
    100     Event interface: Y or M</literal></screen>
     102    <*> Generic input layer (needed ...) [CONFIG_INPUT]
     103    <*>   Event interface                [CONFIG_INPUT_EVDEV]</literal></screen>
    101104
    102105      <indexterm zone="xorg-evdev-driver xorg-evdev-driver-kernel">
  • x/installing/x7driver-intel.xml

    r0adeae0d rca40dca  
    9090
    9191    <para>
    92       Enable the following options in the kernel configuration and recompile the
    93       kernel if necessary:
     92      Enable the following options in the kernel configuration. Only one of
     93      the lines <quote>Intel I810</quote> or <quote>Intel 8xx/9xx...</quote>
     94      needs to be selected. If you select the latter, <quote>Enable
     95      modesetting...</quote> is needed too. Recompile the kernel if necessary:
    9496    </para>
    9597
     
    9799  Graphics support ---&gt;
    98100    Direct rendering Manager ---&gt;
    99       Intel I810: Y or M
    100       Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
    101         Enable modesetting on intel by default: Y</literal></screen>
     101      &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
     102      &lt;*&gt; Intel I810                                          [CONFIG_DRM_I810]
     103      &lt;*&gt; Intel 8xx/9xx/G3x/G4x/HD Graphics                   [CONFIG_DRM_I915]
     104      [*]   Enable modesetting on intel by default            [CONFIG_DRM_I915_KMS]</literal></screen>
    102105
    103106      <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
  • x/installing/x7driver-nouveau.xml

    r0adeae0d rca40dca  
    102102<screen><literal>Device Drivers  ---&gt;
    103103  Graphics support ---&gt;
    104     Direct Rendering Manager ---&gt;
    105       Nouveau (NVIDIA) cards: Y or M
    106         Support for backlight control: Y</literal></screen>
     104    Direct rendering Manager ---&gt;
     105      &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
     106      &lt;*&gt; Nouveau (NVIDIA) cards                              [CONFIG_DRM_NOUVEAU]
     107      [*]   Support for backlight control                     [CONFIG_DRM_NOUVEAU_BACKLIGHT]</literal></screen>
    107108
    108109      <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
  • x/installing/x7driver-vesa.xml

    r0adeae0d rca40dca  
    9595  Graphics support ---&gt;
    9696    Frame buffer Devices ---&gt;
    97       VESA VGA graphics support: Y</literal></screen>
     97      &lt;*&gt; Support for frame buffer devices ---&gt; [CONFIG_FB]
     98      [*] VESA VGA graphics support             [CONFIG_FB_VESA]</literal></screen>
    9899
    99100      <indexterm zone="xorg-vesa-driver xorg-vesa-driver-kernel">
  • x/installing/x7driver-vmware.xml

    r0adeae0d rca40dca  
    9191  Graphics support  ---&gt;
    9292    Direct Rendering Manager  ---&gt;
    93       DRM driver for VMware Virtual GPU: Y or M
    94         Enable framebuffer console under vmwgfx by default: Y</literal></screen>
     93      &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt;  [CONFIG_DRM]
     94      &lt;*&gt; DRM driver for VMware Virtual GPU                    [CONFIG_DRM_VMWGFX]
     95      [*]   Enable framebuffer console under vmwgfx by default [CONFIG_DRM_VMWGFX_FBCON]</literal></screen>
    9596
    9697      <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
Note: See TracChangeset for help on using the changeset viewer.