@All qtlockscreen users can test this add this line in /opt/dbus-scripts/cpu_sleep Code: renice -1 `pgrep qtlockscreen` this will increase the priority of qtlockscreen when using and in /opt/dbus-scripts/cpu_normal Code: renice 19 `pgrep qtlockscreen` this will decrease the priority of qtlockscreen when screen is unlocked
renice -1 `pgrep qtlockscreen`
renice 19 `pgrep qtlockscreen`