Changeset f9f0ea92


Ignore:
Timestamp:
09/27/2016 04:30:07 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
2f81d97a
Parents:
836e594
Message:

Add some clarifying text for mesa drivers

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r836e594 rf9f0ea92  
    156156<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>
    157157
    158    <para>Now, select the drivers you wish to install.  The available
    159    drivers are i915, ilo, nouveau, r300, r600, radeonsi, freedreno, svga,
    160    swrast, vc4, and virgl.  The default is 'r300,r600,svga,swrast'. Modify
    161    the command below for any desired drivers.  The listed drivers below
    162    will cover most modern video cards.  For help in selecting
    163    drivers see <ulink url='http://www.mesa3d.org/systems.html'/>.</para>
     158   <para>Now, select the drivers you wish to install.  The available drivers
     159   are i915, ilo, nouveau, r300, r600, radeonsi, freedreno, svga, swrast, vc4,
     160   and virgl.  If the Gallium drivers are not specified, the default is
     161   'r300,r600,svga,swrast'. Modify the command below for any desired drivers.
     162   The listed drivers below will cover most modern video cards.  For help in
     163   selecting drivers see
     164   <ulink url='http://www.mesa3d.org/systems.html'/>.</para>
    164165
    165166<screen><userinput>GLL_DRV="i915,r600,nouveau,radeonsi,svga,swrast"</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.