Ignore:
Timestamp:
06/12/2023 03:28:23 PM (11 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6c7614f7, ce80a743
Parents:
66e1c88
Message:

mesa: patch to prevent segfaults on old Intel IGP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r66e1c88 rbf92b52  
    8484          install the <ulink url="https://archive.mesa3d.org/demos/">
    8585          mesa-demos</ulink> package)
     86        </para>
     87      </listitem>
     88      <listitem>
     89        <para>
     90          Required patch if using an Intel integrated graphics processor
     91          of 9th generation or lower:
     92          <ulink url="&patch-root;/mesa-23.1.2-intel_segfault-1.patch"/>
    8693        </para>
    8794      </listitem>
     
    235242DRI_DRIVERS="i965,nouveau"</userinput></screen>
    236243-->
     244
     245    <para>
     246      If you use an Intel processor with integrated graphics of generation 9
     247      or lower, apply the following patch to prevent segmentation faults:
     248    </para>
     249
     250<screen><userinput>patch -Np1 -i ../mesa-23.1.2-intel_segfault-1.patch</userinput></screen>
    237251
    238252    <para>
Note: See TracChangeset for help on using the changeset viewer.