> > Then I don't understand what > > grub_video_set_mode ("1024x768;800x600;640x480", > GRUB_VIDEO_MODE_TYPE_PURE_TEXT) > > could mean. Are you requesting a graphical mode or a text one? If it's a > text one, why the list of resolutions? Actually it's grub_video_set_mode ("auto", GRUB_VIDEO_MODE_TYPE_PURE_TEXT, 0); And it means: "I care whether it's PURE_TEXT and want it not to be one (0)" > > -- > Robert Millan > > The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and > how) you may access your data; but nobody's threatening your freedom: we > still allow you to remove your data and not access it at all." > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel >
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel