bugGNU GRUB - Bugs: bug #27094, Add GRUB_GFXPAYLOAD option (patch...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #27094: Add GRUB_GFXPAYLOAD option (patch included)

Submitter:  - <_74631>
Submitted:  Thu 23 Jul 2009 07:51:33 PM UTC
   
 
Category:  Configuration Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name:  Miguelangel Freitas
Open/Closed:  Closed Release:  Bazaar - trunk
Release:  svn Reproducibility:  None
Planned Release:  None

Wed 10 Feb 2010 07:44:30 PM UTC, comment #3: 

I made my own patch and applied it

Vladimir Serbinenko <phcoder>
Group administrator
Thu 15 Oct 2009 06:00:46 PM UTC, comment #2: 

I don't have access to an xnu system i can boot with grub, so i'm not sure how to correctly implement such a transition.

I can verify that solutions similar to those proposed in http://bugs.debian.org/538099 work for the Linux kernel, though.

I'd be happy to submit a patch just for Linux using GRUB_GFXPAYLOAD_LINUX if you'd prefer that to be the environment variable chosen.

Or i could submit a patch that uses a generic GRUB_GFXPAYLOAD if present before all kinds of kernls, and a GRUB_GFXPAYLOAD_LINUX for linux kernels if it is present, falling back to GRUB_GFXPAYLOAD, falling back to nothing.

would that be acceptable to get this included upstream?

Daniel Kahn Gillmor <dkg>
Mon 27 Jul 2009 05:44:08 PM UTC, comment #1: 

linux isn't the only OS having gfxpayload. So this variable has to be suffixed with _LINUX and analoguous variable for xnu must be implemented. Check  if [ "x${GRUB_GFXPAYLOAD}" = "x" ]; then is probably useless

Vladimir Serbinenko <phcoder>
Group administrator
Thu 23 Jul 2009 07:51:33 PM UTC, original submission:  

Please add support to GRUB_GFXPAYLOAD on the /etc/default/grub in grub2, this is useful for people tha use vga=xxxx, see the patch in the attachment.

Cheers

- <_74631>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #18462:  enable-gfxpayload.diff added by _74631 (3KiB - text/x-diff)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dkg (Posted a comment)
  • -email is unavailable- added by phcoder (Posted a comment)
  • -email is unavailable- added by _74631 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-02-10 phcoder StatusNone Fixed
        Open/ClosedOpen Closed
        ReleaseNone Bazaar - trunk
    2009-07-23 _74631 Attached File- Added enable-gfxpayload.diff, #18462

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code