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/