Avoid sddm-greeter to have high CPU usage

brisbanewebdeveloper

Brisbane Web Developer

Posted on February 12, 2022

Avoid sddm-greeter to have high CPU usage

Summary

My iMac having Ubuntu kept having high CPU usage with the program sddm-greeter.

Solution

Amending the file /etc/security/pam_env.conf fixed up the issue :

/etc/security/pam_env.conf
======
#
# Avoid high cpu usage with sddm-greeter
# https://github.com/sddm/sddm/issues/323
QT_QUICK_BACKEND DEFAULT=software
Enter fullscreen mode Exit fullscreen mode

Reference

Related Post

💖 💪 🙅 🚩
brisbanewebdeveloper
Brisbane Web Developer

Posted on February 12, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related