similar to: CEBA-2012:0446 CentOS 6 SDL FASTTRACK Update

Displaying 20 results from an estimated 10000 matches similar to: "CEBA-2012:0446 CentOS 6 SDL FASTTRACK Update"

2012 Apr 04
0
CentOS-announce Digest, Vol 86, Issue 3
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2015 Mar 11
0
CEBA-2015:0656 CentOS 6 SDL FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:0656 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0656.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: bf3bafe68d3abd91f30147567c45b5eef23fea8cac523246cdfd4b7b5dc281fe SDL-1.2.14-5.el6.i686.rpm 8a1b27cca8488110b529a6085756cd2f3d33578a49df0dc50f7495f820a739a9
2011 Sep 22
0
CEBA-2011:1233 CentOS 5 x86_64 SDL FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1233 Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1233.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 6623ff8c8a9f6e0aafcfd9dff17d9830 SDL-1.2.10-9.el5.i386.rpm e135c2a6a115249641b65963a8608df2 SDL-1.2.10-9.el5.x86_64.rpm f4e90eaef422dc5c6d4327d134b1e22b
2011 Sep 22
0
CEBA-2011:1233 CentOS 5 i386 SDL FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1233 Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1233.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 6623ff8c8a9f6e0aafcfd9dff17d9830 SDL-1.2.10-9.el5.i386.rpm f4e90eaef422dc5c6d4327d134b1e22b SDL-devel-1.2.10-9.el5.i386.rpm Source:
2013 Jan 17
1
Configure can't find SDL (Sort of OT)
One last issue: I ran ./configure and got this: checking for Mix_OpenAudio in -lSDL_mixer... no *** SDL_mixer not found. Configuring without audio support. config.log says: configure:3145: checking for sdl-config configure:3180: checking for SDL - version >= 1.0.1 configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL -lpthread 1>&5
2015 Nov 10
0
CEBA-2015:2009 CentOS 6 SDL BugFix Update
CentOS Errata and Bugfix Advisory 2015:2009 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2009.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 67514b67fd85c7c4deb3057ff008ec27030423dde646d5637eec05665eb43020 SDL-1.2.14-7.el6_7.1.i686.rpm 579321ef67730504177aeb2dc8ae6c5c7b443958da9b529f67d46b0eed515b1f
2015 Mar 12
0
CentOS-announce Digest, Vol 121, Issue 3
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2008 Jun 03
1
wine can not handle running a simple SDL program that calls
I have a simple SDL program, which I've used mingw to compile. It attempts to call cout more than once. It crashes when calling it the second time. Windows handles this program just fine. However, running this program using wine gives the following error: $ wine tmp.exe wine: Unhandled page fault on write access to 0x00000000 at address 0xb7cc3825 (thread 0009), starting debugger... I moved
2019 Dec 06
0
CESA-2019:4024 Important CentOS 7 SDL Security Update
CentOS Errata and Security Advisory 2019:4024 Important Upstream details at : https://access.redhat.com/errata/RHSA-2019:4024 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e3e9919525fe486bdd22e798d6ca8111312381f94fd884f2954496ec730d2ee1 SDL-1.2.15-15.el7_7.i686.rpm
2006 Apr 15
3
SDL.DLL
I tried a game which used SDL but did not have a linux port with WINE. SDL.DLL has a problem with the mouse, otherwise seems to work correctly. Anyways , since SDL is open software, I think wine could come with a built-in SDL.dll.so that could use the real SDL for the current OS or maybe allow it for an extra download. Many games could be instantly ported by that. -------------- next part
2008 Jul 10
0
[PATCH] ioemu : sdl without OpenGl fix
Hi, Here is a little patch for a bug introduced recently in the SDL ioemu rendering, in case we disable OpenGl. Without this patch, the SDL window just stoppped when there were a call to ds->dpy_setdata, because the pointer was not set. Kind regards, Frédéric Guihéry Signed-off-by: Frédéric Guihéry <fred@cat-lan.com> diff -r 2d100fe81044 tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Wed
2005 Nov 29
1
[PATCH] Disable SDL repeat key.
This is to disable SDL repeat key to fix the repeat key issue in slow network connection situation. thx,eddie Signed-off-by: Eddie Dong <eddie.dong@intel.com> diff -r f6fdb6e0d3c9 tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Thu Nov 17 13:56:50 2005 +++ b/tools/ioemu/sdl.c Sun Nov 27 22:26:07 2005 @@ -592,7 +592,7 @@ sdl_resize(ds, 640, 400); sdl_update_caption(); -
2008 Mar 04
0
[PATCH] ioemu: Slown down refresh interval when SDL is minimized
ioemu: Slown down refresh interval when SDL is minimized as that saves us the VGA refresh scanning. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r c6cd384a48bf tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Tue Mar 04 12:32:31 2008 +0000 +++ b/tools/ioemu/sdl.c Tue Mar 04 15:34:25 2008 +0000 @@ -515,6 +515,15 @@ static void sdl_refresh(DisplayState *ds
2008 Mar 05
0
[PATCH] ioemu: fix SDL mouse events processing
ioemu: fix SDL mouse events processing - GetRelativeMouseState always returns the last position, so when the polling loop gets several mouse events in one go, we would send useless ''no move'' events. - So as to make sure we don''t miss any mouse click / double click, we should not use GetRelativeMouseState() to get the button state, but keep records of the button
2014 Nov 21
2
Libvirt fullscreen sdl problem
Hi all, I use libvirt/kvm for my virtualization needs and have a little scerio in mind that I want to implement: a small linux box boots up, launches an X session and after that launches a virtual machine with a fullscreen sdl window, With this I hope to achive several goals: user gets a familiar experience with guest os ( I had windows in mind), near native graphics responsiveness ( we deploy
2011 Sep 20
5
Replacing X11 backend driver with SDL
I have been doing some research on Wine and have the following questions ? 1) Would it be possible to run Wine on a non-X11 system if I replace its X11 backend driver?with an SDL backend?? 2) Does such a SDL driver exist or know of anyone who has worked on it but never made it into Wine? 3)?Are all the X11 dependencies in Wine contained in the winex11.drv driver or are there other areas of the
2008 Apr 24
0
Trying to get Xen to work with SDL
Hi, I am somewhat new to Xen so am hoping someone can help me with an issue I have been unable to resolve. I am sure it is a result of my lack of understanding... I have been able to successfully build and run a domainU system running in text mode in the Xen console and also using VNC to start up a graphical desktop. I have not, however, been able to find out how to run a graphical desktop using
2008 Mar 17
2
[PATCH] sdl rendering
Hi all, I am attaching a patch that adds opengl support for rendering the guest framebuffer in the SDL window. SDL is needed anyway to open the window and handle the events. Opengl rendering is optional and can be turned off at both compile time and in the vm configuration file. Some of the benefits of using opengl are: -faster rendering, less CPU intensive, especially with good graphic cards;
2010 Oct 30
1
qemu sdl parameters via libvirt
Hello List, I run a few VMs via libvirt using '--sdl'. I would like to use qemu parameters -no-quit, -no-frame and -ctrl-grab with libvirt. Does libvirt support a way to use these qemu parameters? Does libvirt provide a way to add these options under <graphics/> in the domain.xml using 'virsh edit domain.xml'? My current <graphics/> is as follows: <graphics
2011 Sep 01
0
PANIC: early exception 0e rip 10:0 error 10 cr2 0
Hi all, I installed XEN on a CentOS 6 server, as per these instructions: http://www.crc.id.au/xen-on-rhel6-scientific-linux-6-centos-6-howto/ And the server now gives this error on reboot: PANIC: early exception 0e rip 10:0 error 10 cr2 0 These are the packages that were installed before the reboot: Total download size: 33 M Installed size: 116 M Is this ok [y/N]: y Downloading Packages: