Bug#490584: Boot-delay (probably while loading png - graphic)

2008-09-05 Thread Robert Millan
On Tue, Aug 26, 2008 at 01:20:20PM +0200, Christian Meyer wrote:
 Felix Zielcke [EMAIL PROTECTED] schrieb am 26.08.2008 10:49:33:
 
 Hello Felix,
 
  You can get upstream SVN [1] and then our Debian SVN trunk [2] to
  compile a freshly new grub2 package.
 
  [1] svn co svn://svn.sv.gnu.org/grub/trunk/grub2
  [2] svn co svn://svn.debian.org/svn/pkg-grub/grub2/trunk/debian
 
 I never compiled (or packaged) anything before so I'm not familiar with it. 
 With some problems man and google helped me, but unfortunately there 
 still is an error I don't know to solve.
 Can you please have a look and give me a hint where I went wrong and how to 
 proceed (I think with debian/rules binary or dpkg-buildpackage)?

I think the latest version in experimental (1.96+20080831-1) already
includes this change, you can use that one.

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-08-26 Thread Felix Zielcke
Hello,

Bean from upstream made a buffered file read patch for the graphic
modules (png,tga,jpeg) [0]
Without it the pictures are read one byte at a time.
It has been commited upstream on 1st August, so it'll be only on our
next trunk upload and not in lenny.

Would be nice if you could try it out, if that solves your problem.

You can get upstream SVN [1] and then our Debian SVN trunk [2] to
compile a freshly new grub2 package.

[0] http://lists.gnu.org/archive/html/grub-devel/2008-07/msg00567.html
[1] svn co svn://svn.sv.gnu.org/grub/trunk/grub2
[2] svn co svn://svn.debian.org/svn/pkg-grub/grub2/trunk/debian

-- 
Felix Zielcke




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-08-26 Thread Christian Meyer
Felix Zielcke [EMAIL PROTECTED] schrieb am 26.08.2008 10:49:33:
 Bean from upstream made a buffered file read patch for the graphic
 modules (png,tga,jpeg) [0]
 Without it the pictures are read one byte at a time.
 It has been commited upstream on 1st August, so it'll be only on our
 next trunk upload and not in lenny.

Thanks for the assistance compiling the package.
It now works fine and fast (less than 3 sec.) and its time for me to say grub 
legacy goodbye.

Christian Meyer
_
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071distributionid=0066




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-24 Thread Christian Meyer
Robert Millan [EMAIL PROTECTED] schrieb am 19.07.2008 17:56:28:
 On Sat, Jul 12, 2008 at 11:11:35PM +0200, Christian Meyer wrote:
  if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then
 
 So it seems that `background_image' is eating your extra time.  Does it boot
 faster if you disable it?

Yes it does:
# if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then
#  set color_normal=black/black
#  set color_highlight=magenta/black
# else
   set menu_color_normal=cyan/blue
   set menu_color_highlight=white/blue
# fi

takes about 2.5 - 3 sec to display the text-only menu
(rest of grub.cfg unchanged, so the modules: gfxterm, vbe and png are loaded).

Writing this I remenber having some trouble with my graphics-chipset using 
svgalib
(I worked around using VESA-mode), so I think this information could be useful:

Motherboard: Gigabyte GA-7VKML KM266
Video on board: VIA ProSavage#8482; KM266 AGPset
/var/log/xorg.0.log says:
 (**) |   |--Device S3 Inc. VT8375 [ProSavage8 KM266/KL266]
 (--) Chipset ProSavageDDR found


Christian Meyer

Ihre Messenger, Communities und E-Mails jetzt in einem Programm!
WEB.DE MultiMessenger http://www.produkte.web.de/messenger/?did=3071




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-21 Thread Fabian Greffrath
Disabling the background image makes the menu appear only *a little 
bit* faster.


Robert Millan schrieb:

On Sat, Jul 12, 2008 at 11:11:35PM +0200, Christian Meyer wrote:

if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then


So it seems that `background_image' is eating your extra time.  Does it boot
faster if you disable it?




--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-21 Thread Robert Millan
On Mon, Jul 21, 2008 at 10:22:54AM +0200, Fabian Greffrath wrote:
 Disabling the background image makes the menu appear only *a little 
 bit* faster.

I don't think the results are necessarily the same for Christian.  The timings
per given are not reproducible anyway.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-21 Thread Fabian Greffrath

Robert Millan schrieb:

I don't think the results are necessarily the same for Christian.  The timings
per given are not reproducible anyway.


The Grub menu shows up fast as lightning on my (real hardware) PC. I 
only encounter the delays in VirtualBox. Maybe this has to do with 
shortness of the emulated BIOS?


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-19 Thread Robert Millan
On Sat, Jul 12, 2008 at 11:11:35PM +0200, Christian Meyer wrote:
 if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then

So it seems that `background_image' is eating your extra time.  Does it boot
faster if you disable it?

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-12 Thread Christian Meyer
Package: grub-pc
Version: 1.96+20080704-1 (and before)
Severity: important

After fixing #477083 there still is a boot-delay loading grub2 (compared to 
grub-legacy).
Using real hardware (no qemu or so): AMD Duron 1200 (K7)

My grub2 boot-timing is the following: (with some echo-calls as Robert Millan 
suggested)
0 - 2 sec.:   Welcome to GRUB!, some flickering (loading gfxterm, vbe)
  the first three echo-calls flickers but are not 
readable (gone extreme fast)
2 - 5 or 6 sec: displaying the two lines: Before insmod png _and_ After 
insmod png (appear together)
6 - ... sec:   the last three echo-calls flickers but are not readable 
(gone extreme fast)
  displaying graphical menu

I think the middle-part (2 - 6 sec) is too long and needs improvement.


See my grub.cfg for the placement of the echo-calls:

### BEGIN /etc/grub.d/00_header ###
set default=2
set timeout=5
set root=(hd0,9)
search --fs-uuid --set a7abc87e-7b9d-4585-b292-fdd1fc33f1b4
if font /usr/share/grub/ascii.pff ; then
  set gfxmode=640x480
echo Before insmod gfxterm
  insmod gfxterm
echo After insmod gfxterm, before insmod vbe
  insmod vbe
echo After insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,9)
search --fs-uuid --set a7abc87e-7b9d-4585-b292-fdd1fc33f1b4
echo Before insmod png
insmod png
echo After insmod png
if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then
  echo bgimage
  set color_normal=black/black
  set color_highlight=magenta/black
else
  echo no bgimage
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

echo Now OS-list:


Christian Meyer
_
WEB.DE schenkt Ihnen jeden Monat einen hochkarätigen Blockbuster 
von maxdome! Jetzt anmelden unter http://www.blockbuster.web.de




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]