similar to: [PATCH] always call SDL_Quit

Displaying 20 results from an estimated 6000 matches similar to: "[PATCH] always call SDL_Quit"

2008 Jun 22
0
Fw: Renouoveau hangs on 79th test on 8800 GT
Forwarding some personal communique to the list, as I'm not the best to answer. Looks like a bug in the proprietary driver, that prevents SDL from cleaning up the graphics system. Or renouveau is putting the card to a funny state, which the blob does not expect. Aaron, might be worth to try a different driver version, and please at least CC the list next time. >> The computer has a
2007 Sep 24
0
missing GLX extension
It seems renouveau doesn't cope well with missing GLX extension, unlike e.g. glxgears: rmh at cesc:~/renouveau$ glxgears Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual rmh at cesc:~/renouveau$ ./renouveau detect_devices: Creating probe window failed. We tried to create a window by using SDL. Our OpenGL tests require
2003 Aug 23
1
CVS compile problems
Hi, I'm compiling theora from the cvs. I use it with mplayer. I had run in these problems: 1. At make time I got that: Making all in doc make[1]: Entering directory `/work/src/theora/doc' make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop. make[1]: Leaving directory `/work/src/theora/doc' make: *** [all-recursive] Error 1 I cannot skip that
2008 Feb 04
3
[PATH] ioemu: use SIGHUP instead of SIGKILL
The stub domain device model needs to trap the termination signal so as to actually destroy the stub domain. SIGKILL can''t be trapped, SIGTERM is caught by SDL and so may be unnoticed. SIGHUP can be trapped and is not caught by SDL (and by default causes a process termination without core). Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 2407a61c0d30
2007 Jul 30
1
QEMU 0.9.0 packages available for Solaris 8 (-SDL, use vnc), 9&10 (+SDL)
All, I''ve posted some QEMU 0.9.0 packages for x86_64 and SPARC on my website at http://www.thoughtwave.net/downloads.html Some of these include libSDL support compiled in (The Solaris 10+ version), but I did not have libSDL available on my Solaris 9 machine. Some include MTOOLS 3.9.10 which is invaluable for building floppy disk images for RTOS development. The packages install in
2012 Apr 11
3
Ogg Theora files player
Hello, I try to compile player_example.c from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip in Visual Studio 2008 on Windows XP. I built and added to the project libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/) and SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip). When I compile player_example.c Visual Studio shows: fatal error
2006 Sep 25
1
[PATCH] fix build of gdbstub.c
Changeset 11598 broke the build with my gcc-4.1.2. You can''t forward-declare a static function within another function. Trivial patch attached to fix this. Signed-off-by: Charles Coffing <ccoffing@novell.com> gcc -O1 -fno-omit-frame-pointer -g -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
2005 Oct 31
0
[PATCH] wild pointer in xenstat.c
There is an error in xenstat, such that a wild pointer is being dereferenced and written to. Signed-off-by: Charles Coffing <ccoffing@novell.com> --- xen-unstable.orig/tools/xenstat/libxenstat/src/xenstat.c +++ xen-unstable/tools/xenstat/libxenstat/src/xenstat.c @@ -704,7 +704,7 @@ static char *xenstat_get_domain_name(xen { char path[80]; char *name; - unsigned int
2007 May 22
0
[PATCH] remove unnecessary execute perms
Hi, rpmlint complains that various blktap files are installed with unnecessary execute permissions: E: xen-devel spurious-executable-perm (Badness: 100) /usr/lib64/libblktap.a E: xen-devel spurious-executable-perm (Badness: 100) /usr/include/blktaplib.h The patch below fixes the problem. It applies against xen-unstable. Thank you. Signed-off-by: Charles Coffing <ccoffing@novell.com>
2015 May 15
1
Bug#785132: Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
Hi, Here the packages related to xen installed on my system : ii grub-xen-bin 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (Xen binaries) ii grub-xen-host 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (Xen host version) ii libptexenc1 2014.20140926.35254-6 amd64 TeX Live: pTeX encoding
2007 Sep 18
0
Short how to for RHEL5 as dom0 and RHEL5 as domU
Hey, I was looking for step by step installation for RHEL5 as dom0 and RHEL5 as domU, but could not find it.I put some instructions, hope it will save some time for somebody. If you will find some errors please fix them :) I assume that you already have rhel 5 up and running (webserver as well).I will install guest system in paravirtualized mode (mine processor does not support full
2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows enviroment. We follow this instruccion http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm create win_2k.hvm" the windows installation pop up never appear. HVM file config: kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm''
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4. I get the following error and want to know how and where to add "--disable-gfx-check" Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4. I get the following error and want to know how and where to add "--disable-gfx-check" Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without
2006 Feb 02
1
RE: No VMX-guests on Intel Xeon/VT
> -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of > Thorolf Godawa > Sent: 02 February 2006 16:33 > To: Charles Coffing > Cc: xen-devel@lists.xensource.com > Subject: Re: [Xen-devel] No VMX-guests on Intel Xeon/VT > > Hi Chuck and all others, > > > yeah, its going
2016 Jan 31
2
Shipping development files for mingw32
Hi, Is is possible to ship development files for MinGW32 like static libs and headers? I am particularly interested in libvorbisfile required to build Wesnoth on Windows. SDL2 provides a convenient distribution that I unpack and it works: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz https://www.libsdl.org/projects/SDL_mixer/ But I can't find where I
2016 Jan 31
0
Shipping development files for mingw32
On Sun, Jan 31, 2016 at 11:25 AM, anatoly techtonik <techtonik at gmail.com> wrote: > Hi, > > Is is possible to ship development files for MinGW32 > like static libs and headers? I am particularly interested > in libvorbisfile required to build Wesnoth on Windows. > SDL2 provides a convenient distribution that I unpack > and it works: > >
2007 Apr 05
1
Header files
Hi, Please could give me a hints how to get below header files, these are not available in my system. Am running player_example.c which is given in theora dump. Getting error that below files can't open. I checked in "C:\Program Files\Microsoft Visual Studio\VC98\Include" and these are not present. #include <unistd.h> #include <sys/soundcard.h> #include
2012 Aug 08
3
GPU passthrough with Xen 4.2 on Ubuntu 12.04
I have been trying to setup GPU passthrough for a couple of days now with little luck. I''m hoping someone can shed some light as to where I may be going wrong or at least identify some genuine bugs. Essentially pci passthrough works for me but gpu passthrough doesn''t. My system is currently configured as follows (please ask if you need further details) Asrock Z77 e-Itx
2019 Aug 07
0
another bizarre thing...
On Mon, Aug 05, 2019 at 08:57:45PM -0400, Fred Smith wrote: > Hi all! > > I'm stuck on something really bizarre that is happening to a product > I "own" at work. It's a C program, built on CentOS, runs on CentOs or > RHEL, has been in circulation since the early 00's, is in use at > hundreds of sites. > > recently, at multiple customer sites it has