Hi,
I tried fbink with the new Kobo Sage reader (more or less the replacement of Kobo Forma). It seems that fbink does not support it (yet?).
It is used by AutoShelf (that I patched to use your 1.24.0 version). It is run during file transfert (so /mnt/onboard is unmounted). Here is the stderr:
Code:
+ fbink -g 'file=/usr/local/AutoShelf/autoshelf-off.png'
[FBInk] Couldn't find a Kobo version tag (onboard unmounted or not running on a Kobo?)!
[FBInk] Unknown Kobo PCB ID index (98 >= 88)!
[FBInk] Detected a Kobo Trilogy? (0 => @ )
[FBInk] Enabled Kobo w/o Multi-Touch quirks
[FBInk] Clock tick frequency appears to be 100 Hz
[FBInk] Screen density set to 167 dpi
[FBInk] Variable fb info: 1920x1440, 32bpp @ rotation: 0 (Upright, 0°)
[FBInk] Fontsize set to 16x16 (IBM base glyph size: 8x8)
[FBInk] Line length: 120 cols, Page size: 90 rows
[FBInk] Horizontal fit is perfect!
[FBInk] Fixed fb info: ID is "", length of fb mem: 22118400 bytes & line length: 7680 bytes
[FBInk] Pen colors set to #000000 for the foreground and #FFFFFF for the background
When run through a dropbear connexion, here is the output (stdout and stderr):
Code:
# fbink -g 'file=/usr/local/AutoShelf/autoshelf-off.png'
[FBInk] Unidentified Kobo device code (383)!
[FBInk] Detected a Kobo Unknown! (383 => @ )
[FBInk] Clock tick frequency appears to be 100 Hz
[FBInk] Screen density set to 167 dpi
[FBInk] Variable fb info: 1920x1440, 32bpp @ rotation: 0 (Upright, 0°)
[FBInk] Fixed fb info: ID is "", length of fb mem: 22118400 bytes & line length: 7680 bytes
[FBInk] Canonical rotation: 1 (Clockwise, 90°)
[FBInk] Fontsize set to 16x16 (IBM base glyph size: 8x8)
[FBInk] Line length: 120 cols, Page size: 90 rows
[FBInk] Horizontal fit is perfect!
[FBInk] Pen colors set to #000000 for the foreground and #FFFFFF for the background
Displaying image '/usr/local/AutoShelf/autoshelf-off.png' @ column 0 + 0px, row 0 + 0px (scaling: 0x0, H align: 0, V align: 0, inverted: N, flattened: N, waveform: AUTO, HW dithering: PASSTHROUGH, SW dithered: N, nightmode: N, skip refresh: N)
In both cases, nothing is displayed.
Do you think this can be fixed? Do not need more information about the hardware?
Regards