Changeset 8a9e072


Ignore:
Timestamp:
01/26/2014 11:05:24 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e70c7c1
Parents:
d552cee
Message:

Update to xf86-video-ati-7.3.0.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd552cee r8a9e072  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Update to xf86-video-ati-7.3.0. Fixes
     51          <ulink url="&blfs-ticket-root;4616">#4616</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to glamor-egl-0.6.0. Fixes
    5155          <ulink url="&blfs-ticket-root;4613">#4613</ulink>.</para>
  • x/installing/x7driver-ati.xml

    rd552cee r8a9e072  
    88  <!ENTITY radeon-marketing-names "&radeon-wiki;#Decoder_ring_for_engineering_vs_marketing_names">
    99
    10   <!ENTITY xorg-ati-driver-version "7.2.0">
     10  <!ENTITY xorg-ati-driver-version "7.3.0">
    1111
    1212  <!ENTITY xorg-ati-driver-download-http "&xorg-download-http;/driver/xf86-video-ati-&xorg-ati-driver-version;.tar.bz2">
    1313  <!ENTITY xorg-ati-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-ati-&xorg-ati-driver-version;.tar.bz2">
    14   <!ENTITY xorg-ati-driver-md5sum        "5ab9a826699e5c86ef89fca43ebb3821">
    15   <!ENTITY xorg-ati-driver-size          "806 KB">
     14  <!ENTITY xorg-ati-driver-md5sum        "f36383c590d56a9304e5cab4813a6653">
     15  <!ENTITY xorg-ati-driver-size          "798 KB">
    1616  <!ENTITY xorg-ati-driver-buildsize     "18 MB">
    1717  <!ENTITY xorg-ati-driver-time          "0.2 SBU">
     
    167167      </para>
    168168
    169 <screen><userinput>./configure $XORG_CONFIG --enable-glamor &amp;&amp;
     169<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    170170make</userinput></screen>
    171171
     
    179179
    180180<screen role="root"><userinput>make install</userinput></screen>
    181     </sect3>
    182 
    183     <sect3>
    184       <title>Command Explanations</title>
    185 
    186       <para>
    187         <parameter>--enable-glamor</parameter>: This switch enables
    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.
    192       </para>
    193 
    194181    </sect3>
    195182
Note: See TracChangeset for help on using the changeset viewer.