KVM - The Linux Kernel-Based Virtual Machine
News, Blogs and Resources on the Linux (KVM) Kernel-Based Virtual Machine

SPICE on Ubuntu Wiki Available

Most of the documentation I’ve written so far regarding running and testing SPICE have been doing so on Fedora. This is no surprise as SPICE is maintained by Red Hat and so is rpm based. Well this morning some guys from COSI ( Clarkson Open Source Institute ) sent out a URL to the SPICE development mailing list with a wiki they put together for installing it on Ubuntu. According to the message, SPICE performance is “impressive” on Ubuntu. Below is the URL to the wiki.

http://docs.cslabs.clarkson.edu/wiki/SPICE
 

See Also

Comments

Thanks for this link!

I'm looking forward to trying out SPICE on Ubuntu. This link is a great addition.

Keep up the good work!

I want to ask, if my guest

I want to ask, if my guest and host on the same machine.
is it SPICE not for me?

Or still can speed up something with SPICE,
even both host and guest on the same machine?

Thank you.

Re: I want to ask

Yep, you should see a difference even if guest and host is same machine.

has anyone gotten the Clarkson info to bld successfully

On Ubuntu 10.04 Lucid x64 system

Trying to build the server side I get as far as:

> # install qcairo
> wget http://www.spice-space.org/download/qcairo-1.8.7.1-git74d6b5.tar.bz2
> tar xf qcairo-1.8.7.1-git74d6b5.tar.bz2
> cd qcairo-1.8.7.1-git74d6b5/
> ./autogen.sh --disable-xlib --disable-ps --disable-pdf --disable-svg > --includedir=/usr/include --libdir=/usr/lib64

and the autogen fails with the following error:

> checking for pixman... no
> no
> checking whether cairo's image surface backend feature could be enabled... no > (requires qpixman-1 >= 0.12.0 http://cairographics.org/releases/)
> configure: error: mandatory image surface backend feature could not be enabled

If anyone has encountered this and how to fix it let me know.

thx

I ran sudo apt-get install

I ran

sudo apt-get install libpixman-1-dev

then re-ran the make and it built. I've been able to run WinXP under lucid (SPICE 0.4.0 with the Windows binary drivers), but haven't been able to get the qxl driver working under X11 on a lucid-i386 vm.

qcairo

try with this

$ pwd
/usr/lib/pkgconfig
$ sudo ln -s /usr/lib64/pkgconfig/qpixman-1.pc qpixman-1.pc

worked for me.

Post new comment

The content of this field is kept private and will not be shown publicly.