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-X,
which is subscribed to xorg-server in 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


_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to