06-07-2022, 01:11 PM | #76 | |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Quote:
Code:
echo ondemand > /sys/devices/system/cpu/cpuX/cpufreq/scaling_governor You can input the above command in a terminal via telnet/ssh or turn it into a nickelmenu command with cmd_spawn. Note that it will reset back to Interactive whenever you reboot or switch to a different application like koreader. Last edited by rtiangha; 06-07-2022 at 05:29 PM. |
|
06-07-2022, 07:03 PM | #77 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
performance would be the first choice to validate the theory *at all*, battery life be damned (hell, it might still be more efficient than a stock Sage anyway ;D) .
Nobody's answered me on that front in the related KOReader GH issue, FWIW. As for the sterile back and forth before: It's definitely NanoClock, trust me. |
06-07-2022, 07:28 PM | #78 | |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Quote:
Anyway, I recently imported a couple of books whose covers or images manage to consistently power off my device. Inspired by this thread, I tried changing the governor to ondemand and I was able to get past the cover on one of those books. With the other one, I couldn't get past things unless I also disabled dithering. If I had more samples, I'd see if performance would work consistently with dithering on, but I don't. No idea what that all implies though. Last edited by rtiangha; 06-07-2022 at 07:44 PM. |
|
06-07-2022, 08:26 PM | #79 |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Well, for those who just want to copy/paste, here's a simple nickelmenu entry to change the governor on one CPU core:
Code:
menu_item :main :CPU Governor :cmd_spawn :quiet : echo governor > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor Code:
interactive ondemand conservative powersave performance However, it looks like Elipsa and Sage are quad core devices, so that may not work because you should apply the same governor to all cores. You may be better off creating a script (I'll call it governor.sh): Code:
#!/bin/sh echo governor > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo governor > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor echo governor > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor echo governor > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor Code:
menu_item :main :CPU Governor :cmd_spawn :quiet : /path/to/governor.sh Last edited by rtiangha; 06-07-2022 at 08:33 PM. |
06-08-2022, 02:25 PM | #80 |
Linux User
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
|
if you prefer a one-liner you can also use tee
Code:
echo ${governor} | tee /sys/devices/system/cpu/*/cpufreq/scaling_governor |
06-08-2022, 06:54 PM | #81 |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
OK, looks like I was wrong about changing cpu governors solving my problem. It was more having the device plugged into power that made things work, regardless of governor. It's quite reproducible and I have no idea what's going on.
If anyone wants to take a look at the kepub, let me know (no judging on my choice of reading material!). It forces my Glo HD to turn off as soon as you open the cover, so testing things is quick. Open to any other ideas too. |
06-08-2022, 07:11 PM | #82 | |
Resident Curmudgeon
Posts: 76,495
Karma: 136564766
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
06-08-2022, 07:44 PM | #83 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@rtiangha: The GloHD quirks on specific patterns is a separate issue that's known by Kobo (IIRC, there's even a reply by George about it in this very forum. It might even be referenced in one of the issues in the message you quoted).
(It's tied to specific patterns which require the eInk tech to draw more power to switch. Said behavior depends to some extent on the tech's generation, but it's usually checkered patterns (i.e., specific contrasts over a specific amount of consecutive pixels)). Dithering patterns are usually full of those, hence the link with dithering . |
06-08-2022, 08:02 PM | #84 | |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Quote:
I didn't know it was a known issue. Is there anything else that can be done to mitigate it? Setting aside in-book images, would converting all covers to black-and-white help reduce that power draw? It's a really annoying problem but as long as I can open the book, I can use the slider to skip over problem images inside. |
|
06-09-2022, 05:04 AM | #85 | |
Resident Curmudgeon
Posts: 76,495
Karma: 136564766
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
06-09-2022, 04:15 PM | #86 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
It's a hardware issue. Displaying an offending pattern with no software running at all would trigger the issue.
|
06-09-2022, 10:26 PM | #87 |
Wizard
Posts: 1,224
Karma: 5372649
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
|
|
06-10-2022, 05:17 AM | #88 |
Resident Curmudgeon
Posts: 76,495
Karma: 136564766
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Can you show us some photos showing the difference in dithering for ePub and KePub? I've never found a problem with the ePub dithering. in the 4.x firmware versions.
|
06-11-2022, 02:39 PM | #89 | |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Quote:
|
|
06-12-2022, 12:14 PM | #90 |
the rook, bossing Never.
Posts: 12,379
Karma: 92073397
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
|
Two Sage models now rolled back to 4.32.x as either version of 4.33.x makes the Advanced Notebooks intermittent for writing or export.
|
Tags |
firmware, firmware release |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Firmware Update Instructions and the latest Firmware Versions | mitchwah | Ectaco jetBook | 113 | 10-24-2023 10:02 PM |
Nouveau firmware firmware 6.5.765 pour la Inkpad 3/PB740 | mooms | PocketBook | 0 | 11-08-2021 09:23 AM |
Firmware Update Kindle firmware 5.12.1 | eilon | Amazon Kindle | 102 | 09-26-2019 09:38 PM |
Firmware glitch - typing text slow on some firmware+device combinations | mdp | Onyx Boox | 11 | 11-11-2017 01:48 AM |
Firmware 2.0.3 Pocketbook IQ - another firmware is release for IQ | tvpupsik | PocketBook | 26 | 12-13-2010 04:03 PM |