[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#513746:



Hi,

On Tue, Sep 21, 2010 at 10:09:45PM +0200, Arjan Moraal wrote:
> Same problem here on Intel 865G, using "intel" video driver.
> The splash looks ok on 24bpp, but distorted on 16bpp.

We found that out already, thanks.

> I noticed that the OOo splash in OpenSuse 11.3 looks ok on 16bpp...

SuSEs version?
They use an other image. (And they also convert the image to 24bpp anyways,
so it probably just works by chance).

We take the images directly out of OOo source and convert them to bmp
(oosplash only accepts 24bpp bmps, or did that get fixed in ooo-build in the
meanwhile - should try?) using the following:

temp=`mktemp -q`
convert -compress none $1 $temp
bmptoppm $temp | ppmtobmp -bpp 24 > $2
rm -f $temp

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



Reply to: