Changeset 39e9acce


Ignore:
Timestamp:
02/24/2018 04:13:32 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 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:
b412c90f
Parents:
1c1bdba
Message:

Update to xf86-video-intel-20180223
Taks some xorg drivers.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r1c1bdba r39e9acce  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 23rd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to xf86-video-intel-20180223. Fixes
     49          <ulink url="&blfs-ticket-root;10367">#10387</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 22nd, 2018</para>
  • x/installing/x7driver-fbdev.xml

    r1c1bdba r39e9acce  
    4141      </para>
    4242
    43       &lfs81_checked;
     43      &lfs82_checked;
    4444
    4545      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-intel.xml

    r1c1bdba r39e9acce  
    1313
    1414  <!--<!ENTITY xorg-intel-driver-version "2.99.917">-->
    15   <!ENTITY xorg-intel-driver-version "20170826">
     15  <!ENTITY xorg-intel-driver-version "20180223">
    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        "1fa3856ccac46298fa5fa6d3e622e015">
    20   <!ENTITY xorg-intel-driver-size          "1.0 MB">
    21   <!ENTITY xorg-intel-driver-buildsize     "84 MB">
    22   <!ENTITY xorg-intel-driver-time          "0.7 SBU">
     19  <!ENTITY xorg-intel-driver-md5sum        "bca9c6bbada7dc5a19252e930c1bc587">
     20  <!ENTITY xorg-intel-driver-size          "940 KB">
     21  <!ENTITY xorg-intel-driver-buildsize     "64 MB">
     22  <!ENTITY xorg-intel-driver-time          "0.6 SBU">
    2323]>
    2424
     
    126126      </para>
    127127
    128 <screen><userinput>./configure $XORG_CONFIG      \
     128      <screen><userinput>./autogen.sh $XORG_CONFIG     \
    129129            --enable-kms-only \
    130130            --enable-uxa      \
     
    141141
    142142<screen role="root"><userinput>make install &amp;&amp;
     143     
    143144mv -v /usr/share/man/man4/intel-virtual-output.4 \
    144145      /usr/share/man/man1/intel-virtual-output.1 &amp;&amp;
     146     
    145147sed -i '/\.TH/s/4/1/' /usr/share/man/man1/intel-virtual-output.1</userinput></screen>
    146148
     
    153155        The SandyBridge New Acceleration (SNA) code is intended to replace the
    154156        old UXA (UMA Acceleration Architecture), but it is a large body of code
    155         and sometimes causes problems. In particular, when a system is built
    156         with gcc-5 and kernel headers from linux-4.0, trying to run this driver
    157         using SNA has been known to segfault on some of the supported chips.
    158         However, the version of the code in the version control system listed
    159         above has been tested successfully with both SNA and UXA capabilities.
    160       </para>
     157        and may cause problems.  However, the version of the code in the
     158        version control system listed above has been tested successfully with
     159        both SNA and UXA capabilities.
     160     </para>
    161161
    162162      <para>
     
    164164        necessary to force UXA to be used by creating a configuration file.  If
    165165        this problem applies to you, create the following file as the
    166         <systemitem class="username">root</systemitem> user:
     166        <systemitem class="username">root</systemitem> user and modify it as
     167        needed:
    167168      </para>
    168169
    169170<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/20-intel.conf &lt;&lt; "EOF"
    170 <literal>Section "Device"
     171<literal>Section   "Device"
    171172        Identifier "Intel Graphics"
    172         Driver "intel"
    173         Option "AccelMethod" "uxa"
     173        Driver     "intel"
     174        #Option     "DRI" "2"            # DRI3 is default
     175        #Option     "AccelMethod"  "sna" # default
     176        #Option     "AccelMethod"  "uxa" # fallback
    174177EndSection</literal>
    175178EOF</userinput></screen>
  • x/installing/x7driver-libinput.xml

    r1c1bdba r39e9acce  
    3939      </para>
    4040
    41       &lfs81_checked;
     41      &lfs82_checked;
    4242
    4343      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-synaptics.xml

    r1c1bdba r39e9acce  
    4141      </para>
    4242
    43       &lfs81_checked;
     43      &lfs82_checked;
    4444
    4545      <bridgehead renderas="sect4">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.