Branches for Gutsy

Name Status Last Modified Last Commit
lp:ubuntu/gutsy/usplash 1 Development 2009-12-05 03:12:05 UTC
73. usplash_svga.c, usplash_svga_text(): ...

Author: Martin Pitt
Revision Date: 2007-10-15 11:22:21 UTC

usplash_svga.c, usplash_svga_text(): When running in 16bpp mode,
calling gl_setpixel() (which takes a palette index) does not make sense,
since we never set a palette (this happens only in 8bpp modes). Use
gl_setpixelrgb() in 16bpp mode and look up the RGB values from
vesa_palette, which is initialized from the theme.

This repairs operation on i386 and amd4 where SGVA is used, so that text
appears in the color set by the theme, instead of being fixed to dark blue.
(LP: #64408)

11 of 1 result