Set new CPU Priority for omxplayer
|
11th Jan, 2013, 06:39 AM
Post: #6
|
|||
|
|||
RE: Set new CPU Priority for omxplayer
I've added the following line to the "do_start" function in "etc/init.d/xbmc":
Code: renice -10 -p $(pgrep xbmc.bin) But the CPU priority is still 0 after a restart. When I execute the command in the command line it's working fine. Can anyone please help with the init script? |
|||
« Next Oldest | Next Newest »
|