qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] gtk2 driver


From: Lionel Ulmer
Subject: Re: [Qemu-devel] gtk2 driver
Date: Mon, 30 May 2005 21:10:43 +0200
User-agent: Mutt/1.2.5i

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]