Bug 538727
Summary: | Dual-head with a resolution sum greater than 2048 wide or tall breaks things | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Richard Schwarting <aquarichy> | ||||
Component: | xorg-x11-drv-intel | Assignee: | Adam Jackson <ajax> | ||||
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | ajax, mcepl, sitsofe, xgl-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-08-30 20:36:35 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
Richard Schwarting
2009-11-19 08:32:15 UTC
Playing around, I changed the bitdepth to 16 bit from 24. Now I have a region from the left edge of my screen extending 600 pixels wide out where Xv video will display. I can move, say, Totem so that the centre of the video is at the 600th pixel out, and the left half will still be rendered, while the right half will no longer be updated. Any ideas? Created attachment 373931 [details]
Screenshot of warning given when preventing resizing beyond max XvImage size
So I tried disabling Kernel Mode Setting (used nomodeset at grub) and was actually prevented from exceeding 2048x2048 when trying to set the size of my second monitor.
I suppose KMS somehow allows someone to use larger screens, but sacrifices full Xv support in the process? (I say full, since when I lower bitdepth from 24 to 16, I get to play videos using Xv and use Cheese in part of the screen as described above)
This might be a dup of bug #513736 ... Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please attach your X server config file (/etc/X11/xorg.conf, if available), output of the dmesg command, system log (/var/log/messages), and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. Actually, you might be lucky and having Xv together with KMS. Not sure about it, but certainly worth a try. We will review this issue again once you've had a chance to attach this information. Thanks in advance. (In reply to comment #3) > This might be a dup of bug #513736 ... Most likely not, there is no crash here ... or is there? It will be a couple weeks until I have access to that computer again. Will update when I do. The 3D engine in Intel gen3 chipsets is limited to 2048 pixels wide. Xv is implemented with the 3d engine. So yeah, things break. We allow resolutions up to 4096 wide because the 2d engine works fine at that size and people generally want multihead more than they want 3d. Couldn't a fix for this include some feedback for the user to let them know their hardware isn't capable? |