From: Ludovic Drolez <ludovic.drolez@linbox.com>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9 bug: linux logo not displayed in vga16fb (bug found)
Date: Tue, 26 Oct 2004 17:54:36 +0200 [thread overview]
Message-ID: <417E733C.2040204@linbox.com> (raw)
In-Reply-To: <4178CB95.7000505@linbox.com>
Ludovic Drolez wrote:
> Hi !
>
> I used to have a nice vga boot logo with my 2.6.7 kernel, but with the
> 2.6.9, my
> boot logo has disappeared (same .config)...
> It seems to switch to VGA, and some space is reserved for the logo, but
> it is not displayed.
> The logo appears with vesafb.
I made a few diffs between my old working 2.6.7 kernel and the 2.6.9 and found
something interesting in fbmem.c:
---------------
@@ -723,7 +419,7 @@
if (fb_logo.logo == NULL || info->state != FBINFO_STATE_RUNNING)
return 0;
- image.depth = fb_logo.depth;
+ image.depth = 8;
image.data = fb_logo.logo->data;
if (fb_logo.needs_cmapreset)
---------------
So, on my 2.6.9, I replaced the '8' by 'fb_logo.depth' and now the logo is
shown! (but the screen is still not cleared as before when the kernel boots).
Where's the QA guy ? I want to see him now ! ;-)
Cheers,
--
Ludovic DROLEZ Linbox / Free&ALter Soft
152 rue de Grigy - Technopole Metz 2000 57070 METZ
tel : 03 87 50 87 90 fax : 03 87 75 19 26
next prev parent reply other threads:[~2004-10-26 15:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-22 8:57 2.6.9 bug: linux logo not displayed in vga16fb Ludovic Drolez
2004-10-26 15:54 ` Ludovic Drolez [this message]
2004-10-26 21:55 ` [Linux-fbdev-devel] Re: 2.6.9 bug: linux logo not displayed in vga16fb (bug found) Antonino A. Daplas
2004-10-26 15:54 ` Ludovic Drolez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=417E733C.2040204@linbox.com \
--to=ludovic.drolez@linbox.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.