On 8/15/19 10:46 PM, ken--- via blfs-book wrote:
Author: ken
Date: Thu Aug 15 20:46:00 2019
New Revision: 21973

Log:
Update xorg intel driver.

Modified:
    trunk/BOOK/introduction/welcome/changelog.xml
    trunk/BOOK/x/installing/x7driver-intel.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Aug 15 16:08:28 
2019        (r21972)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Aug 15 20:46:00 
2019        (r21973)
@@ -45,6 +45,10 @@
        <para>August 15th, 2019</para>
        <itemizedlist>
          <listitem>
+          <para>[ken] - Update to xf86-video-intel-20190723. Addresses
+          <ulink url="&blfs-ticket-root;5918">#5918</ulink>.</para>
+        </listitem>
+        <listitem>
            <para>[ken] - Recommend lxml for libreoffice, it can download a
            problematic older version.  Thanks to Jean-Marc Pigeon for the
            report, and to Uwe Dueffert for assisting in the diagnosis.</para>

Modified: trunk/BOOK/x/installing/x7driver-intel.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-intel.xml  Thu Aug 15 16:08:28 2019        
(r21972)
+++ trunk/BOOK/x/installing/x7driver-intel.xml  Thu Aug 15 20:46:00 2019        
(r21973)
@@ -12,14 +12,14 @@
         as of 2016-09-02 -->
<!--<!ENTITY xorg-intel-driver-version "2.99.917">-->
-  <!ENTITY xorg-intel-driver-version "20190208">
+  <!ENTITY xorg-intel-driver-version "20190723">
<!ENTITY xorg-intel-driver-download-http "&sources-anduin-http;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
    <!ENTITY xorg-intel-driver-download-ftp  
"&sources-anduin-ftp;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
-  <!ENTITY xorg-intel-driver-md5sum        "f107c6b3ab5f5bc2ac8f601a63db8fe9">
-  <!ENTITY xorg-intel-driver-size          "944 KB">
-  <!ENTITY xorg-intel-driver-buildsize     "83 MB">
-  <!ENTITY xorg-intel-driver-time          "0.6 SBU">
+  <!ENTITY xorg-intel-driver-md5sum        "2a57bf1548916305bdb8e092b07dfc35">
+  <!ENTITY xorg-intel-driver-size          "934 KB">
+  <!ENTITY xorg-intel-driver-buildsize     "85 MB">
+  <!ENTITY xorg-intel-driver-time          "0.7 SBU">
  ]>
<!-- Begin Xorg Intel Driver -->
@@ -118,6 +118,7 @@
      <sect3 role="installation">
        <title>Installation of Xorg Intel Driver</title>
+<!-- appears to be in the current git version, but commenting since I do not have an 32-bit
        <para>
          If you are building on i686, apply a sed to fix a type mismatch.
        </para>
@@ -125,7 +126,7 @@
  <screen><userinput remap="pre">case $(uname -m) in
     i?86) sed -i "s/#define force_inline inline 
__attribute__((always_inline))/#define force_inline inline/" src/sna/compiler.h
           ;;
-esac</userinput></screen>
+esac</userinput></screen>-->

Confirmed that the i686 sed is no longer required.

        <para>
          Install <application>Xorg Intel Driver</application> by running the 
following
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to