I've installed yet another Gentoo on an Ubuntu 14.04.1 LTS host through QEMU-KVM (2.0.0) and it's working great.
But I'm having trouble to run the VM at the native resolution of my screen (1440x900), I'm apparenlty blocked at 1280x720 which isn't bad but not totally confortable.
In order to get 1280x720, I've just added
Code: Select all
modes "1280x720"I'm invoking qemu with these options :
Code: Select all
-smp2 -enable-kvm -m 1024 -vga std -usbdevice tablet -display sdl -no-frameWishing you a nice weekend already :)

