FS#78958 - [kbd] Reporting 'Unable to load such font with such kernel version' at boot
Attached to Project:
Arch Linux
Opened by IMBJR (IMBJR) - Monday, 03 July 2023, 11:41 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:18 GMT
Opened by IMBJR (IMBJR) - Monday, 03 July 2023, 11:41 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:18 GMT
|
Details
Description:
kbd now reports a loading font error on boot-up. Additional info: * package version: kbd 2.6.1 Steps to reproduce: Boot into system, see the following reported, but not recording in the journal: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version Looking at the source code: if (errno == ENOSYS) { KFONT_ERR(ctx, _("Unable to load such font with such kernel version")); return -1; } it appears that ENOSYS is "Function not implemented". i.e. a regression or the font in question is no longer supported. |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:18 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/kbd/issues/1
Saturday, 25 November 2023, 20:18 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/kbd/issues/1
setfont: KDFONTOP: Function not implemented
After a full upgrade, the message stays the same - i.e. it does not become setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
Replacing the hooks keymap and consolefont with sd-vconsole and regenerating the kernel image will remove the message.
[1] https://github.com/legionus/kbd
Also my in vconsole.conf defined Keymap is not applied anymore in initramfs stage
Also my in vconsole.conf defined Keymap is not applied anymore in initramfs stage
`setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version`
when I tried to add `BINARIES=(setfont)` to mkinitcpio.conf
otherwise i get:
`setfont: KDFONTOP: Function not implemented`