Bug#605366: grub-pc: part of GRUB text is unreadable

2012-12-30 Thread Martin Naughton
Hello Vincent,

>  Just tried it on the latest grub build 1.99-23.1 and
> the count down timer is fine. If it happens again can you take a snap shot
> of it and post a new bug. thanks
>

Grub maintainers: Can we close this bug please?

-- 
Regards
Martin Naughton

On Sun, Dec 30, 2012 at 8:02 AM, Vincent Lefevre  wrote:

> Hi,
>
> On 2012-12-29 22:53:22 +, Martin Naughton wrote:
> > Hello Vincent,
> > Is this still a problem in the latest grub default
> > theme?  There can be no check for this. It is up to the person that is
> > designing the theme to make sure you can see the count down timer.
> >
> > I can not see it on my latest grub so can we close the bug?
>
> IIRC, the problem no longer occurs (I can't check currently).
>
> --
> Vincent Lefèvre  - Web: 
> 100% accessible validated (X)HTML - Blog: 
> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
>


Bug#605366: grub-pc: part of GRUB text is unreadable

2012-12-30 Thread Vincent Lefevre
Hi,

On 2012-12-29 22:53:22 +, Martin Naughton wrote:
> Hello Vincent,
> Is this still a problem in the latest grub default
> theme?  There can be no check for this. It is up to the person that is
> designing the theme to make sure you can see the count down timer.
> 
> I can not see it on my latest grub so can we close the bug?

IIRC, the problem no longer occurs (I can't check currently).

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#605366: grub-pc: part of GRUB text is unreadable

2012-12-29 Thread Martin Naughton
Hello Vincent,
Is this still a problem in the latest grub default
theme?  There can be no check for this. It is up to the person that is
designing the theme to make sure you can see the count down timer.

I can not see it on my latest grub so can we close the bug?

-- 
Regards
Martin Naughton


Bug#605366: grub-pc: part of GRUB text is unreadable

2011-04-01 Thread Vincent Lefevre
On 2011-04-01 21:15:45 +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> I don't think we can automatically check for something like this.
> Compare it to a html page instruction browser to print white-on-white.
> In the end of the day it's designer responsibility to ensure that text
> is readable

So, that's a problem with the default theme. I think things have
improved, but I'm not sure (I don't have the machine here to check).

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#605366: grub-pc: part of GRUB text is unreadable

2011-04-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
usertag 605366 not-upstream
thanks
On 29.11.2010 11:00, Vincent Lefevre wrote:
> GRUB should
> ensure that its text is always readable.
>   
I don't think we can automatically check for something like this.
Compare it to a html page instruction browser to print white-on-white.
In the end of the day it's designer responsibility to ensure that text
is readable

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#605366: grub-pc: part of GRUB text is unreadable

2010-11-29 Thread Vincent Lefevre
Package: grub-pc
Version: 1.98+20100804-8
Severity: normal

A part of the GRUB text (in particular the remaining time before the
default is automatically selected) is unreadable with the new theme
(used by default) because of transparency and the fact that both the
foreground color and the background color are light. GRUB should
ensure that its text is always readable.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/e3631277-c4d0-460e-a2a3-6de16013e050 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-ST3500418AS_6VM8TTF0
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
set locale_dir=($root)/boot/grub/locale
set lang=POSIX
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png ; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
echo'Loading Linux 2.6.32-5-amd64 ...'
linux   /boot/vmlinuz-2.6.32-5-amd64 
root=UUID=e3631277-c4d0-460e-a2a3-6de16013e050 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
echo'Loading Linux 2.6.32-5-amd64 ...'
linux   /boot/vmlinuz-2.6.32-5-amd64 
root=UUID=e3631277-c4d0-460e-a2a3-6de16013e050 ro single 
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
echo'Loading Linux 2.6.32-3-amd64 ...'
linux   /boot/vmlinuz-2.6.32-3-amd64 
root=UUID=e3631277-c4d0-460e-a2a3-6de16013e050 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
echo'Loading Linux 2.6.32-3-amd64 ...'
linux   /boot/vmlinuz-2.6.32-3-amd64 
root=UUID=e3631277-c4d0-460e-a2a3-6de16013e050 ro single 
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30-2-amd64' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set e3631277-c4d0-460e-a2a3-6de16013e050
echo'Loading Linux 2.6.30-2-amd64 ...'
linux   /boot/vmlinuz-2.6.30-2-amd64 
root=UUID=e3631277-c4d0-460e-a2a3-6de16013e050 ro  quiet
echo'Loading initial ram