Changeset 63c6a08


Ignore:
Timestamp:
06/19/2013 12:35:50 AM (11 years ago)
Author:
Ken Moffat <ken@…>
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:
c1a0390
Parents:
4b6689d0
Message:

Tweak xf86-video-ati : Glamor is only required for South Islands, use a firmware url that browsers understand (http: to cgit), expand firmware text and add an example.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver.xml

    r4b6689d0 r63c6a08  
    11571157          you will need to enable building of r300, r600 and radeonsi Gallium drivers in
    11581158          <xref linkend="mesalib"/> instructions. Also, some cards will require Firmware
    1159           to be available when kernel driver is loaded. Firmware can be obtained from
    1160           <ulink url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git">
    1161           Linux Firmware Repository</ulink>.
     1159          to be available when the kernel driver is loaded. Firmware can be obtained from
     1160          <ulink  url="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/">
     1161          Linux Firmware</ulink>, either by cloning from
     1162          git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
     1163          or by using a Linux Firmware source tarball from a distro. See "Kernel
     1164          Configuration for additional firmware" below.
    11621165        </para>
    11631166      </note>
     
    11991202      <bridgehead renderas="sect4">Xorg ATI Driver Dependencies</bridgehead>
    12001203
    1201       <bridgehead renderas="sect5">Recommended</bridgehead>
    1202       <para role="recommended">
    1203         <xref linkend="glamor-egl"/>
     1204      <bridgehead renderas="sect5">Required</bridgehead>
     1205      <para role="required">
     1206        <xref linkend="xorg-server"/>
     1207      </para>
     1208
     1209      <bridgehead renderas="sect5">Optional</bridgehead>
     1210      <para role="optional">
     1211        <xref linkend="glamor-egl"/> (This is <emphasis>required for "South Islands"
     1212        GPUs</emphasis> but optional for R300 to R700, Evergreen and "Northern Islands"
     1213        GPUs - see the link under "Glamor Acceleration" below.)
    12041214      </para>
    12051215
     
    12261236    </sect3>
    12271237
     1238    <sect3 role="kernel" id="xorg-ati-firmware-kernel">
     1239      <title>Kernel Configuration for additional firmware</title>
     1240
     1241    <para>
     1242      If you need to add firmware, install the file(s) and then point to them in the
     1243      kernel configuration and recompile the kernel if necessary, e.g. (for a specific
     1244      R600 with a specific network adaptor which also needs firmware) :
     1245    </para>
     1246
     1247<screen><literal>CONFIG_EXTRA_FIRMWARE="radeon/R600_rlc.bin rtl_nic/rtl8168e-3.fw"
     1248CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
     1249</literal></screen>
     1250
     1251      <indexterm zone="xorg-ati-driver xorg-ati-firmware-kernel">
     1252        <primary sortas="d-xorg-ati-firmware">xorg-ati-firmware</primary>
     1253      </indexterm>
     1254    </sect3>
     1255
    12281256    <sect3 role="installation">
    12291257      <title>Installation of Xorg ATI Driver</title>
     
    12531281      <para>
    12541282        <parameter>--enable-glamor</parameter>: This switch enables
    1255         new GL-based acceleration.
     1283        new GL-based acceleration. As well as specifying this in the
     1284        build, it needs to be enabled at run time (see below).
    12561285      </para>
    12571286
     
    12691298        <ulink url="&radeon-marketing-names;">
    12701299        Decoder ring for engineering vs marketing names</ulink>. Please note
    1271         that Glamor acceleration can be used with other chips as well, but
    1272         it has not been tested recently.
     1300        that Glamor acceleration can be used with other chips as well, from the
     1301        R300 onwards, but it has not been tested recently.
    12731302      </para>
    12741303
Note: See TracChangeset for help on using the changeset viewer.