Once again, about unset parameter in circular progress bar.

2013-02-21 Thread Vladimir Testov
1) I've send message to grub-devel some time ago, but received no answer. I've opened update-request on bugzilla https://savannah.gnu.org/bugs/index.php?38363 2) Also I want to discuss some thoughts about the boot menu list. I've written a message about than (one long message) but it also wasn't

Re: at boot-time echoed kernel is older that started kernel

2013-02-21 Thread Prarit Bhargava
On 02/19/2013 03:31 PM, poma wrote: > On 02/18/13 21:39, Reindl Harald wrote: > […] > >> i would be thankful if even "grub2-mkconfig" would not create >> this "advanced" submenu at all >> > > > Actually there is a patch proposal at 'grub-devel' by Prarit Bhargava, > for such a case - disable sub

[PATCH] fix last column in BIOS console

2013-02-21 Thread Andrey Borzenkov
BIOS console wrapped line at 79 characters. It became the issue after recent changes when extra column for scrolling indications was removed. The effect was that up/down arrows were printed in the first column of the next line. May be it would be easier to simply use INT10 AH=13. Available documen

[PATCH] fix menu size calculation in presence of selected item pixmap

2013-02-21 Thread Andrey Borzenkov
draw_menu() acconted for upper border of selected item pixmap, but not for lower. So it could happen that lower border was visually cut off. Also various calculations of menu vertical size did not account for space for lower border Signed-off-by: Andrey Borzenkov --- grub-core/gfxmenu/gui_list

Re: fixed item-height, item-spacing, max-elements-shown etc

2013-02-21 Thread Andrey Borzenkov
Sorry for delay. В Thu, 07 Feb 2013 14:07:08 +0400 Vladimir Testov пишет: > >I am not sure whether it is appropriate fix. After your patch "box > >effect" on selected item is effectively lost (it makes > >selected_item_box the same height as selected item itself). > About "box effect" - there is

Re: Console Resolution with GRUB2

2013-02-21 Thread D.J.J. Ring, Jr.
Hello Peter and the rest of the group. I appreciate Peter's efforts to help. However, nothing so far works as needed. With the old grub users who needed larger size characters simply added a vga= line to the boot code. It was simple. Now it seems to be very complex. In fact all the answers I

Re: Console Resolution with GRUB2

2013-02-21 Thread Bruce Dubbs
D.J.J. Ring, Jr. wrote: Hello Peter and the rest of the group. I appreciate Peter's efforts to help. However, nothing so far works as needed. With the old grub users who needed larger size characters simply added a vga= line to the boot code. It was simple. Now it seems to be very complex.