You are not logged in.

#1 2005-03-18 02:13:00

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Boot screen and small font

I have changed cosolefont to ter-k12n, and since i did it, '[done]' before INIT:3 appearing at the center of screen, '[done]' after INIT:3 appearing at the right edge of screen. Like this(then i change font to default or to ter-k16n all look ok):

::Text Text Text                        [done]
........
::Text Text Text                        [done]
INIT: 3
::Text Text Text                                              [done]
::Text Text Text                                              [done]
........

Can i fix it?

Offline

#2 2005-03-18 16:02:10

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Boot screen and small font

no, the position of the "[done]" is done with spaces and calculated at the time of the output... so with the larger font, it says "hey I need X spaces to put this against the right side" and when the font changes, it can't go back and change old output...

unless you switch the place where the console font is changed....

Offline

#3 2005-03-19 12:33:56

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Re: Boot screen and small font

I add line 'setfont ter-n12r' at the top of rc.sysinit and now font changing at the start of initscripts loading process. But '[done]' align as i shown it in the first post - align to right side of screen is applying after 'INIT: 3'.

Offline

#4 2005-03-19 19:19:31

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Boot screen and small font

hmmm, try and find where it gets the number of columns for the display... I cant recall where it is

Offline

Board footer

Powered by FluxBB