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 y

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] kvm-55 test

2007-12-10 Thread Shahar Frank
> > -Original Message- > From: [EMAIL PROTECTED] [mailto:kvm-devel- > [EMAIL PROTECTED] On Behalf Of Fabian Deutsch > Sent: Sunday, December 09, 2007 3:24 PM > To: Farkas Levente > Cc: kvm-devel; Avi Kivity > Subject: Re: [kvm-devel] kvm-55 test > > Am Sonntag, den 09.12.2007, 12:26 +0100

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] Compilation Error

2007-03-07 Thread Shahar Frank
... > usb-linux.o /home/johnm/kvm-15/qemu/usb-linux.c > In file included from /home/johnm/kvm-15/qemu/usb-linux.c:29: > /usr/include/linux/usbdevice_fs.h:49: error: variable or field `__user' declared void > /usr/include/linux/usbdevice_fs.h:49: error: syntax error before '*' token / ... A workar

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 corr