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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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">
Note: See TracChangeset for help on using the changeset viewer.