Re: [kvm-devel] widescreen resolutions: 1680x1050

2007-11-26 Thread Shahar Frank
: Monday, November 26, 2007 2:59 AM To: Shahar Frank Cc: kvm-devel@lists.sourceforge.net Subject: Re: [kvm-devel] widescreen resolutions: 1680x1050 Hi Shahar, I'd like to try that. The documentation of vgabios is not very specific about the tools needed to compile it, but it makes a reference

Re: [kvm-devel] widescreen resolutions: 1680x1050

2007-11-25 Thread Shahar Frank
Hi, If you have time you can compile a vgabios with vbe extension that support your resolution. Even though this resolution is not defined in the spec, the XP driver doesn't care. I did it for 1280x800 and it seems that it should work also for your case. The really nasty thing here is that

Re: [kvm-devel] vista install oddities

2007-06-07 Thread Shahar Frank
Milas, What host are you using, and what Vista version is it? Is it an OEM version or other non standard version? Vista is known to use some new ACPI features, and in fact some licensing options require ACPI 2.0 (not supported). Shahar

Re: [kvm-devel] qemu/kvm seems to take ALSA all for itself?

2007-05-21 Thread Shahar Frank
You have to make QEMU use ALSA as your sound system and specify a mixer device for input and output. This can be done using some environment variables that should be set before the qemu binary is run. The following may work: export QEMU_AUDIO_DRV=alsa # the default is OSS if I recall