Bug 497069
Summary: | XVideo fails if multihead monitor size exceeds 2k in any direction | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ralf Ertzinger <redhat-bugzilla> | ||||
Component: | xorg-x11-drv-intel | Assignee: | Adam Jackson <ajax> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | ajax, mcepl, thub, xgl-maint | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-12-05 06:56:01 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Ralf Ertzinger
2009-04-22 08:57:20 UTC
Created attachment 340698 [details]
Xorg.0.log
That's expected, unfortunately. The XV adaptor uses the YUV texture support in the 3D engine. The 915 and 945's 3D engine are crippled and can't address destination surfaces larger than 2k wide. There's a sense in which we could try to make this work by double-buffering the blit: once from YUV to RGB offscreen with the 3D engine, and then from that temporary surface to the screen with the 2D engine. It'd be kind of unpleasant to implement, but probably doable. Does "destination surface" mean the size of the xv window (i.e. the size of my video output) or the virtual desktop size? The xv window itself was never larger than 2k pixels, just the virtual desktop. Virtual desktop size. When no compositing manager is running, all windows share storage with the root window. This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages. For packages from updates-testing repository you can use command yum upgrade --enablerepo='*-updates-testing' Alternatively, you can also try to test whether this bug is reproducible with the upcoming Fedora 12 distribution by downloading LiveMedia of F12 Beta available at http://alt.fedoraproject.org/pub/alt/nightly-composes/ . By using that you get all the latest packages without need to install anything on your computer. For more information on using LiveMedia take a look at https://fedoraproject.org/wiki/FedoraLiveCD . Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] Still the same issue (obviously) with current Fedora 12. In this case with a ThinkPad T60 with 945GM. Easily reproducible with a webcam and something like Cheese. kernel-2.6.32.8-48.rc2.fc12.x86_64 xorg-x11-server-Xorg-1.7.5-1.fc12.x86_64 xorg-x11-drv-intel-2.9.1-1.fc12.x86_64 clear Needinfo flag kernel-2.6.32.8-58.fc12.x86_64 xorg-x11-server-Xorg-1.7.5-3.fc12.x86_64 xorg-x11-drv-intel-2.9.1-1.fc12.x86_64 I just tried F13 Alpha, and there is no change xorg-x11-drv-intel-2.10.0-4.fc13 kernel-2.6.33-8.fc13 Two possible workarounds if your experiencing this issue. a) Change to "no xv" output. For Gstreamer apps here is the procedure https://fedoraproject.org/wiki/QA:Testcase_intelvideo_xv Just instead of changing the output to "X Window System (X11/Xshm/Xv)", change it to "X Window (No Xv)". This will result in higher CPU usage for playback though. b) As hinted by Adam Jackson, turn on compositing in Metacity. Here is the procedure https://fedoraproject.org/wiki/QA:Testcase_intelvideo_compositing_manager This message is a reminder that Fedora 12 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 12. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '12'. 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 prior to Fedora 12's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 12 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 please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. 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. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |