Changeset 2ac9944


Ignore:
Timestamp:
07/26/2023 08:04:05 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
4ada352
Parents:
1903174
git-author:
Xi Ruoyao <xry111@…> (07/26/2023 07:13:33 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/26/2023 08:04:05 AM)
Message:

xorg-config: Remove "AIGLX error" section

With modesetting driver, $HOME/.local/share/xorg/Xorg.0.log contains:

[ 65817.713] (II) AIGLX: Loaded and initialized crocus

And there is no more "AIGLX error" messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-config.xml

    r1903174 r2ac9944  
    272272usermod -a -G video &lt;user running xorg&gt;</userinput></screen>
    273273
    274     <bridgehead renderas="sect5">(EE) AIGLX error: dlopen of /opt/xorg/lib/dri/i965_dri.so failed</bridgehead>
    275 
    276   <para>
    277     This error, accompanied by (EE) AIGLX error: unable to load driver i965, occurs
    278     in some systems with Intel based graphics devices.  It is caused by a mismatch
    279     between the current <xref linkend='xorg-server'/> and <xref linkend='mesa'/>. Xorg
    280     no longer uses the i965 driver and uses the crocus or iris mesa drivers as
    281     indicated by the <command>xdriinfo</command> command.  It can safely be ignored.
    282   </para>
    283 
    284   <para>
    285     If desired, this warning can be removed by commenting out lines
    286     330-331 and 337-338 (LogMessage) of
    287     <filename>glx/glxdricommon.c</filename> in the <xref linkend='xorg-server'/>
    288     package.
    289   </para>
    290 
    291274  </sect2>
    292275
Note: See TracChangeset for help on using the changeset viewer.