Changeset 8a2fc24


Ignore:
Timestamp:
02/07/2007 06:24:46 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
6.2, 6.2.0, 6.2.0-rc2
Children:
c59e2ce
Parents:
1d26588
Message:

Merged r6572 to the 6.2 branch

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1d26588 r8a2fc24  
    4747        <listitem>
    4848          <para>[dnicholson] - Populated the contents for the Xorg-7
    49           Xbitmaps, Applications, Data, Fonts, and Server sections.</para>
     49          Xbitmaps, Applications, Data, Fonts, Server, and Drivers
     50          sections.</para>
    5051        </listitem>
    5152        <listitem>
  • x/installing/x7driver.xml

    r1d26588 r8a2fc24  
    125125  </sect2>
    126126
     127  <sect2 role="content">
     128    <title>Contents</title>
     129
     130    <segmentedlist>
     131      <segtitle>Installed Programs</segtitle>
     132      <segtitle>Installed Libraries</segtitle>
     133      <segtitle>Installed Directories</segtitle>
     134
     135      <seglistitem>
     136        <seg>None</seg>
     137        <seg>libI810XvMC.so, libviaXvMC.so, and libviaXvMCPro.so</seg>
     138        <seg><envar>$XORG_PREFIX</envar>/lib/X11/modules/{drivers,input}</seg>
     139      </seglistitem>
     140    </segmentedlist>
     141
     142    <variablelist>
     143      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     144      <?dbfo list-presentation="list"?>
     145      <?dbhtml list-presentation="table"?>
     146
     147      <varlistentry id="libI810XvMC-x7">
     148        <term><filename class='libraryfile'>libI810XvMC.so</filename></term>
     149        <listitem>
     150          <para>is the X-Video Motion Compensation client library for the
     151          Intel i810 video driver.</para>
     152          <indexterm zone="xorg7-driver libI810XvMC-x7">
     153            <primary sortas="c-libI810XvMC">libI810XvMC.so</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
     157
     158      <varlistentry id="libviaXvMC-x7">
     159        <term><filename class='libraryfile'>libviaXvMC.so</filename></term>
     160        <listitem>
     161          <para>is the X-Video Motion Compensation client library for the
     162          VIA Unichrome video driver.</para>
     163          <indexterm zone="xorg7-driver libviaXvMC-x7">
     164            <primary sortas="c-libviaXvMC">libviaXvMC.so</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
     168
     169      <varlistentry id="libviaXvMCPro-x7">
     170        <term><filename class='libraryfile'>libviaXvMCPro.so</filename></term>
     171        <listitem>
     172          <para>is the X-Video Motion Compensation client library for the
     173          VIA Unichrome Pro video driver.</para>
     174          <indexterm zone="xorg7-driver libviaXvMCPro-x7">
     175            <primary sortas="c-libviaXvMCPro">libviaXvMCPro.so</primary>
     176          </indexterm>
     177        </listitem>
     178      </varlistentry>
     179
     180    </variablelist>
     181
     182  </sect2>
     183
    127184</sect1>
Note: See TracChangeset for help on using the changeset viewer.