From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6vNr-0003F7-08 for qemu-devel@nongnu.org; Tue, 16 Jan 2007 15:58:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6vNp-0003EM-3D for qemu-devel@nongnu.org; Tue, 16 Jan 2007 15:58:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6vNo-0003EF-PF for qemu-devel@nongnu.org; Tue, 16 Jan 2007 15:58:16 -0500 Received: from [195.3.96.113] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6vNo-0005vx-8l for qemu-devel@nongnu.org; Tue, 16 Jan 2007 15:58:16 -0500 Date: Tue, 16 Jan 2007 21:59:18 +0100 From: Bernhard Fischer Subject: Re: [Qemu-devel] [patch] factor out commonly used scancode translation table Message-ID: <20070116205918.GA19917@aon.at> References: <20070104172914.GG28746@aon.at> <200701141758.52627.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200701141758.52627.rob@landley.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: qemu-devel@nongnu.org, Bernhard Fischer On Sun, Jan 14, 2007 at 05:58:52PM -0500, Rob Landley wrote: >On Thursday 04 January 2007 12:29 pm, Bernhard Fischer wrote: >> Hi, >> >> The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into >> an x_keycode.c. This struct is also used by the GGI backend (that is not >> yet merged ¹). > >Whatever happened to ggi? All I remember is that something over 5 years ago >they managed to piss off Linus, and then their website went down. > >I take it the project continues to lurch forward? Or am I thinking of a >different project? GGI is actively maintained and developed. It works fine for me. In recent years it added the possibility to use cocoa and quartz, directx was much improved, the fbdev, X11, etc targets work fine too. Last time i tried, even the directfb display was fine. The more uncommon targets like target-multi, the tile-target, several palette targets, target-tcp, target-vnc etc do work just fine. There is a list of available display- and input-targets here: http://www.ggi-project.org/targets.html If the www server http://www.ggi-project.org/ is down (which doesn't happen too often) then you can as well use http://www.ibiblio.org/ggicore/ If you have additional questions then let me direct you to the ggi list or irc channel..