On Mon, Jun 27, 2011 at 07:54:40PM +0200, Andrea Celestino wrote: > Hi, > I have installed Ubuntu 10.10 32 bit on qemu image and I would like to use > -vga qxl option to start spice server from the command line. I think I > should check if qxl driver are installed in my ubuntu 10.10, how can I check > if they are already installed?
if it's installed starting X in the vm that is run with "-vga qxl" will work, and otherwise it will fail, since no other driver supports the qxl pci device. Another way is to look at the directory containing the drivers, you should have a qxl_drv.so file there, under fedora 15 64 bits it is here: /usr/lib64/xorg/modules/drivers/qxl_drv.so I assume under ubuntu 32 bits it should be at: /usr/lib/xorg/modules/drivers/qxl_drv.so > > Thanks and sorry for my rusty english :) > > Regards. > _______________________________________________ > Spice-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/spice-devel _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
