grub/grub-core
Colin Watson e03f549b3e Preferred resolution detection for VBE.
* grub-core/video/i386/pc/vbe.c (grub_vbe_bios_get_flat_panel_info):
New function.
(grub_vbe_bios_get_ddc_capabilities): Likewise.
(grub_vbe_bios_read_edid): Likewise.
(grub_vbe_edid_checksum): Likewise.
(grub_vbe_get_preferred_mode): Likewise.  Try EDID followed by the
Flat Panel extension, in line with the X.org VESA driver.
(grub_video_vbe_setup): When the mode is "auto", try to get the
preferred mode from VBE, and use the largest mode that is no larger
than the preferred mode (some BIOSes expose a preferred mode that is
not in their mode list!).  If this fails, fall back to 640x480 as a
safe conservative choice.
* include/grub/i386/pc/vbe.h (struct grub_vbe_flat_panel_info): New
structure.
(struct grub_vbe_edid_info): Likewise.
(grub_vbe_bios_get_flat_panel_info): Add prototype.
(grub_vbe_bios_get_ddc_capabilities): Likewise.
(grub_vbe_bios_read_edid): Likewise.

* util/grub.d/00_header.in (GRUB_GFXMODE): Default to "auto".  This
is more appropriate on a wider range of platforms than 640x480.
2010-12-14 16:22:19 +00:00
..
boot * grub-core/boot/i386/pc/lnxboot.S: Replace 2010-09-29 22:45:57 +02:00
bus * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
commands * grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused 2010-11-30 21:35:59 +01:00
disk * grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Fix spurious 2010-11-19 22:52:27 +01:00
efiemu * grub-core/efiemu/main.c (grub_efiemu_prepare): Handle errors from 2010-10-14 15:44:04 +02:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs Update GPL for ZFS code to version 3, move copyright lines for Vladimir and me to FSF (covered by our assignments) 2010-12-01 22:55:26 +01:00
gettext * grub-core/gettext/gettext.c (grub_gettext_init_ext): Factor out 2010-12-10 11:45:08 +00:00
gfxmenu Move gfxmenu color handling to video, so that gfxterm can use it 2010-12-10 16:45:58 +00:00
gnulib Fix po directory handling. 2010-09-21 00:09:23 +01:00
hello * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hook automake commit without merge history 2010-05-06 11:34:04 +05:30
io * grub-core/Makefile.core.def (xzio): New module. 2010-09-05 17:12:13 +02:00
kern * grub-core/kern/i386/pc/startup.S (grub_console_getkey): Use `>> 1' 2010-12-04 16:19:26 +00:00
lib variable ordering 2010-11-25 19:07:02 +05:30
loader 2010-11-30 Robert Millan <rmh@gnu.org> 2010-11-30 19:33:12 +01:00
mmap Make cutmem accept a region specification. 2010-09-20 22:24:30 +02:00
normal * grub-core/normal/menu_entry.c (print_up): Fix displacement of up 2010-11-18 02:08:01 +01:00
partmap Avoid using tricks for initialising endian variables. 2010-11-26 22:29:19 +01:00
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script replaced with grub_strchrsub function 2010-11-25 18:56:20 +05:30
term (redraw_screen_rect): Allow blend/replace of text layer to be 2010-12-14 12:28:36 +00:00
tests * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
video Preferred resolution detection for VBE. 2010-12-14 16:22:19 +00:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in Make mktemp invocations portable. 2010-10-18 22:50:01 +02:00
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in remove def-* and und-* list files 2010-08-29 11:17:30 +05:30
gensymlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentrigtables.c automake commit without merge history 2010-05-06 11:34:04 +05:30
Makefile.am * grub-core/Makefile.am (gentrigtables): Put -lm after $<; some 2010-11-23 13:00:05 +00:00
Makefile.core.def Move gfxmenu color handling to video, so that gfxterm can use it 2010-12-10 16:45:58 +00:00