From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MfLjh-0005ST-RD for mharc-grub-devel@gnu.org; Sun, 23 Aug 2009 18:40:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfLjg-0005Rt-1b for grub-devel@gnu.org; Sun, 23 Aug 2009 18:40:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfLjf-0005RY-Dq for grub-devel@gnu.org; Sun, 23 Aug 2009 18:40:27 -0400 Received: from [199.232.76.173] (port=50721 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfLjf-0005RS-7f for grub-devel@gnu.org; Sun, 23 Aug 2009 18:40:27 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:59443) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfLje-0006Nh-ST for grub-devel@gnu.org; Sun, 23 Aug 2009 18:40:27 -0400 Received: by ey-out-1920.google.com with SMTP id 5so578133eyb.24 for ; Sun, 23 Aug 2009 15:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Pq1uUX8GlPl4J82XdeD+NiM+YNsVqfz17KoONaKAEFI=; b=a+RaVh+3TmCNaIxBqVYj6sxBtkP2PepRPAy4bxDmPp4HcENHsXdHR5D1vL2HjQ7vRZ MAVjcR7nCwg4P7UspJHwmzwfuxbUCaLnPNgfsOOVDeNGvU6jZs+X+5PgqPLFMtZpGhaK zq/YG88OTPsxMTICfH3nsxUGQULxIdbTRz0q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Z7gjTcZe7YFKuV+yXTtXk/kB25g9G2uC6rqVT+hNX8ftYm1kXsi7NNn93cQUgJf7Pa kDtRVUc+Fx02DOE7RJ9kwBngk6JWni7UaJW1xuc8SrPtvjXcUhUAVLt6sTEviO5O92BM ySlymPycnW9cPUGE8s9riQ5loPcnklNOpN4xs= MIME-Version: 1.0 Received: by 10.210.27.8 with SMTP id a8mr3921442eba.90.1251067222793; Sun, 23 Aug 2009 15:40:22 -0700 (PDT) In-Reply-To: <20090823223620.GA25769@thorin> References: <20090823103010.GC4130@thorin> <20090823223620.GA25769@thorin> Date: Mon, 24 Aug 2009 00:40:22 +0200 Message-ID: From: "Vladimir 'phcoder' Serbinenko" To: The development of GRUB 2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH 1/2] Replace hook-based with flag-based approach for choosing video mode X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2009 22:40:28 -0000 > > Then I don't understand what > > =A0grub_video_set_mode ("1024x768;800x600;640x480", GRUB_VIDEO_MODE_TYPE_= PURE_TEXT) > > could mean. =A0Are you requesting a graphical mode or a text one? =A0If i= t'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 > > =A0The DRM opt-in fallacy: "Your data belongs to us. We will decide when = (and > =A0how) you may access your data; but nobody's threatening your freedom: = we > =A0still 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 > --=20 Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git