On 16/11/2023 15:30, Michal Suchánek wrote:
On Thu, Nov 16, 2023 at 02:39:23PM +0000, Guilherme Moro wrote:
On 10/10/2023 09:35, Jan Engelhardt wrote:
On Tuesday 2023-10-10 10:26, Thomas Zimmermann via openSUSE Factory wrote:
fbiterm has been unmaintained for >15 years
8 years give or take; https://github.com/jengelh/fbterm/commits/master
But there's no good drop-in replacement.
kmscon.
$ cat /etc/kmscon/kmscon.conf font-name=Consoleet VGA 9x16 font-size=32
(systemctl enable kmsconvt@tty2)
It even does CJK (which is what fb(i)term was previously used for).
We currently use ksmcon AND fbiterm in jeos-firstboot
https://github.com/openSUSE/jeos-firstboot/blob/master/files/usr/sbin/jeos-f...
As said before, for CJKZ fonts, currently we default to ksmcon with fbiterm as fallback. When this gets around to be dropped please drop us a line.
It's being dropped now - that's what this is saying.
There should be no change for kmscon, fbiterm will no longer start.
At this point all graphics that you can reasonably use supports KMS which means that the fbiterm fallback is redundant.
Thanks
Michal
OK, we are prepared to just skip if it does not work, just need to be sure not to try and install the packages during the build of our Minimal-VM images. Thanks, Guilherme Moro