Changeset 5688813


Ignore:
Timestamp:
08/31/2023 06:38:14 AM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
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:
7ecc6cd9
Parents:
fe66201b
Message:

Revert the additional instructions for Crocus and GDM.

I had the Intel Media Driver installed on this system at some point in
the distant past, and it installed /etc/profile.d/intel-media.sh - which
overrode the libva-intel-driver, and caused gstvaapi.so to fail to load
correctly on Wayland... which then caused GDM to fail to start. Note
that X11 worked fine because of using a different code path.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rfe66201b r5688813  
    5252     <para>August 30th, 2023</para>
    5353     <itemizedlist>
    54        <listitem>
    55          <para>[renodr] - Add some instructions to disable Wayland support in
    56          GDM on systems which use the Crocus driver from Mesa.</para>
    57        </listitem>
    5854       <listitem>
    5955         <para>[renodr] - Archive LXDM because of problems with PAM and
  • x/dm/gdm.xml

    rfe66201b r5688813  
    238238
    239239 <screen role="nodump"><userinput>ln -s /dev/null /etc/udev/rules.d/61-gdm.rules</userinput></screen>
    240 
    241       <para>
    242         On some systems which use the <application>Crocus</application> driver
    243         from Mesa, Wayland support is broken, which will cause GDM to fail to
    244         launch. To work around this problem on affected systems, force GDM to
    245         use Xorg by executing the following command as the &root; user:
    246       </para>
    247 
    248 <screen role="nodump"><userinput>sed -i '/#WaylandEnable/s/#//' /etc/gdm/custom.conf</userinput></screen>
    249240
    250241    </sect3>
Note: See TracChangeset for help on using the changeset viewer.