Gentoo Archives: gentoo-user

From: Jorge Almeida <jjalmeida@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Tux AWOL
Date: Sun, 14 May 2017 07:33:19
Message-Id: CAKpSnpJjSZ4GRug0dcXG+5ghxgTPYVd5E3mTY8wcUVtg_Htw=g@mail.gmail.com
In Reply to: Re: [gentoo-user] [OT] Tux AWOL by Stroller
1 On Sun, May 14, 2017 at 4:30 AM, Stroller
2 <stroller@××××××××××××××××××.uk> wrote:
3 >
4 >> On 13 May 2017, at 09:46, Jorge Almeida <jjalmeida@×××××.com> wrote:
5 >>
6 >> In case someone is using kernel 4.11: I tried it and everything seems
7 >> fine, except that the linux logo on the boot screen (i.e. tty1) is
8 >> gone. It was there before (with 4.10.9), and I used make oldconfig.
9 >
10 > Using `make oldconfig` isn't enough to diagnose - you need to establish whether the option is enabled.
11
12 I use make menuconfig after oldconfig. I did check the usual suspects,
13 but maybe something needs to
14 be explicitly enabled that was formerly implicit.
15
16 >
17 > On my system:
18 >
19 > $ uname -r
20 > 4.9.4-gentoo
21 > $ zgrep -i logo /proc/config.gz
22 > CONFIG_LOGO=y
23 > # CONFIG_LOGO_LINUX_MONO is not set
24 > # CONFIG_LOGO_LINUX_VGA16 is not set
25 > CONFIG_LOGO_LINUX_CLUT224=y
26 > $
27 >
28
29 >
30 $ zgrep -i logo /proc/config.gz
31 CONFIG_LOGO=y
32 # CONFIG_LOGO_LINUX_MONO is not set
33 # CONFIG_LOGO_LINUX_VGA16 is not set
34 CONFIG_LOGO_LINUX_CLUT224=y
35 $
36
37
38 Thanks
39 Jorge

Replies

Subject Author
[gentoo-user] Re: [OT] Tux AWOL Kai Krakow <hurikhan77@×××××.com>