View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#379
Originally Posted by int_ua View Post
What do you think about
Code:
$ cat /etc/event.d/autostart  
start on started hildon-desktop
console none
service

script

renice -10 `pidof hildon-desktop`

end script
?
I don't remember if I got to posting it anywhere.
It allows me to use switching between windows under heavy load.
Maemo already using cgroups for configuring process scheduler, so I think playing with niceness can somehow reconfigure cgroups...

But correcting kernel scheduler sounds like good idea. I think that we should be able to fix state when some process with GUI window block full system. But renice hildon-desktop does not sounds like good idea, specially when you have battery hungry applets... Maybe better idea is to renice window manager (it is matchbox?)

This is good question for other hildon-desktop developers... @freemangordon?
 

The Following 5 Users Say Thank You to pali For This Useful Post: