Your message dated Tue, 6 Jul 2010 18:19:59 +0100
with message-id <[email protected]>
has caused the report #575252,
regarding grub-pc: black frame around the background image
to be marked as having been forwarded to the upstream software
author(s) [email protected]
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
575252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
On Wed, Mar 24, 2010 at 03:23:20PM +0100, Francesco Muzio wrote:
> The last uploaded version of grub2 behaves bad with any resolution allowed by
> vbeinfo
>
> The default background image
> /usr/share/images/desktop-base/moreblue-orbit-grub.png
> isn't showed in fullscreen but there is a black frame around the grub menu
(grub-devel: This was originally filed at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575252.)
Yes, I see the same thing. This is because grub_gfxterm_fullscreen
hardcodes a 10-pixel border around the edge of the screen. If the
background is just plain black, then this is fine, but it's not very
helpful with a background image which tends to be designed for the full
screen size.
Of course designers *could* design for the full screen size minus 10
pixels all round, but it seems a rather odd requirement to place on
them; the 10-pixel border should essentially be so that text isn't drawn
too close to the edge of the screen, not so much to restrict the
background image. And, if you're arranging for the background image to
stay on the screen and transition relatively smoothly into an OS splash
screen, then the border looks actively weird: see
http://people.canonical.com/~cjwatson/tmp/fbcon-handoff.ogv around 0:13
for an example, as Plymouth repaints the whole background image without
the black border.
What's the best way to fix this? Perhaps the background_image command
should disregard the border?
--
Colin Watson [[email protected]]
--- End Message ---