Ignore:
Timestamp:
08/12/2020 01:36:47 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d3071629
Parents:
b1a4b4a7
Message:

Restore the Intel Iris driver to Mesa now that it works with my skylake. Credit goes to Xi for putting the driver in initially.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rb1a4b4a7 rdb480be  
    221221    </note>
    222222
    223     <!-- The iris driver has been temporarily removed from the below line.
    224          With mesa-20.0.5, it caused crashes and occasional system lockups.
    225          Exporting MESA_LOADER_DRIVER_OVERRIDE=i965 was able to fix it on
    226          my Skylake (i5-6600k) system, but that overrides the iris driver.
    227          Let's revisit this at a later time, maybe in a few releases or when
    228          the hardware is more accessible. See
    229          http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-April/037385.html
    230          For more information/context.-->
    231     <!-- Let's revisit Iris at 20.0.7, it's now known upstream -->
    232 
    233 <screen><userinput>GALLIUM_DRV="i915,nouveau,r600,radeonsi,svga,swrast,virgl"
     223<screen><userinput>GALLIUM_DRV="i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
    234224DRI_DRIVERS="i965,nouveau"</userinput></screen>
    235225
     
    364354          i915_dri.so,
    365355          i965_dri.so,
     356          iris_dri.so,
    366357          kms_swrast_dri.so,
    367358          nouveau_dri.so,
Note: See TracChangeset for help on using the changeset viewer.