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

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
Last change on this file since efe8cf09 was cddcdb14, checked in by Xi Ruoyao <xry111@…>, 13 months ago

treewide: The remaining of kernel configuration rendering

  • Property mode set to 100644
File size: 3.9 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 <!-- Reuse the file of intel-media for same configuration -->
88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
89 href="intel-media-kernel.xml"/>
90
91 <indexterm zone="intel-vaapi-driver intel-vaapi-driver-kernel">
92 <primary sortas="d-intel-vaapi-driver">intel-vaapi-driver</primary>
93 </indexterm>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of intel-vaapi-driver</title>
98
99 <para>
100 Install the driver by running the following commands:
101 </para>
102
103<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Driver</segtitle>
123
124 <seglistitem>
125 <seg>
126 i965_drv_video.so
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133 </sect1>
Note: See TracBrowser for help on using the repository browser.