Changeset 454ef05


Ignore:
Timestamp:
04/24/2013 10:01:29 AM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
5d63611
Parents:
5cfcafe
Message:

Some more fixes, added Xorg Cirrus Driver.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udev-extras.xml

    r5cfcafe r454ef05  
    127127    <systemitem class="username">root</systemitem> user:</para>
    128128
    129 <screen><userinput>make -f udev-lfs-186/Makefile.lfs install-keymap</userinput></screen>
     129<screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs install-keymap</userinput></screen>
    130130
    131131    </sect3>
     
    142142    run, as the <systemitem class="username">root</systemitem> user:</para>
    143143
    144 <screen><userinput>make -f udev-lfs-186/Makefile.lfs install-gudev</userinput></screen>
     144<screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs install-gudev</userinput></screen>
    145145
    146146    </sect3>
     
    158158    class="username">root</systemitem> user:</para>
    159159
    160 <screen><userinput>make -f udev-lfs-186/Makefile.lfs install-gir-data</userinput></screen>
     160<screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs install-gir-data</userinput></screen>
    161161
    162162    <caution><para>There is a shortcut to build and install all of the
  • gnome/core/libsecret.xml

    r5cfcafe r454ef05  
    135135
    136136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    137     href="../../xincludes/gtk-doc-rebuild.xml"/>
     137      href="../../xincludes/gtk-doc-rebuild.xml"/>
     138
     139    <para>
     140      <option>--disable-manpages</option>: Use this switch if you
     141      have not installed <xref linkend="libxslt"/> and DocBook
     142      packages.
     143    </para>
    138144
    139145    <para>
  • introduction/welcome/changelog.xml

    r5cfcafe r454ef05  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[krejzi] - Added Xorg Cirrus Driver, used by Qemu
     52          virtual GPU.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[rthomsen] - Added QJson 0.8.1.</para>
    5256        </listitem>
  • x/installing/x7driver.xml

    r5cfcafe r454ef05  
    6161  <!ENTITY xorg-ati-driver-buildsize     "18 MB">
    6262  <!ENTITY xorg-ati-driver-time          "0.2 SBU">
     63
     64  <!ENTITY xorg-cirrus-driver-version "1.5.2">
     65
     66  <!ENTITY xorg-cirrus-driver-download-http "&xorg-download-http;/driver/xf86-video-cirrus-&xorg-cirrus-driver-version;.tar.bz2">
     67  <!ENTITY xorg-cirrus-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-cirrus-&xorg-cirrus-driver-version;.tar.bz2">
     68  <!ENTITY xorg-cirrus-driver-md5sum        "91fd6b677d62027cd3001debb587a6a6">
     69  <!ENTITY xorg-cirrus-driver-size          "320 KB">
     70  <!ENTITY xorg-cirrus-driver-buildsize     "4.3 MB">
     71  <!ENTITY xorg-cirrus-driver-time          "0.1 SBU">
    6372
    6473  <!ENTITY xorg-fbdev-driver-version "0.4.3">
     
    254263          <para>
    255264            <xref linkend="xorg-ati-driver"/>
     265          </para>
     266        </listitem>
     267        <listitem>
     268          <para>
     269            <xref linkend="xorg-cirrus-driver"/>
    256270          </para>
    257271        </listitem>
     
    13341348  <!-- End Xorg ATI Driver -->
    13351349
     1350  <!-- Begin Xorg Cirrus Driver -->
     1351  <sect2 id="xorg-cirrus-driver" xreflabel="Xorg Cirrus Driver-&xorg-cirrus-driver-version;">
     1352
     1353    <title>Xorg Cirrus Driver-&xorg-cirrus-driver-version;</title>
     1354
     1355    <indexterm zone="xorg-cirrus-driver">
     1356      <primary sortas="a-xorg-cirrus-driver">xorg-cirrus-driver</primary>
     1357    </indexterm>
     1358
     1359    <sect3 role="package">
     1360      <title>Introduction to Xorg Cirrus Driver</title>
     1361
     1362      <para>
     1363        The <application>Xorg Cirrus Driver</application> package contains the X.Org
     1364        Video Driver for Cirrus Logic video chips. <application>Qemu</application>
     1365        uses this driver for its virtual GPU.
     1366      </para>
     1367
     1368      &lfs73_built;
     1369
     1370      <bridgehead renderas="sect4">Package Information</bridgehead>
     1371      <itemizedlist spacing="compact">
     1372        <listitem>
     1373          <para>
     1374            Download (HTTP): <ulink url="&xorg-cirrus-driver-download-http;"/>
     1375          </para>
     1376        </listitem>
     1377        <listitem>
     1378          <para>
     1379            Download (FTP): <ulink url="&xorg-cirrus-driver-download-ftp;"/>
     1380          </para>
     1381        </listitem>
     1382        <listitem>
     1383          <para>
     1384            Download MD5 sum: &xorg-cirrus-driver-md5sum;
     1385          </para>
     1386        </listitem>
     1387        <listitem>
     1388          <para>
     1389            Download size: &xorg-cirrus-driver-size;
     1390          </para>
     1391        </listitem>
     1392        <listitem>
     1393          <para>
     1394            Estimated disk space required: &xorg-cirrus-driver-buildsize;
     1395          </para>
     1396        </listitem>
     1397        <listitem>
     1398          <para>
     1399            Estimated build time: &xorg-cirrus-driver-time;
     1400          </para>
     1401        </listitem>
     1402      </itemizedlist>
     1403
     1404      <bridgehead renderas="sect4">Xorg Cirrus Driver Dependencies</bridgehead>
     1405
     1406      <bridgehead renderas="sect5">Required</bridgehead>
     1407      <para role="required">
     1408        <xref linkend="xorg-server"/>
     1409      </para>
     1410
     1411      <para condition="html" role="usernotes">
     1412        User Notes: <ulink url="&blfs-wiki;/xorg-cirrus-driver"/>
     1413      </para>
     1414    </sect3>
     1415
     1416    <sect3 role="installation">
     1417      <title>Installation of Xorg Cirrus Driver</title>
     1418
     1419      <para>
     1420        Install <application>Xorg Cirrus Driver</application> by running the following
     1421        commands:
     1422      </para>
     1423
     1424<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     1425make</userinput></screen>
     1426
     1427      <para>
     1428        This package does not come with a test suite.
     1429      </para>
     1430
     1431      <para>
     1432        Now, as the <systemitem class="username">root</systemitem> user:
     1433      </para>
     1434
     1435<screen role="root"><userinput>make install</userinput></screen>
     1436    </sect3>
     1437
     1438    <sect3 role="content">
     1439      <title>Contents</title>
     1440
     1441      <segmentedlist>
     1442        <segtitle>Installed Xorg Driver</segtitle>
     1443
     1444        <seglistitem>
     1445          <seg>
     1446            cirrus_drv.so
     1447          </seg>
     1448        </seglistitem>
     1449      </segmentedlist>
     1450
     1451      <variablelist>
     1452        <bridgehead renderas="sect4">Short Descriptions</bridgehead>
     1453        <?dbfo list-presentation="list"?>
     1454        <?dbhtml list-presentation="table"?>
     1455
     1456        <varlistentry id="cirrus_drv">
     1457          <term><filename class="libraryfile">cirrus_drv.so</filename></term>
     1458          <listitem>
     1459            <para>
     1460              is an Xorg video driver for Cirrus Logic grahpics chipsets.
     1461            </para>
     1462            <indexterm zone="xorg-cirrus-driver cirrus_drv">
     1463              <primary sortas="c-cirrus_drv">cirrus_drv.so</primary>
     1464            </indexterm>
     1465          </listitem>
     1466        </varlistentry>
     1467
     1468      </variablelist>
     1469
     1470    </sect3>
     1471
     1472  </sect2>
     1473  <!-- End Xorg Cirrus Driver -->
     1474
    13361475  <!-- Begin Xorg Fbdev Driver -->
    13371476  <sect2 id="xorg-fbdev-driver" xreflabel="Xorg Fbdev Driver-&xorg-fbdev-driver-version;">
Note: See TracChangeset for help on using the changeset viewer.