View Single Post
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2757
@karam
thanks a lot for the update

I think it is important to renice the processes of cpu_sleep back to 0 in cpu_normal
otherwise their nice value will always remain 1 & the processes will be ignored during cpu load

/opt/dbus-scripts/cpu_normal
Code:
renice 0 `pgrep modest`
renice 0 `pgrep browserd`
renice 0 `pgrep image-viewer`
@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
__________________
kernel-power v52
N900 rocks
http://n900world.blogspot.com/

Last edited by carbonjha; 2011-12-03 at 04:01.
 

The Following 4 Users Say Thank You to carbonjha For This Useful Post: