Am Sun, 14 May 2017 08:32:46 +0100
schrieb Jorge Almeida <jjalme...@gmail.com>:

> On Sun, May 14, 2017 at 4:30 AM, Stroller
> <strol...@stellar.eclipse.co.uk> wrote:
> >  
> >> On 13 May 2017, at 09:46, Jorge Almeida <jjalme...@gmail.com>
> >> wrote:
> >>
> >> In case someone is using kernel 4.11: I tried it and everything
> >> seems fine, except that the linux logo on the boot screen (i.e.
> >> tty1) is gone. It was there before (with 4.10.9), and I used make
> >> oldconfig.  
> >
> > Using `make oldconfig` isn't enough to diagnose - you need to
> > establish whether the option is enabled.  
> 
> I use make menuconfig after oldconfig. I did check the usual suspects,
> but maybe something needs to
> be explicitly enabled that was formerly implicit.
> 
> >
> > On my system:
> >
> >     $ uname -r
> >     4.9.4-gentoo
> >     $ zgrep -i logo /proc/config.gz
> >     CONFIG_LOGO=y
> >     # CONFIG_LOGO_LINUX_MONO is not set
> >     # CONFIG_LOGO_LINUX_VGA16 is not set
> >     CONFIG_LOGO_LINUX_CLUT224=y
> >     $
> >  
> 
> >  
> $ zgrep -i logo /proc/config.gz
> CONFIG_LOGO=y
> # CONFIG_LOGO_LINUX_MONO is not set
> # CONFIG_LOGO_LINUX_VGA16 is not set
> CONFIG_LOGO_LINUX_CLUT224=y
> $

Use

# vimdiff oldlinux/.config newlinux/.config

to edit both files side by side. It will show you the differences pretty
easily.

I think there were changes to the framebuffer devices. You may need to
switch to a different one.


-- 
Regards,
Kai

Replies to list-only preferred.


Reply via email to