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

 

 

 

[SOLVED]How to keep the orginal font in virtual consoles

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
pythagorasmk
Posts: 148
Joined: 2015-01-18 03:40
Been thanked: 2 times

[SOLVED]How to keep the orginal font in virtual consoles

#1 Post by pythagorasmk »

When the system is booting there are messages from the booting process. In the beginning messages are printed using one font, but when the kernel is setting up the console the font is changed. I want a method to keep the first font, because in my opinion it is better. But I don't know which font is that, and I don't know where I can setup the font for virtual consoles.
I am using Nouveau driver with old nvidia graphics card, but I think that that have no influence on the problem.
Last edited by pythagorasmk on 2019-11-17 17:23, edited 1 time in total.

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

Re: How to keep the orginal font in virtual consoles

#2 Post by Head_on_a_Stick »

pythagorasmk wrote:I don't know which font is that
It's called the "VGA" font and is the native font supplied by your video card.
pythagorasmk wrote:I don't know where I can setup the font for virtual consoles

Code: Select all

# apt install console-setup
# dpkg-reconfigure console-setup
deadbang

pythagorasmk
Posts: 148
Joined: 2015-01-18 03:40
Been thanked: 2 times

Re: How to keep the orginal font in virtual consoles

#3 Post by pythagorasmk »

Thanks man, your answer have solved the problem.

Post Reply