Displaying 20 results from an estimated 4000 matches similar to: "Help!"
2011 Aug 26
1
hello, I 've deployed libvirt, and it is OK to use kvm.But when I use virtualbox, I can not attach a device to a domain
hello,I 've deployed libvirt, and it is OK to use kvm.But when I use
virtualbox,I can not attach a device to a domain.
It reports the error that can't get device from device.xml
here is my xml file for device(device.xml):
<disk type='block'>
<driver name='phy'/>
<source dev="/home/lb/iscsitest/vdisk.img"/>
2011 Jul 25
1
VirtualBox headless
My objective is also to run headless virtual machines through libvirt
library.
I am using an Ubuntu 10.04 distro and libvirt 0.9.2.
Before asking you guys about it, I searched on the web and found this:
Hi,
>
> thanks for your hint.
>
> I read the lines in the documentation, but unfortunately editing the xml
>
> within virsh lead to the errors.
>
> The Solution to a
2009 Aug 26
2
Error starting a virtual machine
I've been playing with ovirt built from source. When I try to start my
first VM, I get this error in taskomatic.log:
INFO Wed Aug 26 14:33:28 -0600 2009 (12750) starting task_start_vm
INFO Wed Aug 26 14:33:29 -0600 2009 (12750) VM will be started on node
node94.ovirt.priv
DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) Connecting volumes:
DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) XML Domain
2010 Dec 05
1
How to set image format to 'qcow2'
Hi, all
My xml 'dom1.xml' is as following:
<domain type='kvm' id='1'>
<name>kvm-xp</name>
<description>xp kvm</description>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<os>
<type>hvm</type>
<!--loader>/usr/lib/xen/boot/hvmloader</loader-->
<boot dev="hd"/>
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
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
2016 May 25
6
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
I?ve posted this on the forums at https://www.centos.org/forums/viewtopic.php?f=47&t=57926&p=244614#p244614 - posting to the list in the hopes of getting more eyeballs on it.
We have a cluster of 23 HP DL380p Gen8 hosts running Kafka. Basic specs:
2x E5-2650
128 GB RAM
12 x 4 TB 7200 RPM SATA drives connected to an HP H220 HBA
Dual port 10 GB NIC
The drives are configured as one large
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
2019 Dec 07
4
CentOS-announce Digest, Vol 178, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://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
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 Feb 06
2
Multiplying elements of vectors
Hi guys:
Sorry if this question is very basic. 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
2005 Jan 05
1
player_example vs splayer
Speaking of portability and people more familiar with SDL:
The reason we have two example players for theora is that monty wrote
the original example around the OSS audio interface used on several free
unix-like operating systems, which immediately excludes win32 and MacOS,
even though it used SDL to display the frames. SDL also has audio
support, and is quite widely ported.
splayer replaces
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();
-
2006 Oct 13
1
Play ogg stream
Hello,
I am trying to write a Ogg player that plays the Ogg stream sending from the
icecast server (similiar to WInamp). So the player needs to read the bits
and send them to the sound card. So I tried to use the SDL library to do
this. However, sample rate changes in the Vorbis stream which disrupt SDL
playing. I wonder what the proper way to handle sample rate changes in a
Vorbis stream is.
2011 Sep 08
3
Graphical framebuffers confuse, XML format about spice
Hello, i want to start a guest OS in the server, and use spice to achieve
graphical interaction with the guest OS. But when i config the XML file, i
was confuse by spice .
The graphic node is :
<graphics type='spice' port='5990' ><listen type='address'
address='127.0.0.1'/></graphics>
but is has such error as below :
libvir: QEMU error : internal
2011 Aug 29
1
[patch] Activate Qemu options
Hi,
This patch makes it possible for Qemu to use the SDL library, to
conveniently replace VNC, which has horrible mouse support.
It also adds a IOEMU_CONFIGURE_OPTIONS option in tools/Makefile, so that
later on, we can call:
$(MAKE_CLEAN) -C $(DIR)/tools $(CONFIG)
IOEMU_CONFIGURE_OPTIONS="--audio-drv-list=\"pa oss alsa sdl esd\"
--audio-card-list=\"ac97 es1370 sb16 cs4231a
2011 Dec 16
1
makeNamespace and rdyncall
Dear R Core Team,
I have a question related to the programming interface for namespace object creation at run-time.
This is something that I need in the rdyncall package:
During the dynamic linkage binding of a shared C library, an R namespace object is created
that gets populated with call wrappers, symbolic constants and type information objects.
For example,
> dynport(SDL) # create
2015 Mar 25
1
XML vm configfile with Display using QEMU GTK interface
Hello guys,
I'm trying to start a VM using the QEMU GTK Display Interface instead of a SDL window. But I'm failing.
My actual setting is using SDL with this XML line:
<graphics type='sdl' display=':0.0' xauth='/home/ploog/.Xauthority'/>
I changed to:
<graphics type='gtk'>
But it fails to start the VM.
Any ideias?
Thanks in advance,
2012 May 22
1
Quantmod, Xts, TTR and Postgresql
Hi Everyone,
I'm currently using the latest build of R and R-Studio server (both are
amazing products)
I'm still very new to this but I came across this issue:
I'm trying to do a select from postgres and put the data into and xts
object like so:
# Libs
library('RPostgreSQL') # http://code.google.com/p/rpostgresql/
library('quantmod')
library('TTR')
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;