Changeset 43149b8


Ignore:
Timestamp:
02/12/2022 05:20:41 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9eca1ad, bfd2ba3c
Parents:
56245ff9
Message:

Update to Mesa-21.3.6, and fix several multi-threading issues in the
Nouveau driver in Mesa.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r56245ff9 r43149b8  
    4545      <para>February 11th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to Mesa-21.3.6. Fixes
     49          <ulink url="&blfs-ticket-root;16075">#16075</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Introduced a patch to resolve several OpenGL
     53          Multi-Threading issues in the Nouveau driver for Mesa. Fixes
     54          <ulink url="&blfs-ticket-root;16033">#16033</ulink>.</para>
     55        </listitem>
    4756        <listitem>
    4857          <para>[bdubbs] - Update to xfce4-notifyd-0.6.3. Fixes
  • packages.ent

    r56245ff9 r43149b8  
    717717<!ENTITY xcb-util-cursor-version      "0.1.3">
    718718<!ENTITY mesa-major-minor             "21.3">
    719 <!ENTITY mesa-version                 "&mesa-major-minor;.5">
     719<!ENTITY mesa-version                 "&mesa-major-minor;.6">
    720720<!ENTITY xbitmaps-version             "1.1.2">
    721721<!ENTITY xcursor-themes-version       "1.0.6">
  • x/installing/mesa.xml

    r56245ff9 r43149b8  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "054ba48eeb36b1b7a87f3f150f21f689">
     9  <!ENTITY mesa-md5sum        "3177e69362d2be742596967e7f87298e">
    1010  <!ENTITY mesa-size          "16 MB">
    11   <!ENTITY mesa-buildsize     "674 MB (with docs, add 380 MB for tests)">
    12   <!ENTITY mesa-time          "3.6 SBU (Using parallelism=4; with docs, add 0.6 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "756 MB (with docs, add 389 MB for tests)">
     12  <!ENTITY mesa-time          "3.6 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
    1313]>
    1414
     
    8686          install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">
    8787          mesa-demos</ulink> package)
     88        </para>
     89      </listitem>
     90      <listitem>
     91        <para>
     92          Required patch (for systems with NVIDIA GPUs):
     93          <ulink url="&patch-root;/mesa-&mesa-version;-nouveau_fixes-1.patch"/>
    8894        </para>
    8995      </listitem>
     
    227233<screen><userinput>GALLIUM_DRV="crocus,i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
    228234DRI_DRIVERS="i965,nouveau"</userinput></screen>
     235
     236    <note>
     237      <para>
     238        If you are using a NVIDIA GPU in your system, a special patch has been
     239        created that allows for proper multi-threading in the Mesa driver. This
     240        fixes issues with multi-threaded Qt applications, as well as with
     241        starting some GNOME Applications. This patch is also essential if you
     242        plan to use KDE Plasma.
     243
     244        Apply the patch using the following command:
     245      </para>
     246
     247<screen><userinput remap="pre">patch -Np1 -i ../mesa-&mesa-version;-nouveau_fixes-1.patch</userinput></screen>
     248    </note>
    229249
    230250    <para>
  • x/installing/x7driver-nouveau.xml

    r56245ff9 r43149b8  
    116116    <sect3 role="installation">
    117117      <title>Installation of Xorg Nouveau Driver</title>
     118
     119      <note>
     120        <para>
     121          Please ensure that you have installed <xref role="nodep" linkend="mesa"/>
     122          with the nouveau fixes patch prior to continuing.
     123        </para>
     124      </note>
    118125
    119126      <para>
Note: See TracChangeset for help on using the changeset viewer.