Description of problem: Trying to use ovirt and some virtual machines with spice results in a hang. Fedora needs an equivalent of rhn.redhat.com/errata/RHBA-2013-0487.html Which has this one line patch from Gerd Hoffmann diff --git a/vbe.c b/vbe.c index af9de66..0848ce6 100644 --- a/vbe.c +++ b/vbe.c @@ -1012,6 +1012,7 @@ Bit16u *AX;Bit16u BX; Bit16u ES;Bit16u DI; vga_compat_setup(); write_word(BIOSMEM_SEG,BIOSMEM_VBE_MODE,BX); + write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MODE,0xff); write_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL,(0x60 | no_clear)); result = 0x4f; It looks like the RHEL6 package has other patches as well, can Fedora pull in all the RHEL6 fixes?
> Fedora needs an equivalent of > rhn.redhat.com/errata/RHBA-2013-0487.html Or simply switch to seavgabios (f18 has packages already, f19 uses it by default).
vgabios-0.6c-9.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/vgabios-0.6c-9.fc18
Package vgabios-0.6c-9.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing vgabios-0.6c-9.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-11958/vgabios-0.6c-9.fc18 then log in and leave karma (feedback).
vgabios-0.6c-9.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.