Changeset f23c7b77


Ignore:
Timestamp:
04/02/2018 10:01:00 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
fef2695
Parents:
98ee9ee
Message:

xf86-video-ati-18.0.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r98ee9ee rf23c7b77  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 1st, &year;">
     9<!ENTITY releasedate  "April 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r98ee9ee rf23c7b77  
    4343-->
    4444   <listitem>
     45      <para>April 2nd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to xf86-video-ati-18.0.1. Fixes
     49          <ulink url="&blfs-ticket-root;10494">#10494</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52   </listitem>
     53
     54   <listitem>
    4555      <para>April 1, 2018</para>
    4656      <itemizedlist>
  • x/installing/x7driver-ati.xml

    r98ee9ee rf23c7b77  
    88  <!ENTITY radeon-marketing-names "&radeon-wiki;#Decoder_ring_for_engineering_vs_marketing_names">
    99
    10   <!ENTITY xorg-ati-driver-version "7.10.0">
     10  <!ENTITY xorg-ati-driver-version "18.0.1">
    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        "0ff538f78ae82ccce384dadf7a705863">
    15   <!ENTITY xorg-ati-driver-size          "1.1 MB">
     14  <!ENTITY xorg-ati-driver-md5sum        "40e7c0a5a69aba3d84e0958f58705ea7">
     15  <!ENTITY xorg-ati-driver-size          "861 KB">
    1616  <!ENTITY xorg-ati-driver-buildsize     "19 MB">
    1717  <!ENTITY xorg-ati-driver-time          "0.2 SBU">
     
    144144        you need the
    145145        <filename>BTC_rlc.bin</filename> in addition to the model specific firmware.
    146         Below is an example for Radeon HD6470, which is "Northern Islands" GPU with a
    147         network card that also requires the firmware:
     146        Below is an example for a Radeon HD6470 which is a "Northern Islands" GPU,
     147        plus an RTL network chip that also requests extra firmware:
    148148      </para>
    149149
     
    195195      </para>
    196196
    197 <screen role="root"><userinput>make install                         &amp;&amp;
     197<screen role="root"><userinput>make install</userinput></screen>
     198<!-- following is (now) automatically installed
    198199install -v -m644 conf/10-radeon.conf \
    199   $XORG_PREFIX/share/X11/xorg.conf.d
    200 </userinput></screen>
     200  $XORG_PREFIX/share/X11/xorg.conf.d -->
    201201    </sect3>
    202202
     
    239239    </sect3>-->
    240240
     241    <!--
    241242    <sect3 role="commands">
    242243    <title>Command Explanations</title>
     
    249250      </para>
    250251
    251     </sect3>
     252    </sect3> -->
    252253
    253254    <sect3 role="content">
Note: See TracChangeset for help on using the changeset viewer.