View Single Post
Old 09-29-2019, 03:56 PM   #12
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@pazos: IIRC, that error is "normal", and related to the width/height swap because of the Landscape panel on the H2O. I certainly remember seeing it on my device as part of a normal and working boot process (quite possibly when pickel or nickel rotates the fb) .

EDIT: Yup, fbdepth -r 0 -> fbdepth -r 3 triggers it, too.

Code:
[FBInk] Detected a Kobo Aura H2O (370 => Dahlia @ Mark 5)
Variable fb info: 1440x1080 (1440x2304), 8bpp @ rotation: 0 (Upright, 0°)
Fixed fb info: ID is "mxc_epdc_fb", length of fb mem: 6684672 bytes & line length: 1440 bytes

Current bitdepth is already 8bpp!

Switching fb to 8bpp (current bitdepth) @ rotation 3 . . .
Setting bitdepth to 8bpp
Setting grayscale to 1
Setting rotate to 3 (Counter Clockwise, 270°)
Setting rotate to 1 (Clockwise, 90°) to account for kernel rotation quirks
Bitdepth is now 8bpp (grayscale: 1) @ rotate: 3 (Counter Clockwise, 270°)

Variable fb info: 1080x1440 (1088x3072), 8bpp @ rotation: 3 (Counter Clockwise, 270°)
Fixed fb info: ID is "mxc_epdc_fb", length of fb mem: 6684672 bytes & line length: 1088 bytes


epdfbdc_set_width_height(1439): new DCSize(3342336)>original DCSize(3317760) !

Last edited by NiLuJe; 09-29-2019 at 04:01 PM.
NiLuJe is offline   Reply With Quote