* removing the bootlogo
@ 2001-01-03 1:33 Jens Nestel
2001-01-03 11:15 ` Petr Vandrovec
0 siblings, 1 reply; 2+ messages in thread
From: Jens Nestel @ 2001-01-03 1:33 UTC (permalink / raw)
To: linux-kernel
hi,
I am using matroxfb with a MGA200 card,
but I find the bootlogo quite annoying.
Is there an easy way to remove it ?
thanks - Jens Nestel -< niob@spruce.yi.org >-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: removing the bootlogo
2001-01-03 1:33 removing the bootlogo Jens Nestel
@ 2001-01-03 11:15 ` Petr Vandrovec
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vandrovec @ 2001-01-03 11:15 UTC (permalink / raw)
To: Jens Nestel; +Cc: linux-kernel
On Wed, Jan 03, 2001 at 02:33:52AM +0100, Jens Nestel wrote:
> hi,
>
> I am using matroxfb with a MGA200 card,
> but I find the bootlogo quite annoying.
>
> Is there an easy way to remove it ?
You dislike penguins? What about this one? This patch is
for 2.4.0-prerelease with testing/prerelease.diff as of 5 minutes ago.
I have no idea about official name of this version ;-)
Best regards,
Petr Vandrovec
vandrove@vc.cvut.cz
--- linux-2.4.0-prerelease-p/drivers/video/fbcon.c.orig Sun Oct 29 06:17:34 2000
+++ linux-2.4.0-prerelease-p/drivers/video/fbcon.c Wed Jan 3 12:11:29 2001
@@ -2056,6 +2056,8 @@
int i, j, n, x1, y1, x;
int logo_depth, done = 0;
+ return 0;
+
/* Return if the frame buffer is not mapped */
if (!fb)
return 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-01-03 11:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-03 1:33 removing the bootlogo Jens Nestel
2001-01-03 11:15 ` Petr Vandrovec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox