Displaying 20 results from an estimated 5000 matches similar to: "HVM: Could not initialize SDL - exiting"
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''
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
2011 May 23
0
xen4 , framebuffer and grub2
Hi list
After I install xen4.0 in my debian squeezz,it added the following lines into /boot/grub/grub.cfg
### BEGIN /etc/grub.d/20_linux_xen ###
menuentry ''Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64'' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
set
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
2006 Oct 17
0
Bug#393609: xen-ioemu-3.0-unstable: Wrong location of /etc/xen/qemu-ifup prevents HVM domains to boot
Package: xen-ioemu-3.0-unstable
Version: 3.0-unstable+hg11561-1
Severity: normal
When trying to create an HVM domain with vif settings enabled (as default)
qemu-dm fails to start the virtual machine claiming that the tap device cannot
be found. This is because qemu-dm tries to execute /etc/xen/qemu-ifup which is
instead located in /etc/xen/scripts/qemu-ifup.
As a side note qemu-dm seems to be
2006 Oct 17
0
Bug#393727: xen-ioemu-3.0-unstable-1-amd64: Missing /etc/xen/scripts/qemu-ifup
Package: xen-ioemu-3.0-unstable
Version: 3.0-unstable+hg11561-1
Severity: normal
Hi,
in #393609 /etc/xen/scripts/qemu-ifup is wrongly placed/referred. This script
is missing from the amd64 package, making network enabled HVM domain not
startable.
Regards,
L
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture:
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
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();
-
2007 Nov 15
1
swfdec on DirectFb to work for Mozilla Firefox browser with DirectFb backend
Hi,
I am working on Mozilla Firefox browser which is having DirectFb as backend.
To provide Flash plugin and play support for mozilla i am porting
swfdec-mozilla-0.5.4 to DirectFb.
Please suggest me your ideas how to get Flash Plugin and Play to work
on DirectFb for Mozzilla firefox which is already working on DirectFb.
Thanks & Regards
Sreenivas
2020 Mar 27
2
directfb on CentOS 7
I have another package (baresip) that needs "directfb".
from baresip make
MOD := directfb
$(MOD)_SRCS += directfb.c
$(MOD)_LFLAGS += $(shell pkg-config --libs directfb)
$(MOD)_CFLAGS += $(shell pkg-config --cflags directfb \
| sed -e 's/-I/-isystem/g')
include mk/mod.mk
I tried to find with:
yum provides
2016 Dec 16
3
Looking for DirectFB 1.4.11 RPMs for 32-bit CentOS 6
Our current build process requires the directfb-1.4.11-3.el6.i686.rpm and directfb-devel-1.4.11-3.el6.i686.rpm packages, but they appear to be no longer available from the EPEL repo, and I can?t find them anywhere else either. If you have a local copy, or can point me to some other repo or web site that has these 2 RPMs, I would really appreciate it.
Thanks,
Alfred
2007 Dec 15
1
CPU hogging in swfplay with directfb backend
Hi,
I compiled swfdec with directfb backend. swfplay is able to play flash
but it is taking almost 100% of the CPU.
When flash is in pause state it is using less CPU.
With X11 backend swfplay is taking less CPU.
Can someone tell which is the function in swfdec responsible for the
rending to the screen.
I am using directfb-1.1.0, gtk+-2.10.14 and cairo-1.5.4.
I have
2005 Jul 30
2
Running another gnome or kde on virtual console
Hi,
I'm still new in linux world and CentOS is my 2nd linux desktop I ever used ( have used it for month now, before using Ubuntu for 2 days ), so please gave me a little favor on it :)
What I need to do is to have my virtual console that can also run gnome or kde, so I can have different windows on different virtual console. After googling, I found the qingy that just fit for my need.
I
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: important
I have installed all the packages I can think of to get Xen going
and it still fails with the following :
/var/log/xen/xend-debug.log:
Exception starting xend: (111, 'Connection refused')
er.py", line 463, in process_request_thread
self.finish_request(request, client_address)
File "SocketServer.py",
2007 Jul 27
0
xen 3.1 HVM guest issue : qemu "xs_read(): vncpasswd get error..."
Hello,
When I start an HVM domU qemu return me the error "xs_read(): vncpasswd
get error..."
I''m running Xen 3.1 fedora patch + 2.6.20 + ubuntu feisty.
Xen Packages come from Cedric Gabriello ( http://cedric.gabriello.fr/ )
<http://cedric.gabriello.fr/>
It''s very strange because the VM seems to start ...
but qemu process appear as [ defunc ] and of course
2006 Oct 24
2
xm create -c vm01.cfg, Error: (22, 'Invalid argument')
# xm create -c vm01.cfg
Error: Cannot open config file "vm01.cfg"
www:/var/log/xen# xm create -c /etc/xen/auto/vm01.cfg
Using config file "/etc/xen/auto/vm01.cfg".
Error: (22, 'Invalid argument')
# xm log
[2006-10-24 16:16:30 xend.util.security 29229] INFO (__init__:1072) Resource
label file not found.
[2006-10-24 16:16:30 xend.util.security 29229] INFO
2016 Dec 16
1
Looking for DirectFB 1.4.11 RPMs for 32-bit CentOS 6
On Dec 16, 2016, at 9:11, Timotheus Pokorra <timotheus.pokorra at solidcharity.com> wrote:
> This is how you can find them:
> I went to the package directory:
> https://admin.fedoraproject.org/pkgdb/package/rpms/directfb/
> They are all retired, but when you click on the builds status, you
> still see the old builds.
> click on the last build for Epel6, and you find
>
2007 Oct 01
1
swfdec performance
Hi ,
I am new to swfdec development team. I am studying the swfdec V
0.5.2source code. I found that it requires more horse power. I
played SWF 7
content with the swfplay on 500MHz AMD CPU, performance was too bad. Audio
was not playing properly and video is slow. I played the same content using
*firefox with Adobe's macromedia flash plugin* on same hardware,
performance is too good.
2009 Dec 02
4
http url support in swfdec-0.8.4
Dear All,
I am using swfdec-0.8.4 player over directfb.. I am able to play stored swf
files where as im not able to play any only swf files
I get following error
open http://www.foo.com/foobar.swf failure, err = No such file or directory
Thanks and regards
Deepak
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 22
1
Cannot Install Cairo Library
Dear All,
I am running Debian testing on my box and I have R 2.9.0 installed from
the standard repositories.
I downloaded the package source from
http://cran.r-project.org/web/packages/Cairo/index.html
but when I try to install it on my system, this is what I get
$ sudo R CMD INSTALL Cairo_1.4-4.tar.gz
* Installing to library ?/usr/local/lib/R/site-library?
* Installing *source* package ?Cairo?