Re: [PATCH] GSoC #07 VBE double buffering (vs r1885)

2008-10-05 Thread Andy Goth
"Colin D Bennett" <[EMAIL PROTECTED]> wrote: > First make it work, then make it rock. I certainly do appreciate that, but... > my plan is to avoid complicated dirty-region repaint strategies > at first. Requiring full-screen repaints is an architectural design that might need rework to undo la

Re: [PATCH] GSoC #07 VBE double buffering (vs r1885)

2008-10-05 Thread Colin D Bennett
On Sun, 5 Oct 2008 14:17:42 -0500 (CDT) Andy Goth <[EMAIL PROTECTED]> wrote: > "Colin D Bennett" <[EMAIL PROTECTED]> wrote: > > However, in double buffered mode the last rendered frame might > > not be in the back buffer after calling swap_buffers, depending > > on the double buffering strategy

Re: [PATCH] GSoC #07 VBE double buffering (vs r1885)

2008-10-05 Thread Andy Goth
"Colin D Bennett" <[EMAIL PROTECTED]> wrote: > However, in double buffered mode the last rendered frame might > not be in the back buffer after calling swap_buffers, depending > on the double buffering strategy selected at runtime: > > 1. page flipping is in use > 2. back buffer is in main memor

Re: [PATCH] GSoC #07 VBE double buffering (vs r1885)

2008-10-05 Thread Colin D Bennett
On Sun, 05 Oct 2008 11:52:08 +0300 Vesa Jskel__inen <[EMAIL PROTECTED]> wrote: > Colin D Bennett wrote: > > Clean patch against trunk SVN revision 1885. > > > > Regards, > > Colin > > Thanks for the re-base. > > In your opinion how should rendering of double buffered screen be > different f

Re: [RFC] Different keyborad layouts

2008-10-05 Thread Vesa Jääskeläinen
Robert Millan wrote: > On Mon, Sep 29, 2008 at 09:26:58PM +0300, Vesa Jääskeläinen wrote: >> Remember that in some keyboard you need to press combos in order to >> generate some character. Like in Finnish keyboard you press alt-gr + e >> in order to generate euro sign (or alt-gr + 5). Also there ar

Re: [RFC] Different keyborad layouts

2008-10-05 Thread Vesa Jääskeläinen
Robert Millan wrote: > Btw, what happened to the handlers patch? I thought it was about to be > merged. Handlers has nothing to do with this :) That is still pending before we get more discussion about that :) Anyway... what you are after is multiple terminal inputs and outputs support. ___

Re: grub2 summer code theme in debian?

2008-10-05 Thread Robert Millan
On Mon, Sep 29, 2008 at 10:06:08PM +0300, Vesa Jääskeläinen wrote: > > Our second GSoC project for USB needs a bit more testing and perhaps > some cleanups (Marco & Robert any comments?). Marco seems to be busy atm; anyway, the biggest blocker I see right now is that the proposal for handlers (w

Re: [RFC] Different keyborad layouts

2008-10-05 Thread Robert Millan
On Mon, Sep 29, 2008 at 09:26:58PM +0300, Vesa Jääskeläinen wrote: > > Remember that in some keyboard you need to press combos in order to > generate some character. Like in Finnish keyboard you press alt-gr + e > in order to generate euro sign (or alt-gr + 5). Also there are > multi-keypress sequ

Re: strange iso9660 bug

2008-10-05 Thread Robert Millan
On Tue, Sep 30, 2008 at 01:15:21AM +0800, Bean wrote: > > Hi, > > Rockridge is supported in iso9660. However, the image file has three > namespaces, iso9660, joliet and rockridge. Currently, the priority is: > > joliet > rockridge > iso9660 > > So only files in joliet is showed. > > It's possi

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-10-05 Thread Robert Millan
On Tue, Sep 30, 2008 at 02:34:36PM +0200, Hans Lambermont wrote: > Robert Millan wrote on 20080924: > > > On Tue, Sep 23, 2008 at 10:58:01AM +0200, Felix Zielcke wrote: > >> Am Dienstag, den 23.09.2008, 10:29 +0200 schrieb Hans Lambermont: > >>> The new patch was sent to the list 2 weeks ago. > >>

Re: [PATCH] GSoC #05 Menu entry class attribute

2008-10-05 Thread Vesa Jääskeläinen
Colin D Bennett wrote: > This patch adds support for a 'class' attribute on menu entries. It is > somewhat of a kludge, however since currently you just append > "|class=this,that" to the menu entry title to specify the classes. > > Classes are used to provide a simple and flexible way for the be

Re: [PATCH] GSoC #07 VBE double buffering (vs r1885)

2008-10-05 Thread Vesa Jääskeläinen
Colin D Bennett wrote: > Clean patch against trunk SVN revision 1885. > > Regards, > Colin Thanks for the re-base. In your opinion how should rendering of double buffered screen be different from single buffered? Eg. who is responsible to handle those differences? Thanks, Vesa Jääskeläinen _

Re: [PATCH] GSoC #10 new font engine (vs r1885)

2008-10-05 Thread Vesa Jääskeläinen
Colin D Bennett wrote: > Clean patch against SVN revision 1885. > > Regards, > Colin Thanks for the re-base. Here are some comments about the patch. Check the commenting of multi line comments. > +int > +grub_font_get_string_width (grub_font_t font, const char *str) > +{ > + int i; > + int w