From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DcpwE-00008G-EC for qemu-devel@nongnu.org; Mon, 30 May 2005 15:28:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DcpwA-00006I-CK for qemu-devel@nongnu.org; Mon, 30 May 2005 15:28:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dcpw8-0008Hb-4X for qemu-devel@nongnu.org; Mon, 30 May 2005 15:28:32 -0400 Received: from [62.4.22.179] (helo=mail.bbrox.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dcpga-00080n-1V for qemu-devel@nongnu.org; Mon, 30 May 2005 15:12:28 -0400 Date: Mon, 30 May 2005 21:10:43 +0200 From: Lionel Ulmer Subject: Re: [Qemu-devel] gtk2 driver Message-ID: <20050530211042.A17280@bbland> References: <20050530171109.GA2163@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050530171109.GA2163@jbrown.mylinuxbox.org>; from jma5@umd.edu on Mon, May 30, 2005 at 01:11:09PM -0400 Reply-To: 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 On Mon, May 30, 2005 at 01:11:09PM -0400, Jim C. Brown wrote: > Fullscreen mode is still broken (the window will resize, but the image on the > window will not). This will be tricky to fix as software scaling will be > necessary to get the image to be the right size/shape. Unlike SDL or OpenGL, > which could alter the video resolution of the X server. Perhaps the best > solution is to use an embedded GTK GLX widget to render the image. What do > you think Fabrice? Why not switch to SDL output when the user requests going 'full-screen' ? It would be a bit of a hack, but well, it could work :-) Otherwise, just use plain X11 calls to change resolution (via XRandr or via Xvidmode). The problem being always to properly 'align' this window to be the only one on screen. Lionel -- Lionel Ulmer - http://www.bbrox.org/