From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z8PA2-0008Qa-Or for mharc-grub-devel@gnu.org; Fri, 26 Jun 2015 04:38:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8PA0-0008Q9-TG for grub-devel@gnu.org; Fri, 26 Jun 2015 04:38:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8P9x-0001fu-Nk for grub-devel@gnu.org; Fri, 26 Jun 2015 04:38:56 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:35599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8P9x-0001fi-GF for grub-devel@gnu.org; Fri, 26 Jun 2015 04:38:53 -0400 Received: by lbbwc1 with SMTP id wc1so60142226lbb.2 for ; Fri, 26 Jun 2015 01:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Ur+RSz3UhnX3p06TXv2GxCfczJqylKC/RaxD9fqWWvE=; b=OvSDSw8PTZh/1J5gWWfDtO0MXjicnDO0DWMd4QFgPns1wlY2xOVmq8p5WJghtNhk1Q ftyu1eyWUjGbtwPAl5xdZGNlpd2MD3PtBIQQhVv55ybNogAHfKdmNFI5oGhNoZMc0Qja M4WCfqPADsiBf4SocHutk2M6WSHvfwxDQSb0J3IOt1XzcWkBDMit1vWCltubdzb9Jcv7 Lc8fr+HtElIN3cRiMHomzGxcg3p5KI6zUuEK7pAgdNPgBReyw0Ws9UFLrQLAKPEaynUC HSH00pf6dCScvnOj3OFFaGGGulVPGAzOlyl/RjguvpjT26y2+HhjmqdO3X/k+XmTZQqA LanA== X-Received: by 10.112.148.230 with SMTP id tv6mr465663lbb.89.1435307932650; Fri, 26 Jun 2015 01:38:52 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id q3sm7946251laa.30.2015.06.26.01.38.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jun 2015 01:38:51 -0700 (PDT) Date: Fri, 26 Jun 2015 11:38:51 +0300 From: Andrei Borzenkov To: Michael Zimmermann Subject: Re: grub2 and touch screen Message-ID: <20150626113851.4faf474d@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.28; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22a Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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, 26 Jun 2015 08:38:57 -0000 =D0=92 Wed, 24 Jun 2015 20:15:23 +0200 Michael Zimmermann =D0=BF=D0=B8=D1=88=D0=B5=D1= =82: > doesn't your device have any buttons(volume?) without the keyboad? > That would be way easier then adding touchscreen support especially if UE= FI > doesn't provide a API for that(which I guess it doesn't). >=20 Actually UEFI defines both relative and absolute pointer protocols. Writing driver for it would be interesting project (not sure of GSoC is still relevant, related pages on grub web site were not updated for years; I also do not know who is responsible for content). > On Wed, Jun 24, 2015 at 2:06 PM, Theodore Christophe < > mission_theodore@hotmail.com> wrote: >=20 > > hello all, > > > > First of all, thank-you for your works. > > > > I have installed Fedora21 on my laptop (Medion all in one) with dual bo= ot, > > and every-thing is working fine. > > Grub2 give me the choice between win8.1 and FC21, and other rescue. > > > > BUT when I use my laptop as touch pad (by removing the screen), with no > > keyboard, I could not select the boot I want to use. Fedora is the defa= ult > > and the touch screen is working fine after. > > > > Do you think that grub can manage the touch screen (something like two > > button win81 and FC21) ? > > > > Thank you for your attention, > > Christophe > > > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > https://lists.gnu.org/mailman/listinfo/grub-devel > >