Ignore:
Timestamp:
08/20/2014 02:39:50 PM (10 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.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab0d3a42
Parents:
d0aecd33
Message:

xf86-video-intel-2.99.514

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

File:
1 edited

Legend:

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

    rd0aecd33 r2278bf8  
    55  %general-entities;
    66
    7   <!ENTITY xorg-intel-driver-version "2.99.911">
     7  <!ENTITY xorg-intel-driver-version "2.99.914">
    88
    99  <!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-intel-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    11   <!ENTITY xorg-intel-driver-md5sum        "6130343b314e6a43be4bc02461d09fa7">
    12   <!ENTITY xorg-intel-driver-size          "2.6 MB">
     11  <!ENTITY xorg-intel-driver-md5sum        "b53d96cb42fb1d71f0b671dd2064cba4">
     12  <!ENTITY xorg-intel-driver-size          "2.2 MB">
    1313  <!ENTITY xorg-intel-driver-buildsize     "78 MB">
    1414  <!ENTITY xorg-intel-driver-time          "0.4 SBU">
     
    9191      </para>
    9292
     93      <!-- <bridgehead renderas="sect5">Optional</bridgehead>
     94      <para role="optional">
     95        <xref linkend="glamor-egl"/>
     96      </para> -->
     97
    9398      <para condition="html" role="usernotes">
    9499        User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
     
    125130<screen><userinput>./configure $XORG_CONFIG      \
    126131            --enable-kms-only \
    127             --with-default-accel=sna &amp;&amp;
     132            --disable-dri3    &amp;&amp;
    128133make</userinput></screen>
    129134
     
    137142
    138143<screen role="root"><userinput>make install</userinput></screen>
     144
    139145    </sect3>
    140146
     
    148154
    149155      <para>
    150         <parameter>--with-default-accel=sna</parameter>: This switch enables
    151         SandyBridge New Acceleration method by default.
     156        <parameter>--disable-dri3</parameter>: This switch disables DRI3
     157        support in the driver as it has been known to be buggy with the
     158        current stack.
    152159      </para>
    153160
Note: See TracChangeset for help on using the changeset viewer.