Messages in this thread Patch in this message |  | | Date | Wed, 3 Jan 2001 12:15:10 +0100 | From | Petr Vandrovec <> | Subject | Re: removing the bootlogo |
| |
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/
|  |