Displaying 20 results from an estimated 768 matches for "sdl".
Did you mean:
osdl
2005 Sep 27
5
WxRuby + Ruby/SDL
Hi,
I am making a game with Ruby/SDL and have run into trouble finding a GUI
to cooperate. I have seen numerous examples of wxWindows in combination
with SDL (wxPython and PyGame), but have yet to be able to do it in ruby
(PyGame example: http://wiki.wxpython.org/index.cgi/IntegratingPyGame).
I am not very good with wxRuby as this is...
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 code where it uses X or assumes it is running on an X system??
4)?Can SDL provid...
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 g...
2006 Oct 23
14
SDL display of HVMs -- how?
I''m having some trouble working out how to make the SDL interface
for HVM domUs appear. The documentation simply says "it will appear"
when you start the domU, but doesn''t state what packages or libraries
are needed in order for this magic to happen, or explain how to debug
it if it doesn''t happen. All that I''m getti...
2015 Mar 11
0
CEBA-2015:0656 CentOS 6 SDL FASTTRACK BugFix Update
...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 SDL-devel-1.2.14-5.el6.i686.rpm
8ec87e0bd1cb8fe6a175d3b223c708d29afca6b9bc32e5a64d127cb38bfb2f19 SDL-static-1.2.14-5.el6.i686.rpm
x86_64:
bf3bafe68d3abd91f30147567c45b5eef23fea8cac523246cdfd4b7b5dc281fe SDL-1...
2015 Nov 10
0
CEBA-2015:2009 CentOS 6 SDL BugFix Update
...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 SDL-devel-1.2.14-7.el6_7.1.i686.rpm
02fe4472568959942bb422087ceeb6d9d003c8f8b0a2adf7a1a6ceafb1bbf8c0 SDL-static-1.2.14-7.el6_7.1.i686.rpm
x86_64:
67514b67fd85c7c4deb3057ff008ec27030423dde646d5637eec05665eb...
2012 Apr 03
0
CEBA-2012:0446 CentOS 6 SDL FASTTRACK Update
...Errata and Bugfix Advisory 2012:0446
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0446.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
ce57df4f5c00f5310d51533b24b80e3c7e3996382222ac0dfb4c73ab17473b46 SDL-1.2.14-3.el6.i686.rpm
8c0388c6fc4176f7b464a0946be0046f737f7fb35afa15d8d23a36fb38061936 SDL-devel-1.2.14-3.el6.i686.rpm
5a791b338574e5f2c1432c0508eee5f7f42eab5d47201688309faef9b9d60df2 SDL-static-1.2.14-3.el6.i686.rpm
x86_64:
ce57df4f5c00f5310d51533b24b80e3c7e3996382222ac0dfb4c73ab17473b46 SDL-1...
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 cctv video servers and viewing live video in a
virt machine is a must) and security based on isolation from i/o ports.
But when...
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...
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...
2008 Mar 01
4
1.9.5 Release
Hey Alex and Sean,
It looks like it is getting to be that time again for a new release. What
are we looking at for the release time frame? I''m working still on the
wxSDL type library for wxSugar, as I think this would be a great thing to
create a Library for, to incorporate SDL into wxRuby. I''m already looking
at creating Wx::SDLPanel, which will be the equivalent of SDL.set_video_mode(),
except that it''ll basically be using a Panel, and internal...
2013 Jan 11
9
Usage of SDL vs. VNC
...etween those two "sudo xm create" commands is 2 seconds or so.
Why is that?
2-
I am trying to follow
http://www.virtuatopia.com/index.php/Adding_USB_Devices_to_a_Xen_HVM_domainU_Guest#Temporarily_Adding_a_USB_Device_to_a_running_Xen_HVM_Guest
and editing my configuration file to read sdl=1 and vnc=0, saving the
file and closing. However, every time I issue the command "sudo xm
create windows7.cfg" I get the dreadful message ''Error: Domain
''windows7'' does not exist. What am I missing / not doing properly?
Regards,
__________________________...
2019 Dec 06
0
CESA-2019:4024 Important CentOS 7 SDL Security Update
...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
85d5a427278e873245663ec50c7b43ac344bc9065b00cd4524eceb1606dde028 SDL-1.2.15-15.el7_7.x86_64.rpm
a1000d5515233e0c7df795a5ce8b8195c954944219c6e3c433e1e148565db5d7 SDL-devel-1.2.15-15.el7_7.i686.rpm
a5ceebc69680d7c13c5b37e8832e191607a4b78a76494c960299e040d5cdc596 SDL-devel-...
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...
2019 Dec 07
4
CentOS-announce Digest, Vol 178, Issue 2
...at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CEBA-2019:4106 CentOS 7 kernel BugFix Update (Johnny Hughes)
2. CESA-2019:4024 Important CentOS 7 SDL Security Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Fri, 6 Dec 2019 23:34:10 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2019:4106 CentOS 7 kern...
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;
-m...
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 /opt/thoughtwave
Have fun!
Jonathan Kalbfeld
--
--
Jonathan...
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...
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 SDL-devel-1.2.10-9.el5.i386.rpm
4c6e77def2ebc256dd2a41d9f8046a3a SDL-devel-1.2.10-9.el5.x86_64.rpm
Source:
2253c63ee477ff326cf8c83825cc781a SDL-1.2.10-9.el5.src.rpm
--
Johnny...
2011 Feb 06
2
Multiplying elements of vectors
...I?m learning basic matrix and
vectors multiplication to develop a population matrix model for
plants. I?m trying to multiply the elements of two vectors (each of
the ?x? values by each of the ?y? values) to obtain a square matrix of
xy values.
f.e.
x<-seq(5,205)
y<-seq(5,20,5)
stages<-c(?Sdl?, ?Juv?, ?Ad1?, ?Ad2?)
If I just multiply xy as a matrix
xy<-matrix(x,y,nrow=4,ncol=4,dimnames=list(stages,stages))
I obtain this
xy
Sdl Juv A1 A2
Sdl 5 10 15 20
Juv 5 10 15 20
A1 5 10 15 20
A2 5 10 15 20
but what I want to obtain is this matrix
Sdl Juv...