Changeset 595c08ff


Ignore:
Timestamp:
02/07/2007 06:20:48 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
ce6ccc9
Parents:
dc0a2d9
Message:

Added package contents for the Xorg-7 Drivers

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdc0a2d9 r595c08ff  
    5050        <listitem>
    5151          <para>[dnicholson] - Populated the contents for the Xorg-7
    52           Xbitmaps, Applications, Data, Fonts, and Server sections.</para>
     52          Xbitmaps, Applications, Data, Fonts, Server, and Drivers
     53          sections.</para>
    5354        </listitem>
    5455        <listitem>
  • x/installing/x7driver.xml

    rdc0a2d9 r595c08ff  
    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.