From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frans de Boer Subject: Video problem Date: Tue, 15 Dec 2009 01:14:43 +0100 Message-ID: <4B26D4F3.8020201@fransdb.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from smtp01.online.nl ([194.134.41.31]:48178 "EHLO smtp01.online.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758830AbZLOAWv (ORCPT ); Mon, 14 Dec 2009 19:22:51 -0500 Received: from smtp01.online.nl (localhost [127.0.0.1]) by smtp01.online.nl (Postfix) with ESMTP id 48A518E1D4 for ; Tue, 15 Dec 2009 01:14:47 +0100 (CET) Received: from pubserv1.fransdb.nl (s55913887.adsl.wanadoo.nl [85.145.56.135]) by smtp01.online.nl (Postfix) with ESMTP for ; Tue, 15 Dec 2009 01:14:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by pubserv1.fransdb.nl (Postfix) with ESMTP id 24AFA14A1C for ; Tue, 15 Dec 2009 01:14:46 +0100 (CET) Received: from pubserv1.fransdb.nl ([127.0.0.1]) by localhost (pubserv1.fransdb.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MzkeFsLgXcKT for ; Tue, 15 Dec 2009 01:14:44 +0100 (CET) Received: from [192.168.100.23] (unknown [192.168.100.23]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by pubserv1.fransdb.nl (Postfix) with ESMTPSA id 47A6F14A1B for ; Tue, 15 Dec 2009 01:14:43 +0100 (CET) Sender: kvm-owner@vger.kernel.org List-ID: 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.