Changeset 1613ba5 for x/installing


Ignore:
Timestamp:
09/10/2018 09:19:32 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab8cd9be
Parents:
475b404
Message:

Update to lxml-4.2.5 (Python module).
Update to mesa-18.2.0.
Update to vlc-3.0.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r475b404 r1613ba5  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "17d8a7e7ecbe146a7dc439e8b6eb02e9">
     9  <!ENTITY mesa-md5sum        "88e1a7f31f259cec69bb76b3cb10c956">
    1010  <!ENTITY mesa-size          "11 MB">
    11   <!ENTITY mesa-buildsize     "388 MB (with demos and docs, add 40 MB for tests)">
    12   <!ENTITY mesa-time          "3.5 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "352 MB (with demos and docs, add 42 MB for tests)">
     12  <!ENTITY mesa-time          "2.3 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
    1313]>
    1414
     
    163163   <!-- Note that freedreno, vc4, and virgl all need special support from
    164164        libdrm - renodr -->
     165
    165166   <para>Now, select the drivers you wish to install.  The available drivers
    166    are i915, nouveau, r300, r600, radeonsi, freedreno, svga, swrast, vc4,
    167    and virgl.  If the Gallium drivers are not specified, the default is
    168    'r300,r600,svga,swrast'. Modify the command below for any desired drivers.
    169    The listed drivers below will cover most modern video cards.  For help in
    170    selecting drivers see
    171    <ulink url='http://www.mesa3d.org/systems.html'/>.</para>
     167   are i915, nouveau, r300, r600, radeonsi, freedreno, pl111, svga, swrast,
     168   swr, tegra, v3d, vc4, virgl, etnaviv, and imx.  If the Gallium drivers are
     169   not specified, the default is 'r300,r600,svga,swrast'. Modify the command
     170   below for any desired drivers.  The listed drivers below will cover most
     171   modern video cards.  For help in selecting drivers see <ulink
     172   url='http://www.mesa3d.org/systems.html'/>.</para>
    172173
    173174<screen><userinput>GLL_DRV="i915,r600,nouveau,radeonsi,svga,swrast"</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.