Bug 1008089
Summary: | crash in nv30_vbo_validate | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Caolan McNamara <caolanm> |
Component: | xorg-x11-drv-nouveau | Assignee: | Hans de Goede <hdegoede> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | airlied, ajax, bskeggs, hdegoede, matti.aarnio |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 10.6.3-3.20150729.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-09-15 19:50:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Caolan McNamara
2013-09-14 15:43:30 UTC
This one is really killing us a lot in impress :-( This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. *** Bug 1190079 has been marked as a duplicate of this bug. *** I'm taking this one, and I'll try to fix it :) I cannot reproduce the crash on nv4x, but the transition obviously gets rendered wrong. It actually looks a bit like the result from https://bugs.freedesktop.org/show_bug.cgi?id=90871 I'll dig a bit deeper and see if I can fix this. Hi, A quick status update on this, impress uses msaa visuals when available, this causes 2 problems on nv3x/nv4x cards: 1) The colorresolve code for msaa cards was non existent, I've submitted patches which are now merged upstream fixing this. 2) Even with colorresolve fixed, things sometimes still go bad (esp. on older nv3x cards) , mesa runs out of videomem on these cards due to the extra videomem requirements of using msaa. This has been fixed upstream by disabling msaa on these cards alltogether. I'm currently preparing an update for F-21 and F-22 which includes the patch to disable msaa, that should fix any issues with impress on these cards. For F-23 / F-24 the fix should hit Fedora soon enough through syncing with upstream. Regards, Hans mesa-10.6.3-3.20150729.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15613 mesa-10.4.7-2.20150323.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15614 mesa-10.4.7-2.20150323.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update mesa'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15614 mesa-10.6.3-3.20150729.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update mesa'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15613 mesa-10.6.3-3.20150729.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. mesa-10.4.7-2.20150323.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |