What, you want to control color channels independently?  Aren't
monochromatic amber displays good enough any more?

:)

On Mon, Jun 21, 2010 at 9:22 PM, Seth Goldberg <seth.goldb...@oracle.com> wrote:
>
>  The code that constructs the framebuffer info has a nasty bug where the
> field position and mask size for red are set to the GREEN values:
>
>      tag->common.framebuffer_type = MULTIBOOT_FRAMEBUFFER_TYPE_RGB;
>      tag->common.framebuffer_type = MULTIBOOT_FRAMEBUFFER_TYPE_RGB;
> -->   tag->framebuffer_red_field_position = mode_info.green_field_pos;
> -->   tag->framebuffer_red_mask_size = mode_info.green_mask_size;
>      tag->framebuffer_green_field_position = mode_info.green_field_pos;
>      tag->framebuffer_green_mask_size = mode_info.green_mask_size;
>      tag->framebuffer_blue_field_position = mode_info.blue_field_pos;
>      tag->framebuffer_blue_mask_size = mode_info.blue_mask_size;
>
>
>  --S
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to