And:

#!/bin/bash

# Glamor should not run on platforms prior to Pi 4.

if ! raspi-config nonint gpu_has_mmu ; then
        if ! [ -e /usr/share/X11/xorg.conf.d/20-noglamor.conf ] ; then
                cat > /usr/share/X11/xorg.conf.d/20-noglamor.conf << EOF
Section "Device"
        Identifier "kms"
        Driver "modesetting"
        Option "AccelMethod" "msdri3"
        Option "UseGammaLUT" "off"
EndSection
EOF
        fi
else
        if [ -e /usr/share/X11/xorg.conf.d/20-noglamor.conf ] ; then
                rm /usr/share/X11/xorg.conf.d/20-noglamor.conf
        fi
fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2044718

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/sddm/+bug/2044718/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to