공지사항
최근 포스트
최근 댓글
최근 트랙백
관리 메뉴

삶을 누리는 디비누스

딥아이들 모드 Deep Idle Mod 본문

스마트폰/넥서스 S

딥아이들 모드 Deep Idle Mod

케일럽 2011. 11. 8. 00:04

가령 5,000 MHz 양의 일이 있다고 가정해보자...
let us suppose there is a task needing 5,000 MHz...

가장 낮은 속도인 100 MHz 에서 일을 한다면 5,000 / 100 즉 50초가 걸린다... 만약 1초에 950 mV를 사용한다면 50초 동안 45,000 mV 분량의 배터리를 소모했다... 다음 공식과 같다.
when you work at the lowest speed, 100 MHz, it will take 50 seconds to achieve 5,000 MHz... if you drain 950 mV for 50 seconds, you'd drain 45,000 mV of battery... as follows...

5,000 MHz / 100 MHz = 50 s
50 s x 950 mV = 47,500 mV

그럼 빠른 속도에서 일한다면 어떨까?
what if we use faster speed?

5,000 MHz / 1000 MHz = 5 s
5 s x 1250 mV = 6,250 mV !!!

보통 오버클럭하면 배터리 소모가 많아진다고들 하는데 이번 공식으로 완전 다른 이론이 나왔다... 즉 빨리 일하고 쉬는 것이 배터리 소모가 줄어든다는 것이다!
normally, when we overclock, we'd think we'll spend more battery... but this simple formula shatters that theory... in others words, you work faster and rest to reduce battery drain...

그리고 Ezekeel 님의 딥아이들 모드가 나오면서 현실화 된 것이다... 그리고 xda 포스트에 친절히 아래 그래프도 첨부해 주셨다!
and with Ezekeel's Deep Idle mod, it became a reality... he even demonstrated with the following graph on xda post...

근데 이번 포스트를 쓰면서 문득 토끼와 거북이 이솝우화가 생각났다... 토끼가 빨리 뛰어가서 중간쯤에서 자고 있다가 꾸준히 기어가는 거북이한태 지는 이야기... 훗...
as i was writing this post, it reminded me of rabbit and turtle in Aesop's Fables... a story about a rabbit who lost to a race because the rabbit took a nap on the way while the turtle kept at it... lol

딥아이들도 처음 단계에는 빨리 완료하고 쉬고 있다가 BSoD (Black Screen of Death), 즉 화면 꺼졌다가 다시는 못 일어나는 형상이 있었는데... 완전 토끼 꼴이다... ㅋㅋ
first stages of deep idle had such occurrences through BSoD (Black Screen of Death)... once deep idle, no coming back... just like a rabbit in the fable...

결국 Ezekeel 님이 버그를 고쳐서 완성되어가는 딥아이들 모드... 이제는 화면 킨 상태에서도 느려짐 없이 딥아이들 모드로 들어갈 수 있는 모드를 찾아본다니... 기대된다... >,<
eventually, Ezekeel fixed the bugs to perfect deep idle mod... Now he is looking for ways to enter deep idle mod even when screen is on; without any lags of course... looking forward to it... >,<

버그: deepidle/enabled 가 "1"로 되있었는데도 활성화가 않되는 버그가 있었네요... 확인하는 방법은 터미널에서 다음을 입력하세요...
Bug: there is a known bug where even though deepidle/enabled says "1", its not activated... to see if its really activated type the following in the terminal...

su

cat /sys/class/misc/deepidle/idle_stats

하면 딥아이들에서 보낸 시간 확인 가능하구요...
you can check the time spent in deepidle...

만약 활성화 않되었다면 순정 카매라 앱 한번 실행하면 딥아이들이 활성화되네요...
if its not activated, try opening a stock cam app; some users claim it activates deepidle...

가장 최신 버그를 고치면서 lazy 거버너에 추가된 기능을 소개합니다... 딥아이들 모드를 lazy 거버너와 최적화합니다. 화면 끈 상태에서 가장 빠른 cpu 속도를 사용하게 됩니다. 그 이유는 전에도 설명했지만 빠른 속도로 딥아이들로 들어가기 위해섭니다. 설정은 다음과 같습니다
let me introduce latest bug fix & added functionality to the lazy governor. this setting will optimize deep idle mod with lazy governor... what this does is when screen is off, you uses maximum cpu speed. as mentioned before, this is to ensure you enter deep idle mode as soon as possible. to set it, run the following script.

echo 1 > /sys/devices/system/cpu/cpufreq/lazy/screenoff_maxfreq 




댓글 건 | 트랙백 건