legionus / kbd

Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
https://kbd-project.org
Other
84 stars 41 forks source link

setfont doesn't work on console if nothing was echo-ed before #38

Closed kogaba closed 4 years ago

kogaba commented 4 years ago

Hi When I tried to set consolefont with initrd and also used the quiet kernel parameter, the character set does not changed, because nothing was echoed to the console before setfont. My workaround now is to add an echo -en "a\010 \010" before setfont as described here: https://bugs.archlinux.org/task/65148#comment190031

Not sure if it's a setfont issue or kernel issue Cheers

legionus commented 4 years ago

The setfont only uses ioctl's for configuration. I also configure the console in initrd but have not seen such problems. It looks like you hit the problem in systemd.

legionus commented 4 years ago

ok. feel free to reopen.