From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbPey-0001wM-Hf for qemu-devel@nongnu.org; Thu, 26 May 2005 17:12:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbPew-0001v0-Nl for qemu-devel@nongnu.org; Thu, 26 May 2005 17:12:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbPew-0001uJ-F9 for qemu-devel@nongnu.org; Thu, 26 May 2005 17:12:54 -0400 Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbPcS-0003rW-PA for qemu-devel@nongnu.org; Thu, 26 May 2005 17:10:20 -0400 Received: by wproxy.gmail.com with SMTP id 71so1510704wra for ; Thu, 26 May 2005 14:09:36 -0700 (PDT) Message-ID: <46d6db6605052614091944aa8a@mail.gmail.com> Date: Thu, 26 May 2005 23:09:36 +0200 From: Christian MICHON Subject: Re: gtk [was Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window] In-Reply-To: <20050526203252.GA5985@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <26b3ab7050526044214f0ff81@mail.gmail.com> <46d6db660505260510767c2cf7@mail.gmail.com> <42962B93.1040606@bellard.org> <20050526203252.GA5985@jbrown.mylinuxbox.org> Reply-To: Christian MICHON , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org SDL can also run directly inside a linux framebuffer :) Qemu does work already with it. I tried a few months back. But mouse and keyboard need tuning. Christian > Out of curiosity, would you accept an intergrated GUI for Linux if it was= based > on Xlib or an updated QtC (which was a Qt wrapper that enabled Qt to be u= sed in > C programs) ? >=20 > The main advantage, that I can see, with using GTK is that you can run it= on > the framebuffer (without X) - provided you have the proper GTK/GDK libs. >