GNOME Bugzilla – Bug 672872
Sane default sound & video devices for unknown OSs
Last modified: 2016-03-31 14:03:09 UTC
Background from IRC: <mclasen_> can we make boxes use qxl instead of cirrus ? <zeenix> mclasen_: it does already <zeenix> mclasen_: but you need drivers in the guest and expression installation does that for fedora already <zeenix> mclasen_: teuf is working on making it work for windows as well <mclasen_> zeenix: I am seeing the qxl driver in this f17 livecd install <mclasen_> and still I see -vga cirrus in the qemu commandline <zeenix> mclasen_: weird cause qemu commandline should always be qxl <zeenix> oh <zeenix> i might know <zeenix> F17 isn't in the libosinfo db yet :)
Created attachment 210658 [details] [review] Sane default sound & video devices for unknown OSs
Review of attachment 210658 [details] [review]: ::: src/vm-configurator.vala @@ +201,3 @@ + var device = get_os_device_by_prop (install_media.os, DEVICE_PROP_CLASS, "audio"); + var model = (device != null)? get_enum_value (device.get_name (), typeof (DomainSoundModel)) : + DomainSoundModel.ICH6; ICH6 is too recent, even XPSP3 doesn't support it. AC97 otoh is supported on all OS I have tried.
Created attachment 210662 [details] [review] Sane default sound & video devices for unknown OSs This one uses AC97.
Review of attachment 210662 [details] [review]: ack
Attachment 210662 [details] pushed as f17ab83 - Sane default sound & video devices for unknown OSs