Bug 449065

Summary: DRI is disabled when virtual resolution width > 2048
Product: [Fedora] Fedora Reporter: thanosz <athanasios.zorbas>
Component: xorg-x11-drv-i810Assignee: Adam Jackson <ajax>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8CC: mcepl, xgl-maint
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-19 19:30:16 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 Flags
Xorg log file
none
X configuration none

Description thanosz 2008-05-30 06:57:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14

Description of problem:
With dual monitor setup and xrandr, I can not use compiz. Xorg complains:

(EE) intel(0): Cannot support DRI with frame buffer width > 2048.

and thus compiz is disabled.

This has already been discussed in Ubuntu forums, https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/146859
and a solution is available.

I am wondering if there are any plans to fix this in Fedora.
Thanks

Version-Release number of selected component (if applicable):


How reproducible:
Always


Steps to Reproduce:
1. i965 graphics card with dual monitor setup (connected one in analogue, one in digital)
2.enable dri
3.start X

Actual Results:
compiz cannot load as no DRI support

Expected Results:
compiz should work 

Additional info:

Comment 1 Matěj Cepl 2008-05-30 09:42:34 UTC
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) and X server log
file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file
attachments using the bugzilla file attachment link below.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 2 thanosz 2008-05-30 10:19:05 UTC
Created attachment 307183 [details]
Xorg log file

Comment 3 thanosz 2008-05-30 10:20:18 UTC
Created attachment 307184 [details]
X configuration

Comment 4 thanosz 2008-06-11 20:14:32 UTC
Any news on this?

Comment 5 Dave Airlie 2008-06-11 20:53:19 UTC
nothing we can do, its a hardware limitation that won't get worked around in
this release or for quite a long while.


Comment 7 thanosz 2008-06-15 19:38:26 UTC
could you please investigate? This is propably a software error; thanks

Comment 8 Adam Jackson 2008-06-19 19:30:16 UTC
That patch is not a solution for the problem you are describing.  It enables
sourcing from textures that are larger than 2k wide, but it does not enable
rendering to an output that is wider than 2k.

The latter is possible to work around, with a _lot_ of work.  It's not going to
happen in F8, probably not even by F10.  Sorry.