<div>I am installing spice on Fedora13,I first install server and protocal with</div>
<div>"rpm -Uvh spice-server-0.6.3-1.fc13.x86_64.rpm" and </div>
<div>"rpm -Uvh spice-protocol-0.6.3-1.fc13.noarch.rpm".</div>
<div>Because my fedora server can't connect to the newest rpm sourse,</div>
<div>then I download the <a href="http://www.linux-kvm.com/content/qemu-kvm-0130-released">qemu-kvm-0.13.0 Released</a> ,install it with command "./configure;make;make install".</div>
<div>When "./configure",there was an error:</div>
<div><font color="#cc0000">Error: libpci header check failed<br>Disable KVM Device Assignment capability.</font></div>
<div><font color="#000000">Then I start my img with commad:</font></div>
<div><font color="#cc0000">/usr/bin/qemu-kvm \<br>-hda /home/hsolomon/images/WindowsXP.img \<br>-m 1024 \<br>-vga qxl \<br>-localtime \<br>-k us \<br>-net user \<br>-soundhw all \<br>-spice port=5930,disable-ticketing &</font></div>
<div><font color="#cc0000"><font color="#000000">but meet error:</font><font color="#cc0000">Unknown vga type: qxl<br></font><font color="#000000">Now how can I do next to start my first spice test?</font></font></div>
<div><font color="#cc0000"><font color="#000000">I followed the introduce in <a href="http://www.linux-kvm.com/content/spice-063-rpms-fedora-13">http://www.linux-kvm.com/content/spice-063-rpms-fedora-13</a>, but found it so hard!</font></font></div>