Dear Reader(s), I have encountered a problem after the qemu-kvm-0.11 version in that the resolution for Windows XP changed to 640x480 with 4-bit depth as opposed to 1680x1050x24/32 bits. Using git I tried to keep up with the latest. recently I am using Opensuse 11.2, but the current git produces the same results on opensuse 11.0. Maybe it is a switch I need to set during compile time or execution time is do not know about. For compile I use - from the build subdir: ../configure --prefix=/usr --audio-drv-list='alsa sdl' --audio-card-list='es1370 ac97 sb16' --enable-mixemu --enable-check-utests --extra-cflags='-O3 -march=k8 -mtune=k8' --enable-system --enable-user --disable-cpu-emulation To start I use: export QEMU_AUDIO_DRV=alsa export QEMU_ALSA_DAC=dmix export QEMU_ALSA_ADC=null qemu-system-x86_64 -net vde,vlan=0,sock=/var/run/vde2/kvm0 -net nic,model=virtio,vlan=0,macaddr=52:54:00:00:FB:08 -m 768 -localtime -boot c -cpu kvm64 -vga std -soundhw pcspk,sb16 -name VWinXP-nl -hda /media/raidarray/vms/vwinxp-nl.img -usb -alt-grab -usbdevice tablet -no-frame This works only with the qemu-kvm.0.11 tar file, not with any latter git version. Do I miss something? Frans. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html