grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GITGRUB] FB driver for EFI


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [GITGRUB] FB driver for EFI
Date: Sun, 16 Aug 2009 20:48:59 +0200

On Sun, Aug 16, 2009 at 9:20 AM, Bean<address@hidden> wrote:
> Hi,
>
> This patch adds efi fb driver, with it, you can use graphic mode in EFI.
>
> Add the following modules in grub.efi:
>
> video efi_fb gfxterm font png jpeg
>
> And use this in grub.cfg to enable graphics mode: (0x0 means use the
> current screen size, you can also specific size like 1280x800)
>
> loadfont /unifont.pf2
> set gfxmode="0x0"
For the record. After discussion on IRC we concluded that settting
gfxmode by default to any value is unportable and gfxmode if not
expliitly specified by user must be autodetected. I don't like 0x0
syntax so I introduce "auto" keyword in my patches
> terminal_output.gfxterm
> background_image /splash.png
>
> The patch can be downloaded at:
>
> http://github.com/bean123/grub/tree/master
>
> --
> Bean
>
> gitgrub home: http://github.com/grub/grub/
> my fork page: http://github.com/bean123/grub/
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>



-- 
Regards
Vladimir 'phcoder' Serbinenko

Personal git repository: http://repo.or.cz/w/grub2/phcoder.git




reply via email to

[Prev in Thread] Current Thread [Next in Thread]