lkml.org 
[lkml]   [2003]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[TRIVIAL PATCH] Fix for no boot logo
From
Discussed a while ago, someone submitted this patch to get the boot logo to reappear. Russell King resubmitted it a while ago, but it doesn't seem to have come up anywhere, so I'm taking the job of trivializing it :)

Worked for me when I tried it :)

--- linux-2.5.73/drivers/video/cfbimgblt.c 2003-05-05 09:53:31.000000000 +1000
+++ linux-2.5.73-stew1/drivers/video/cfbimgblt.c 2003-06-24 20:53:17.000000000 +1000
@@ -325,7 +325,7 @@
else
slow_imageblit(image, p, dst1, fgcolor, bgcolor,
start_index, pitch_index);
- } else if (image->depth == bpp)
+ } else if (image->depth <= bpp)
color_imageblit(image, p, dst1, start_index, pitch_index);
}



--
Stewart Smith
Vice President, Linux Australia
http://www.linux.org.au (personal: http://www.flamingspork.com)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.258 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site