MATE Desktop supports sound on any cloud Fedora VM 22,21,20 ( tested ).
Uploading raw image to glance is preferable.
GNOME desktop works only for CentOS 7.1
From: bderzhavets(a)hotmail.com
To: rdo-list(a)redhat.com
Date: Wed, 17 Jun 2015 08:22:52 -0400
Subject: Re: [Rdo-list] RE(3): Switching to Dashboard Spice Console in RDO Kilo on Fedora
22
Sound works also on RDO Kilo Cloud instances F21,F20 via same patch.
Situation with F22 seems to me either as regression or a bug.
Testing Ubuntu 15.04, 14.04 doesn't make sense . Ubuntu VMs are unable to run X Server
in Spice session,
at least via my experience.
Any Fedora 22,21,20 and CentOS 7.1 cloud VMs do allow install && run GNOME or MATE
desktop.
Thanks.
Boris
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
From: bderzhavets(a)hotmail.com
To: rdo-list(a)redhat.com
Date: Sun, 14 Jun 2015 04:05:57 -0400
Subject: [Rdo-list] RE(2): Switching to Dashboard Spice Console in RDO Kilo on Fedora 22
I've got sound working on CentOS 7 VM ( connection to console via virt-manager)
with slightly updated patch of Y.Kawada, self.type set "ich6".
+class LibvirtConfigGuestSound(LibvirtConfigGuestDevice):
+ def __init__(self, **kwargs):
+ super(LibvirtConfigGuestSound,
self).__init__(root_name="sound",**kwargs)
+ self.type = "ich6" # for Centos7
+ def format_dom(self):
+ dev = super(LibvirtConfigGuestSound, self).format_dom()
+ dev.set("model", self.type)
+ return dev
However, booting log of CentOS 7 VM contains :-
Starting Manage Sound Card State (restore and store)...
[[32m OK [0m] Started Manage Sound Card State (restore and store).
[[32m OK [0m] Listening on RPCbind Server Activation Socket.
From: bderzhavets(a)hotmail.com
To: rdo-list(a)redhat.com
Date: Fri, 12 Jun 2015 11:53:32 -0400
Subject: [Rdo-list] Switching to Dashboard Spice Console in RDO Kilo on Fedora 22
I was able to switch to spice console . Details here :-
http://bderzhavets.blogspot.com/2015/06/enable-dashboard-spice-console-in...
Then I manually patched virt/libvirt/config.py and driver.py following :-
http://www.slideshare.net/YukihiroKawada/rdo-spice
I got cut&&paste feature for spice console to VM opened via virt-manager either
spicy.
But , regardless in virt-manager's panel showing features I see sound "ac97"
,
movies are running silently.
Thank you
Boris
_______________________________________________
Rdo-list mailing list
Rdo-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe(a)redhat.com
_______________________________________________
Rdo-list mailing list
Rdo-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe(a)redhat.com
_______________________________________________
Rdo-list mailing list
Rdo-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe(a)redhat.com