Ignore:
Timestamp:
08/22/2013 01:12:00 PM (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:
f7e0baa
Parents:
0274895f
Message:

Package updates and some minor fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-ati.xml

    r0274895f rb26bc4c  
    9797      <note>
    9898        <para>
    99           This is <emphasis>required for "South Islands" GPUs</emphasis>
     99          This is <emphasis>required for "Southern Islands" GPUs</emphasis>
    100100          but optional for R300 to R700, Evergreen and "Northern Islands"
    101           GPUs - see the link under "Glamor Acceleration" below.)
     101          GPUs - see the link under "Glamor Acceleration" below.
    102102        </para>
    103103      </note>
     
    186186      <para>
    187187        <parameter>--enable-glamor</parameter>: This switch enables
    188         new GL-based acceleration. As well as specifying this in the
    189         build, it needs to be enabled at run time (see below).
     188        new GL-based 2D acceleration. As well as specifying this in the
     189        build, it needs to be enabled at run time (see below). It is,
     190        however, enabled by default for Radeon <!-- since 7.2.0 -->
     191        "Southern Islands" and newer GPUs.
    190192      </para>
    191193
     
    198200        Glamor is an acceleration library which uses cards' 3D capabilities
    199201        to accelerate 2D rendering. Glamor acceleration is required for
    200         Radeon "South Islands" GPUs which use "radeonsi" Gallium3D driver
     202        Radeon "Southern Islands" GPUs which use "radeonsi" Gallium3D driver
    201203        from <xref linkend="mesalib"/>. To see which cards fall under
    202         "South Islands" category, read the
     204        "Southern Islands" category, read the
    203205        <ulink url="&radeon-marketing-names;">
    204206        Decoder ring for engineering vs marketing names</ulink>. Please note
     
    208210
    209211      <para>
    210         Glamor acceleration is not enabled by default. You have to use a
     212        Glamor acceleration is not enabled by default for chipsets that don't
     213        use "radeonsi" Gallium3D driver. You have to use a
    211214        <filename>xorg.conf</filename> file to enable it. To enable
    212         Glamor, create the following
    213         <filename>/etc/X11/xorg.conf</filename> as the
     215        Glamor for cards other than "Southern Islands" and later, create the
     216        following <filename>/etc/X11/xorg.conf</filename> as the
    214217        <systemitem class="username">root</systemitem> user:
    215218      </para>
Note: See TracChangeset for help on using the changeset viewer.