source: multimedia/libdriv/intel-vaapi-driver.xml@ 4d17d1ae

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 4d17d1ae was 4d17d1ae, checked in by Xi Ruoyao <xry111@…>, 10 months ago

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

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY intel-vaapi-driver-version "2.4.1">
8 <!ENTITY intel-vaapi-driver-download-http "https://github.com/intel/intel-vaapi-driver/releases/download/&intel-vaapi-driver-version;/intel-vaapi-driver-&intel-vaapi-driver-version;.tar.bz2">
9 <!ENTITY intel-vaapi-driver-download-ftp " ">
10 <!ENTITY intel-vaapi-driver-md5sum "073fce0f409559109ad2dd0a6531055d">
11 <!ENTITY intel-vaapi-driver-size "2.8 MB">
12 <!ENTITY intel-vaapi-driver-buildsize "97 MB">
13 <!ENTITY intel-vaapi-driver-time "0.3 SBU">
14]>
15
16 <sect1 id="intel-vaapi-driver" xreflabel="intel-vaapi-driver-&intel-vaapi-driver-version;">
17 <?dbhtml filename="intel-vaapi-driver.html"?>
18
19 <title>intel-vaapi-driver-&intel-vaapi-driver-version;</title>
20
21 <indexterm zone="intel-vaapi-driver">
22 <primary sortas="a-intel-vaapi-driver">intel-vaapi-driver</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to intel-vaapi-driver</title>
27
28 <para>
29 The <application>intel-vaapi-driver</application> package contains
30 a VA API driver for Intel GPUs that are provided with Haswell CPUs
31 and earlier.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&intel-vaapi-driver-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&intel-vaapi-driver-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &intel-vaapi-driver-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &intel-vaapi-driver-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &intel-vaapi-driver-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &intel-vaapi-driver-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">intel-vaapi-driver Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libva"/>
75 </para>
76
77 </sect2>
78
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
97 <sect2 role="installation">
98 <title>Installation of intel-vaapi-driver</title>
99
100 <para>
101 Install the driver by running the following commands:
102 </para>
103
104<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Driver</segtitle>
124
125 <seglistitem>
126 <seg>
127 i965_drv_video.so
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 </sect2>
133
134 </sect1>
Note: See TracBrowser for help on using the repository browser.