Ignore:
Timestamp:
08/23/2013 08:56:44 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
779ed51
Parents:
a6c6923
Message:

Move Video HW acceleration into Xorg drivers section
LFS 7.4 tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11680 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • x/installing/libva.xml

    ra6c6923 r7bb72e0  
    2222]>
    2323
    24 <sect1 id="libva" xreflabel="libva-&libva-version;">
    25   <?dbhtml filename="libva.html"?>
    26 
    27   <sect1info>
     24<sect2 id="libva" xreflabel="libva-&libva-version;">
     25
     26  <sect2info>
    2827    <othername>$LastChangedBy$</othername>
    2928    <date>$Date$</date>
    30   </sect1info>
     29  </sect2info>
    3130
    3231  <title>libva-&libva-version;</title>
     
    3635  </indexterm>
    3736
    38   <sect2 role="package">
     37  <sect3 role="package">
    3938    <title>Introduction to libva</title>
    4039
    41     <para>
    42       The <application>libva</application> package contains a library which
    43       provides access to hardware accelerated video processing, using hardware
    44       to accelerate video processing in order to offload the central processing
    45       unit (CPU) to decode and encode compressed digital video.
    46     </para>
    47 
    48     &lfs73_checked;
    49 
    50     <bridgehead renderas="sect3">Package Information</bridgehead>
     40    <para>
     41       The <application>libva</application> package contains a library which
     42       provides access to hardware accelerated video processing, using hardware
     43       to accelerate video processing in order to offload the central
     44       processing unit (CPU) to decode and encode compressed digital video.  VA
     45       API video decode/encode interface is platform and window system
     46       independent targeted at Direct Rendering Infrastructure (DRI) in the X
     47       Window System however it can potentially also be used with direct
     48       framebuffer and graphics sub-systems for video output. Accelerated
     49       processing includes support for video decoding, video encoding,
     50       subpicture blending, and rendering.
     51    </para>
     52
     53    &lfs74_checked;
     54
     55    <bridgehead renderas="sect4">Package Information</bridgehead>
    5156    <itemizedlist spacing="compact">
    5257      <listitem>
     
    8287    </itemizedlist>
    8388
    84     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     89    <bridgehead renderas="sect4">Additional Downloads</bridgehead>
    8590    <itemizedlist spacing="compact">
    8691      <listitem>
     
    116121    </itemizedlist>
    117122
    118     <bridgehead renderas="sect3">libva Dependencies</bridgehead>
    119 
    120     <bridgehead renderas="sect4">Required</bridgehead>
     123    <bridgehead renderas="sect4">libva Dependencies</bridgehead>
     124
     125    <bridgehead renderas="sect5">Required</bridgehead>
    121126    <para role="required">
    122127      <xref linkend="mesalib"/>
    123128    </para>
    124129
    125     <bridgehead renderas="sect4">Optional</bridgehead>
     130    <bridgehead renderas="sect5">Optional</bridgehead>
    126131    <para role="optional">
    127132      <xref linkend="doxygen"/> and
     
    132137      User Notes: <ulink url="&blfs-wiki;/libva"/>
    133138    </para>
    134   </sect2>
    135 
    136   <sect2 role="installation">
     139  </sect3>
     140
     141  <sect3 role="installation">
    137142    <title>Installation of libva</title>
    138143
     
    142147    </para>
    143148
    144 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     149<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    145150make</userinput></screen>
    146151
     
    155160<screen role="root"><userinput>make install</userinput></screen>
    156161
    157   </sect2>
    158 
    159   <sect2 role="installation">
     162  </sect3>
     163
     164  <sect3 role="installation">
    160165    <title>Installation of libva-intel-driver</title>
    161166
    162167    <para>
    163       Install <application>libva-intel-driver</application> by running the
    164       following commands:
    165     </para>
    166 
    167 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     168      The <application>libva-intel-driver</application> is designed
     169      specifically for video cards based on an Intel GPU. 
     170      Install the driver by running the following commands:
     171    </para>
     172
     173<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    168174make</userinput></screen>
    169175
     
    178184<screen role="root"><userinput>make install</userinput></screen>
    179185
    180   </sect2>
    181 
    182   <sect2 role="content">
     186  </sect3>
     187
     188  <sect3 role="content">
    183189    <title>Contents</title>
    184190
     
    227233    </variablelist>
    228234
    229   </sect2>
    230 
    231 </sect1>
     235  </sect3>
     236
     237</sect2>
Note: See TracChangeset for help on using the changeset viewer.