View Single Post
Posts: 356 | Thanked: 69 times | Joined on Jan 2010 @ Poland
#2769
Originally Posted by carbonjha View Post
@All
qtlockscreen users can test this

add this line in /etc/dbus-scripts/cpu_sleep
Code:
renice -1 `pgrep qtlockscreen`
this will increase the priority of qtlockscreen when using


and in /etc/dbus-scripts/cpu_normal
Code:
renice 19 `pgrep qtlockscreen`
this will decrease the priority of qtlockscreen when screen is unlocked
what if I use qtlockscreen and I don't have dbus-scripts folder? all I can find in etc is dbus-scripts.d and tow files inside