Re: kvm + vmwgfx

2012-04-19 Thread Alberich de megres
I tried this one, but I have no /dev/dri/card0, nor any module is loaded in the kernel that uses drm. On Thu, Apr 19, 2012 at 11:53 AM, Avi Kivity wrote: > On 04/19/2012 12:53 PM, Alberich de megres wrote: >> Thanks! >> >> Is there any other way on having at least 2d a

Re: kvm + vmwgfx

2012-04-19 Thread Alberich de megres
Thanks! Is there any other way on having at least 2d acceleration with qemu? If it is possible, using ksm/drm. Thanks!!! On Thu, Apr 19, 2012 at 11:17 AM, Avi Kivity wrote: > On 04/19/2012 10:34 AM, Alberich de megres wrote: >> Hello! >> >> Anyone has succeed on making a

kvm + vmwgfx

2012-04-19 Thread Alberich de megres
Hello! Anyone has succeed on making a kvm guest linux, say fedora 16, with vmwgfx driver? I want to make it work over dri interface, but probably without the x-org, it will be some testbed for wayland builds. My host is a fedora 16, with kernel 3.3.0-8, with a working dri card. I run the kvm: qe

Re: qemu-kvm

2010-02-16 Thread Alberich de megres
think it could something with graphic on host side.. am i saying something stupid? thansk!! > Am 13.02.2010 13:39, schrieb Alberich de megres: >> Hi!! >> >> I got a curious situation that leads me to start sailing on qemu-kvm >> source code. >> >> I got an au

Re: qemu-kvm

2010-02-14 Thread Alberich de megres
in my start scripts: > > export QEMU_AUDIO_DRV=alsa > export QEMU_AUDIO_DAC_FIXED_FREQ=48000 > export QEMU_AUDIO_ADC_FIXED_FREQ=48000 > export QEMU_ALSA_DAC_BUFFER_SIZE=4096 > > Maybe this helps? > > Greets, >  Markus > > Am 13.02.2010 13:39, schrieb Alberich de

qemu-kvm

2010-02-13 Thread Alberich de megres
Hi!! I got a curious situation that leads me to start sailing on qemu-kvm source code. I got an audio latency very very high, even with some little cuts at playback. In qemu lists they told me qemu is synchronous, so if it take so long to draw high screen resolution audio could be affected. As I