Ignore:
Timestamp:
08/11/2021 02:37:44 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
beea728
Parents:
883e376
Message:

Add the xf86-video-ati patch, fixing performance regressions that
prevent KDE Plasma/GNOME from starting on SysV, but also guarding
against changes in upcoming xorg-server releases and fixing the build
issue with GCC-10.

File:
1 edited

Legend:

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

    r883e376 rbb78d32  
    8585          <para>
    8686            Estimated build time: &xorg-ati-driver-time;
     87          </para>
     88        </listitem>
     89      </itemizedlist>
     90
     91      <bridgehead renderas="sect4">Additional Downloads</bridgehead>
     92      <itemizedlist spacing="compact">
     93        <listitem>
     94          <para>
     95            Required patch:
     96            <ulink url="&patch-root;/xf86-video-ati-&xorg-ati-driver-version;-upstream_fixes-1.patch"/>
    8797          </para>
    8898        </listitem>
     
    183193
    184194<!--
    185   Note: Fixed upstream, should be unneeded for versions gtr 19.1.0
    186 -->
     195  Note: Fixed upstream, should be unneeded for versions gtr 19.1.0.
     196  Patch also includes the fix.
     197
    187198      <para>
    188199        First, fix an issue exposed by GCC 10 and later:
     
    191202<screen><userinput>sed -e 's/miPointer/extern &amp;/' \
    192203    -i src/drmmode_display.h</userinput></screen>
     204-->
     205
     206      <para>
     207        First, apply a patch including fixes for known performance regressions
     208        and future problems with Xorg-Server.
     209      </para>
     210
     211<screen><userinput remap="pre">patch -Np1 -i ../xf86-video-ati-&xorg-ati-driver-version;-upstream_fixes-1.patch</userinput></screen>
    193212
    194213      <para>
Note: See TracChangeset for help on using the changeset viewer.