Bug#608263: /etc/grub.d/05_debian_theme: new 05_debian_theme doesn't allow no background image

Alexander Kurtz kurtz.alex at googlemail.com
Tue Jan 4 17:48:35 UTC 2011


Am Dienstag, den 04.01.2011, 17:00 +0000 schrieb Colin Watson:
> Do you have any way to analyse the 
> existing set of widely-deployed background images?

Well, GRUB defaults to 640x480...

	$ grep GFXMODE /etc/default/grub
	#GRUB_GFXMODE=640x480
	$ grep GFXMODE /etc/grub.d/00_header
	if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=640x480 ; fi
	  set gfxmode=${GRUB_GFXMODE}
	$

... and most background images also seem to be 640x480:

	$ cd /usr/share/images/desktop-base/
	$ file debian-blueish-wallpaper-640x480.png moreblue-orbit-grub.png spacefun-grub.png
	debian-blueish-wallpaper-640x480.png: PNG image data, 640 x 480, 8-bit/color RGB, non-interlaced
	moreblue-orbit-grub.png:              PNG image data, 640 x 480, 8-bit/color RGB, non-interlaced
	spacefun-grub.png:                    PNG image data, 640 x 480, 8-bit/color RGB, non-interlaced
	$
	$ cd /usr/share/images/grub/
	$ file *
	050817-N-3488C-028.tga:                 Targa image data - RGB 640 x 424
	2006-02-15_Piping.tga:                  Targa image data - RGB 640 x 480
	Aesculus_hippocastanum_fruit.tga:       Targa image data - RGB 640 x 480
	Apollo_17_The_Last_Moon_Shot_Edit1.tga: Targa image data - RGB 602 x 480
	B-1B_over_the_pacific_ocean.tga:        Targa image data - RGB 640 x 425
	BonsaiTridentMaple.tga:                 Targa image data - RGB 640 x 417
	Flower_jtca001.tga:                     Targa image data - RGB 640 x 480
	Fly-Angel.tga:                          Targa image data - RGB 640 x 426
	Glasses_800_edit.tga:                   Targa image data - RGB 640 x 480
	Hortensia-1.tga:                        Targa image data - RGB 640 x 480
	Lake_mapourika_NZ.tga:                  Targa image data - RGB 640 x 480
	Moraine_Lake_17092005.tga:              Targa image data - RGB 640 x 480
	Plasma-lamp.tga:                        Targa image data - RGB 640 x 480
	Sparkler.tga:                           Targa image data - RGB 640 x 480
	TulipStair_QueensHouse_Greenwich.tga:   Targa image data - RGB 640 x 480
	Windbuchencom.tga:                      Targa image data - RGB 639 x 480
	$


> (And, of course, people will have different screen resolutions, etc.)

Yes, but the upstream authors probably considered that when they wrote
00_header and used `-m stretch'.

However, it's not really that important after all. I just thought it
would be more consistent to use `-m stretch' both in 00_header and
05_debian_theme...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20110104/6f1c6764/attachment.pgp>


More information about the Pkg-grub-devel mailing list