Changeset 34a2231f for x


Ignore:
Timestamp:
08/16/2019 03:46:00 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2efcc521
Parents:
3077c39
Message:

Update xorg intel driver.

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

File:
1 edited

Legend:

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

    r3077c39 r34a2231f  
    1313
    1414  <!--<!ENTITY xorg-intel-driver-version "2.99.917">-->
    15   <!ENTITY xorg-intel-driver-version "20190208">
     15  <!ENTITY xorg-intel-driver-version "20190723">
    1616
    1717  <!ENTITY xorg-intel-driver-download-http "&sources-anduin-http;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
    1818  <!ENTITY xorg-intel-driver-download-ftp  "&sources-anduin-ftp;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
    19   <!ENTITY xorg-intel-driver-md5sum        "f107c6b3ab5f5bc2ac8f601a63db8fe9">
    20   <!ENTITY xorg-intel-driver-size          "944 KB">
    21   <!ENTITY xorg-intel-driver-buildsize     "83 MB">
    22   <!ENTITY xorg-intel-driver-time          "0.6 SBU">
     19  <!ENTITY xorg-intel-driver-md5sum        "2a57bf1548916305bdb8e092b07dfc35">
     20  <!ENTITY xorg-intel-driver-size          "934 KB">
     21  <!ENTITY xorg-intel-driver-buildsize     "85 MB">
     22  <!ENTITY xorg-intel-driver-time          "0.7 SBU">
    2323]>
    2424
     
    119119      <title>Installation of Xorg Intel Driver</title>
    120120
     121<!-- appears to be in the current git version, but commenting since I do not have an 32-bit
    121122      <para>
    122123        If you are building on i686, apply a sed to fix a type mismatch.
     
    126127   i?86) sed -i "s/#define force_inline inline __attribute__((always_inline))/#define force_inline inline/" src/sna/compiler.h
    127128         ;;
    128 esac</userinput></screen>
     129esac</userinput></screen>-->
    129130
    130131      <para>
Note: See TracChangeset for help on using the changeset viewer.