Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Several problems of a newbie
Date: Wed, 22 Mar 2006 18:46:17
Message-Id: 7573e9640603221033p1fe7b62cudb2561163e5c7a3c@mail.gmail.com
In Reply to: [gentoo-user] Several problems of a newbie by Meino Christian Cramer
1 On 3/22/06, Meino Christian Cramer <Meino.Cramer@×××.de> wrote:
2 > What happens? The kernel boots and shows the tiny font I like so
3 > much. But suddenly while working on the bootscripts, the size of the
4 > fonts switched to a bigger (ugly, rectangle-shaped font).
5
6 This is when gentoo sets the console font.
7
8 Try using "setfont" on the console to find a font you like. You can
9 find the console fonts in /usr/share/consolefonts. For example, to
10 try the font "lat0-08.psfu.gz", run "setfont lat0-08".
11
12 When you find the font that works for you, update /etc/conf.d/consolefont.
13
14 You could also just do "rc-update del consolefont".
15
16 > In file included from apmsleep.c:57:
17 > /usr/include/time.h:160: error: redefinition of `struct itimerspec'
18 > /usr/src/linux/include/asm/smp.h:37: warning: array 'cpu_sibling_map' assumed to
19 > have one element
20 > /usr/src/linux/include/asm/smp.h:38: warning: array 'cpu_core_map' assumed to ha
21 > ve one element
22
23 Hmm, somehow you have managed to mix userspace headers (from
24 /usr/include) and kernel headers (usr/src/linux/include). This is
25 never a good thing.
26
27 Check /usr/include/linux. It should be a directory, _not_ a symlink.
28 Also, what version of linux-headers do you have installed (emerge -pv
29 sys-kernel/linux-headers).
30
31 -Richard
32
33 --
34 gentoo-user@g.o mailing list