Gentoo Archives: gentoo-user

From: Kai Krakow <hurikhan77@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [OT] Tux AWOL
Date: Sun, 14 May 2017 08:32:09
Message-Id: 20170514103145.6a0f123f@jupiter.sol.kaishome.de
In Reply to: Re: [gentoo-user] [OT] Tux AWOL by Jorge Almeida
1 Am Sun, 14 May 2017 08:32:46 +0100
2 schrieb Jorge Almeida <jjalmeida@×××××.com>:
3
4 > On Sun, May 14, 2017 at 4:30 AM, Stroller
5 > <stroller@××××××××××××××××××.uk> wrote:
6 > >
7 > >> On 13 May 2017, at 09:46, Jorge Almeida <jjalmeida@×××××.com>
8 > >> wrote:
9 > >>
10 > >> In case someone is using kernel 4.11: I tried it and everything
11 > >> seems fine, except that the linux logo on the boot screen (i.e.
12 > >> tty1) is gone. It was there before (with 4.10.9), and I used make
13 > >> oldconfig.
14 > >
15 > > Using `make oldconfig` isn't enough to diagnose - you need to
16 > > establish whether the option is enabled.
17 >
18 > I use make menuconfig after oldconfig. I did check the usual suspects,
19 > but maybe something needs to
20 > be explicitly enabled that was formerly implicit.
21 >
22 > >
23 > > On my system:
24 > >
25 > > $ uname -r
26 > > 4.9.4-gentoo
27 > > $ zgrep -i logo /proc/config.gz
28 > > CONFIG_LOGO=y
29 > > # CONFIG_LOGO_LINUX_MONO is not set
30 > > # CONFIG_LOGO_LINUX_VGA16 is not set
31 > > CONFIG_LOGO_LINUX_CLUT224=y
32 > > $
33 > >
34 >
35 > >
36 > $ zgrep -i logo /proc/config.gz
37 > CONFIG_LOGO=y
38 > # CONFIG_LOGO_LINUX_MONO is not set
39 > # CONFIG_LOGO_LINUX_VGA16 is not set
40 > CONFIG_LOGO_LINUX_CLUT224=y
41 > $
42
43 Use
44
45 # vimdiff oldlinux/.config newlinux/.config
46
47 to edit both files side by side. It will show you the differences pretty
48 easily.
49
50 I think there were changes to the framebuffer devices. You may need to
51 switch to a different one.
52
53
54 --
55 Regards,
56 Kai
57
58 Replies to list-only preferred.

Replies

Subject Author
Re: [gentoo-user] Re: [OT] Tux AWOL Jorge Almeida <jjalmeida@×××××.com>