Changeset b6e52eed for x/installing


Ignore:
Timestamp:
09/10/2018 10:00:49 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
25f0620
Parents:
04712f3
Message:

perl-modules branch: merge trunk r20482 to r20489.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20490 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r04712f3 rb6e52eed  
    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.