[Qemu-devel] [PATCH] don't die if switching to fullscreen mode fails

2008-02-26 Thread Andreas Winkelbauer
hi, the attached patch fixes some glitches when switching to fullscreen mode using ctrl+alt+f or when booting using -full-screen. up to now the VM simply dies if one of the following situations occur: * user switches from windowed to fullscreen mode using a resolution which is too high

Re: [Qemu-devel] [PATCH] don't die if switching to fullscreen mode fails

2008-02-26 Thread Andreas Winkelbauer
hi, Wow. This patch is messy, if I may say so. There must be a more elegant way to do this, especially given the fact that you remove atexit(sdl_cleanup)s without explanation. well, the diff output is messy, because I added sdl_resize2() above sdl_resize() to avoid adding a forward

Re: [Qemu-devel] [PATCH] don't die if switching to fullscreen mode fails

2008-02-26 Thread Andreas Winkelbauer
hi, use windowed mode as fallback option if we are already in fullscreen mode and the new resolution is too high and print a message to the console Do you end up with a window bigger than the screen, then? Is there a chance the user can escape from this situation, i.e. reach all parts of

[Qemu-devel] [PATCH] usb devices with multiple configurations/interfaces

2007-08-18 Thread Andreas Winkelbauer
information and also (S)RPM packages at [2]. Bye, Andreas Winkelbauer [1] http://lists.gnu.org/archive/html/qemu-devel/2007-06/msg00331.html [2] http://stud4.tuwien.ac.at/~e0425650/html/linux-qemu.html --- usb-linux.c 2007-08-16 14:55:02.0 +0200 +++ usb-linux.c 2007-08-16 14:54:37.0 +0200