bug-grub
[Top][All Lists]
Advanced

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

Re: Multiboot non-VBE video?


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: Multiboot non-VBE video?
Date: Thu, 10 Nov 2011 10:43:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20111010 Iceowl/1.0b2 Icedove/3.1.15

On 24.05.2011 03:05, x vedejas wrote:
> I'm pretty sure this was working in GRUB 1.97, but currently I am
> using GRUB 1.98 and the fields described here no longer work:
>
> http://lists.nongnu.org/archive/html/grub-devel/2010-01/msg00121.html
>
> The values I previously was given by GRUB were
>
> framebuffer_width = 800
> framebuffer_height = 600
> framebuffer_bpp = 24
> framebuffer_type = 2
>
> Now I get, with no modification to my code:
>
> framebuffer_width = 2400
> framebuffer_height = 800
> framebuffer_bpp = 88
> framebuffer_type = 2
type 2 is text:
#define MULTIBOOT_FRAMEBUFFER_TYPE_INDEXED 0
#define MULTIBOOT_FRAMEBUFFER_TYPE_RGB     1
#define MULTIBOOT_FRAMEBUFFER_TYPE_EGA_TEXT     2

 Use gfxpayload to specify gfx handoff
> Has this "specification" changed? Was the patch only added for the
> particular version that worked in the ubuntu distribution of GRUB? Is
> it possible to fix this by applying some patch to 1.98?
>
> Thanks,
>
> Xander Vedejas
>
> _______________________________________________
> Bug-grub mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-grub
>


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


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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