View Single Post
Old 09-17-2014, 04:42 PM   #97
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by baochan View Post
I could try again and check. It was one of my primary fonts so either stock Malabar or a sideloaded LexiaDaMa. The first two books I opened had every line cut off on the right-hand side (usually missing a letter or two) so I just removed the option from the config file. I don't remember if the books were sideloaded or Kobo-purchased, possibly one of each. Changing to a different font fixed it but I didn't want to have to settle.

Just wanted to mention it in case Nate came across it during his review, it's not the fault of the H2O, it's from using a beta feature that isn't ready for production yet.
Do you use the patch (kobo patch 38)?

Code:
<Patch>
patch_name = `Margins fine tuning`
patch_enable = `yes`
#
# Do not enable this patch unless you're sure you need it.
# It may cause the screen to be off-centre.
#
# Initial replaces
replace_bytes = 957626, 19 46, 00 21
replace_bytes = 95762A, 1A 46, 00 22
# Values for replace
# Left margin
replace_int = 957626, 0, 01
# Top margin
replace_int = 95762A, 0, 01
</Patch>

On my Glo I have to enable this "Margins fine tuning" patch. When it is disabled the screen is off center (left margin size is bigger than the right margin size) and some characters are cut off.
At least for the Glo this patch seems to do the opposite and centers the screen.

Last edited by Anak; 09-20-2014 at 10:45 AM. Reason: replaced the code section: copy/paste whole patch (with settings)
Anak is offline   Reply With Quote