braslaw:
если и минимальную и максимальную частоты поставить 729, то полос в камере нете. может из-за скачка частот во время работы камеры???!!!
Добавлено спустя 17 минут 22 секунды
в режимах minmax, userspace, powersave, smartass и performance при минимальной частоте 122 и максимальной 729 тоже нету никаких полос!
Добавлено спустя 5 минут 12 секунд
из форума forum.xda-developers
................................................................................................................................
что такое i/o scheduler в no frills CPU control?
Q: What are governors and which one should I choose?
A: CPU frequency scaling allows you to change the clock speed of CPUs on the fly. This can save power, because the lower the CPU clock speed, the less power the CPU consumes. Governors are different policies to scale frequency.
- powersave will always set the "min" and never change it (всегда минимальная частота)
- performance will always set the "max" and never change it (всегда максимальная частота)
- ondemand (usually the default) will raise the value by a step up when the cpu is used, and lower the value by a step down when the cpu is not (much) used. (по умолчанию)
- conservative is like ondemand but will be slower when changing frequencies (скачки изменения частоты более медленные, чем в ondemand)
- interactive is (conceptually) like ondemand but will be quicker when changing frequencies.(скачки изменения частоты более быстрые чем в ondemand)
- smartass is (conceptually) like interactive, but I haven't understood yet why it's so much smart and loved by users. (тоже что и interactive, но почему-то любима пользователями)
- userspace will do nothing at all, so don't choose it. I may hide it in a future release to avoid confusion (вообще ничего не делает)
................................................................................................................................
в minmax, userspace, powersave смысла никакого нет
в smartass и conservative камера работает нормально