Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Cause:
In some circumstances (non-RGB images with no pallete and with masks), images were not used.
Consequence:
Some images were mis-rendered, such as icons with a black background or white rounded corners
Fix:
Render such images instead of dropping them
Result:
Rendering looks better.
Created attachment 624941[details]
fedora white rounded corners
Description of problem:
Alpha transparency doesn't work well with spice-server 0.12 in some circumstances
Version-Release number of selected component (if applicable):
qemu-kvm-0.12.1.2-2.320.el6.x86_64
spice-server-0.12.0-1.el6.x86_64
in the VM, current driver has to be used, too (qxl-win 0.1-15, xorg-x11-drv-qxl >= 0.1.0)
client version doesn't matter (you can see the same when using spicec, too)
How reproducible:
100 %
Steps to Reproduce:
1. in windows xp guest, open compmgmt.msc console
2. in fedora 18 guest, open Display properties
3.
Actual results:
1. toolbar icons in the console have black background
2. rounded corners of display label are rended white (see the screenshot)
Expected results:
everything is rendered normally
Additional info:
Created attachment 624943[details]
winxp icon background
note that when selected, the tranparency of "ca.crt" icon works just fine
I forgot to write to the description this: the issue is not present in spice-server 0.10
The bug only shows up for "-M rhel6.3.0" or lower, when using "-M rhel6.4.0", it isn't there. Could this suggest bug in qxl device? BTW bug 886125 reproducibility also depends on qemu machine type.
Host software versions:
spice-server-0.12.0-8.el6.x86_64
qemu-kvm-0.12.1.2-2.340.el6.x86_64
seabios-0.6.1.2-25.el6.x86_64
vgabios-0.6b-3.7.el6.noarch
(In reply to comment #3)
> The bug only shows up for "-M rhel6.3.0" or lower, when using "-M
> rhel6.4.0", it isn't there. Could this suggest bug in qxl device? BTW bug
> 886125 reproducibility also depends on qemu machine type.
Could also be a guest driver bug. rhel 6.4 adds new spice capabilities which indeed affect transparency rendering. Those are turned off for compatibility reasons when running with the 6.3 machine type. So it could be the new guest drivers have trouble handling the old qxl device correctly.
The fact that with F18 the bug disappeared (did you update the guest driver?) suggests that it actually is a guest bug.
Do the guests with the new qxl driver show idendical behavior RHEL-6.3 and on RHEL-6.4 when starting qemu with -M rhel6.3.0 ?
Created attachment 662350[details]
fix for the windows guest issue
I think that the Linux guest issue results from a different bug than the Windows guest one.
A patch for fixing the Windows guest related bug has been posted (attached).
David, can you open an additional bug for distinguishing the 2 cases?
(In reply to comment #5)
...
> Could also be a guest driver bug. rhel 6.4 adds new spice capabilities
> which indeed affect transparency rendering. Those are turned off for
> compatibility reasons when running with the 6.3 machine type. So it could
> be the new guest drivers have trouble handling the old qxl device correctly.
>
> The fact that with F18 the bug disappeared (did you update the guest
> driver?) suggests that it actually is a guest bug.
>
I didn't update the guest driver (there was no update since 0.1 after all) but there were quite some builds of qemu and spice-server in last two months.
> Do the guests with the new qxl driver show idendical behavior RHEL-6.3 and
> on RHEL-6.4 when starting qemu with -M rhel6.3.0 ?
I couldn't try that because when I'm working with more VM's, I'm experiencing total host freeze... :(
(In reply to comment #6)
...
> David, can you open an additional bug for distinguishing the 2 cases?
I will if I see the bug in Fedora again.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2013-0529.html
Created attachment 624941 [details] fedora white rounded corners Description of problem: Alpha transparency doesn't work well with spice-server 0.12 in some circumstances Version-Release number of selected component (if applicable): qemu-kvm-0.12.1.2-2.320.el6.x86_64 spice-server-0.12.0-1.el6.x86_64 in the VM, current driver has to be used, too (qxl-win 0.1-15, xorg-x11-drv-qxl >= 0.1.0) client version doesn't matter (you can see the same when using spicec, too) How reproducible: 100 % Steps to Reproduce: 1. in windows xp guest, open compmgmt.msc console 2. in fedora 18 guest, open Display properties 3. Actual results: 1. toolbar icons in the console have black background 2. rounded corners of display label are rended white (see the screenshot) Expected results: everything is rendered normally Additional info: