Gentoo Archives: gentoo-dev

From: Anupam Kapoor <anupamk@×××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] limiting the number of virtual consoles in user mode linux
Date: Wed, 09 Jul 2003 08:25:08
Message-Id: 87d6gjtppt.fsf@speakeasy.net
In Reply to: Re: [gentoo-dev] limiting the number of virtual consoles in user mode linux by Sven Vermeulen
1 Sven Vermeulen <swift@g.o> writes:
2
3 > On Wed, Jul 09, 2003 at 12:43:34PM -0700, Anupam Kapoor wrote:
4 >> is it possible to limit the number of virtual consoles that are spawned
5 >> when a user mode linux kernel boots ? right now, i have 8 virtual
6 >> consoles (vc0-vc7) launched when i boot a gentoo uml kernel.
7 >
8 > Edit /etc/init.d/consolefont, search for the string
9 > for x in 1 2 3 4 5 6 7 8 9 10
10 > and change it to
11 > for x in 1 2
12 > to obtain 2 vc's...
13
14 hmmm...i tried looking for consolechars and it is not installed on my
15 machine. from the comments in the /etc/init.d/consolefont it seems that
16 it is begin used for setting user fonts.
17
18 the man page for consolechars (found from google) says that it is
19 responsible for :
20
21 "... loads a font into the EGA/VGA character generator, and optionally
22 outputs the previous font. This command reads an 8x H font from the
23 file and loads it into the character generator memory."
24
25 i am not sure i understand how it is related to spawning multiple
26 consoles during system boot.
27
28 can you please explain ?
29
30 thank you
31 kind regards
32 anupam
33
34
35 >
36 > Wkr,
37 > Sven Vermeulen
38 >
39 > --
40 > Thanks to DRM, you know that something has been built in environment of
41 > unspecified degree of security, from source you cannot check, written by
42 > programmers you don't know, released after passing QA of unknown quality and
43 > which is released under a license that disclaims any responsibility...
44
45 --
46 ...mathematicians do it smoothly and continuously or discretely in groups and in fields.
47
48
49 --
50 gentoo-dev@g.o mailing list

Replies