Undo DEFAULT_VIDEO_MODE kludge (correct solution is in gfxmenu branch)
This commit is contained in:
parent
7cba88bbde
commit
ffb2403f5f
|
|
@ -27,7 +27,7 @@
|
||||||
#include <grub/bitmap.h>
|
#include <grub/bitmap.h>
|
||||||
#include <grub/command.h>
|
#include <grub/command.h>
|
||||||
|
|
||||||
#define DEFAULT_VIDEO_MODE "1024x600"
|
#define DEFAULT_VIDEO_MODE "1024x768,800x600,640x480"
|
||||||
#define DEFAULT_BORDER_WIDTH 10
|
#define DEFAULT_BORDER_WIDTH 10
|
||||||
|
|
||||||
#define DEFAULT_STANDARD_COLOR 0x07
|
#define DEFAULT_STANDARD_COLOR 0x07
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue