source: x/installing/libvdpau-va-gl.xml@ e5324803

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 58c3bfd, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Put packages.ent in book order

Also move Some Xorg driver entities to their respective files, since
this is what is done for the majority of Xorg drivers.

  • Property mode set to 100644
File size: 5.7 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 libvdpau-va-gl-version "0.4.0">
8
9 <!ENTITY libvdpau-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/archive/v&libvdpau-va-gl-version;/libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz">
10 <!ENTITY libvdpau-va-gl-download-ftp " ">
11 <!ENTITY libvdpau-va-gl-md5sum "638244652a702d0262039890904f37ce">
12 <!ENTITY libvdpau-va-gl-size "120 KB">
13 <!ENTITY libvdpau-va-gl-buildsize "3.4 MB">
14 <!ENTITY libvdpau-va-gl-time "less than 0.1 SBU">
15]>
16
17 <sect2 id="libvdpau-va-gl" xreflabel="libvdpau-va-gl-&libvdpau-va-gl-version;">
18
19 <sect2info>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>libvdpau-va-gl-&libvdpau-va-gl-version;</title>
24
25 <indexterm zone="libvdpau-va-gl">
26 <primary sortas="a-libvdpau-va-gl">libvdpau-va-gl</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to libvdpau-va-gl</title>
31
32 <para>
33 The <application>libvdpau-va-gl</application> package contains a library
34 which implements the VDPAU library. Libvdpau_va_gl uses OpenGL under the
35 hood to accelerate drawing and scaling and the VA-API (if available) to
36 accelerate video decoding. For now VA-API is available on some Intel
37 chips, and on some AMD video adapters with the help of the libvdpau
38 driver.
39 </para>
40
41 &lfs112_checked;
42
43 <bridgehead renderas="sect4">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Libvdpau-va-gl Driver Download (HTTP): <ulink url="&libvdpau-va-gl-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Libvdpau-va-gl Driver Download (FTP): <ulink url="&libvdpau-va-gl-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Libvdpau-va-gl Driver Download MD5 sum: &libvdpau-va-gl-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Libvdpau-va-gl Driver Download size: &libvdpau-va-gl-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libvdpau-va-gl-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libvdpau-va-gl-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect4">libvdpau-va-gl Dependencies</bridgehead>
78
79 <bridgehead renderas="sect5">Required</bridgehead>
80 <para role="required">
81 <xref linkend="cmake"/>,
82 <xref linkend="libvdpau"/>, and
83 <xref linkend="libva"/>
84 </para>
85
86 <bridgehead renderas="sect5">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="doxygen"/>,
89 <xref linkend="graphviz"/>, and
90 <xref linkend="texlive"/> or <xref linkend="tl-installer"/>
91 </para>
92
93 <bridgehead renderas="sect5">Runtime Dependency</bridgehead>
94 <para role="optional">
95 <xref role="runtime" linkend="mesa"/>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
100 </para>
101 </sect3>
102
103 <sect3 role="installation">
104 <title>Installation of libvdpau-va-gl</title>
105
106 <para>
107 Install <application>libvdpau-va-gl</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX .. &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>make check</command>. The tests must
119 be run from an Xorg environment.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect3>
129
130 <sect3 role="configuration">
131 <title>Configuration</title>
132
133 <para>
134 To allow libvdpau to find libvdpau-va-gl, set an environment variable.
135 As the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh</userinput></screen>
139
140 </sect3>
141
142 <sect3 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 None
153 </seg>
154 <seg>
155 libvdpau_va_gl.so
156 </seg>
157 <seg>
158 None
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="libvdpau-va-gl-lib">
169 <term><filename class="libraryfile">libvdpau_va_gl.so</filename></term>
170 <listitem>
171 <para>
172 contains functions to implement the OpenGL backend to
173 the VDPAU (Video Decode and Presentation API for Unix) API
174 </para>
175 <indexterm zone="libvdpau-va-gl libvdpau-va-gl-lib">
176 <primary sortas="c-libvdpau-va-gl">libvdpau.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect3>
184
185 </sect2>
Note: See TracBrowser for help on using the repository browser.