From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NdRPv-000512-0g for mharc-grub-devel@gnu.org; Fri, 05 Feb 2010 11:52:27 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdRPs-0004zR-6h for grub-devel@gnu.org; Fri, 05 Feb 2010 11:52:24 -0500 Received: from [199.232.76.173] (port=51031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdRPr-0004z6-NQ for grub-devel@gnu.org; Fri, 05 Feb 2010 11:52:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdRPp-0000fr-1W for grub-devel@gnu.org; Fri, 05 Feb 2010 11:52:23 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:39579) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdRPo-0000co-7r for grub-devel@gnu.org; Fri, 05 Feb 2010 11:52:20 -0500 Received: by bwz19 with SMTP id 19so1453396bwz.8 for ; Fri, 05 Feb 2010 08:52:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=QUJ0vj+QoGJs8I57tKtheth7I4tTb1EZz89Z4n1lgWo=; b=FmErO5FFa/lPUmKM2myUmKnf3znq96l9H6PLbckdhF9gv40DbVOVuWwKzkbfVIdBAY c4/SIch0j6sOQ5SgfBqaCZ/561q0Bvw2YCQsthhX7Ur3jhEwHVN9WilbY11lgdChPHCk As2VUNtmITffK1mC8CBrbTAhnAs7IqX9LhVbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=dSrHFlIax5WG/9gIuWmgi2vkdecGnASN9wkj5OQm46vdp3/Gua7glU71TczWs83Fbf etrtrEARgxvz91xOCUlfBbjbNTeTjeTNuBLDNUQzona668mHguDm994btg/ec8dqrBdP inAsLKUp480YsN9HwE5Jk7q9OrQQGy+HAsq48= Received: by 10.204.15.141 with SMTP id k13mr1853431bka.118.1265388734440; Fri, 05 Feb 2010 08:52:14 -0800 (PST) Received: from debian.bg45.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id 14sm715034bwz.1.2010.02.05.08.52.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Feb 2010 08:52:12 -0800 (PST) Message-ID: <4B6C4CB2.1040805@gmail.com> Date: Fri, 05 Feb 2010 17:52:02 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <20100202130916.GH6401@const.bordeaux.inria.fr> <1265119787.2605.2.camel@fz.local> <20100202230043.GA7619@const.famille.thibault.fr> In-Reply-To: <20100202230043.GA7619@const.famille.thibault.fr> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6619BA7A01039A0D4A8F5E95" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: beep support? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 16:52:24 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6619BA7A01039A0D4A8F5E95 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Samuel Thibault wrote: > Felix Zielcke, le Tue 02 Feb 2010 15:09:47 +0100, a =C3=A9crit : > =20 >> There's play command in commands/i386/pc/play.c but I still don't know= >> what file format it actual plays. >> =20 > > Ok, reading the source code told me how it works. I'm considering > adding to grub2/util/grub.d/00_header.in a BEEP option that the user ca= n > very easily enable to get a beep at boot, does it seem OK? > > =20 Yes. Basically putting \a in messages is a wrong approach since such a character has neither a graphical representation nor it influences appearence of other characters. Additionally it's unclear what has to be done when characters around \a are redrawn. Could you detail at which events beep should be produced and propose a patch to add appropriate hoo= ks? On the other hand doing a BIOS call with \a is a valid way to produce a b= eep > Samuel > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig6619BA7A01039A0D4A8F5E95 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAktsTLgACgkQNak7dOguQgntxgD/avJjXEYiBmR0nP2sBhSaEvdy ZXTQCaT0HovCMYaJmY4A/RRDV4FwSAI3XVI6XnGa2W5SU8iY8PjoJslN1YgL5qNy =wOZe -----END PGP SIGNATURE----- --------------enig6619BA7A01039A0D4A8F5E95--