Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Console Font in Debian reverts to default on initial boot?

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
UnluckyForSome
Posts: 1
Joined: 2020-08-20 14:11

Console Font in Debian reverts to default on initial boot?

#1 Post by UnluckyForSome »

I've installed the "miniwi" font successfully on Debian Linux 10 (Raspbian) by adding a font to the right directory and then editing

Code: Select all

/etc/default/console-setup

and adding

Code: Select all

FONT="miniwi.psf.gx".
However, this font only seems to activate halfway through the boot process - I can't quite catch at what point the font is being loaded, but I'd be much happier if it loaded at boot right away - as currently the font size changes dramatically about halfway through the boot process!

Someone else mentions similar behavior here:

https://unix.stackexchange.com/a/214302/429146

However his solution seems to be having no effect for me, I think the way Debian handles things has probably changed since then?

Is there anything I can modify/do to call this change at the very beginning of the boot process?

Many thanks :D

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Console Font in Debian reverts to default on initial boo

#2 Post by Head_on_a_Stick »

UnluckyForSome wrote:(Raspbian)
That is not supported here, I've moved the thread to the Offtopic section. Ask on the Raspbian forums instead.

If this were a Debian system then I would advise to add the kernel driver for the video card in /etc/initramfs-tools/modules and then rebuild the initramfs:

Code: Select all

# update-initramfs -u -k all
That would enable an early KMS start for the driver but I don't think it will work for your disgustingly blob-infested Mali graphics chip.
deadbang

Post Reply