Changeset 4d17d1ae


Ignore:
Timestamp:
07/10/2023 06:10:41 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
96a515a
Parents:
117b4e9
Message:

intel-{media,vaapi}-driver: Add kernel configuration sections

They are now out of graphical environment section, so let's make the
kernel configuration explicit.

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/intel-media-driver.xml

    r117b4e9 r4d17d1ae  
    104104
    105105    </sect2>
     106
     107    <sect2 role="kernel" id='intel-media-driver-kernel'>
     108      <title>Kernel Configuration</title>
     109
     110      <para>
     111        Enable the following options in the kernel configuration.
     112        Recompile the kernel if necessary:
     113      </para>
     114
     115<screen><literal>Device Drivers  ---&gt;
     116  Graphics support ---&gt;
     117   &lt;*/M&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
     118   &lt;*/M&gt; Intel 8xx/9xx/G3x/G4x/HD Graphics                   [CONFIG_DRM_I915]</literal></screen>
     119
     120      <indexterm zone="intel-media-driver intel-media-driver-kernel">
     121        <primary sortas="d-intel-media-driver">intel-media-driver</primary>
     122      </indexterm>
     123    </sect2>
     124
     125    <!-- TODO: It's said Gen9+ (Skylake or later) may need some firmwares. -->
    106126
    107127    <sect2 role="installation">
  • multimedia/libdriv/intel-vaapi-driver.xml

    r117b4e9 r4d17d1ae  
    7777    </sect2>
    7878
     79    <sect2 role="kernel" id='intel-vaapi-driver-kernel'>
     80      <title>Kernel Configuration</title>
     81
     82      <para>
     83        Enable the following options in the kernel configuration.
     84        Recompile the kernel if necessary:
     85      </para>
     86
     87<screen><literal>Device Drivers  ---&gt;
     88  Graphics support ---&gt;
     89   &lt;*/M&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
     90   &lt;*/M&gt; Intel 8xx/9xx/G3x/G4x/HD Graphics                   [CONFIG_DRM_I915]</literal></screen>
     91
     92      <indexterm zone="intel-vaapi-driver intel-vaapi-driver-kernel">
     93        <primary sortas="d-intel-vaapi-driver">intel-vaapi-driver</primary>
     94      </indexterm>
     95    </sect2>
     96
    7997    <sect2 role="installation">
    8098      <title>Installation of intel-vaapi-driver</title>
Note: See TracChangeset for help on using the changeset viewer.