| Summary: | Strange pattern in OpenGL | ||
|---|---|---|---|
| Product: | DRI | Reporter: | Claudio Silva <gphoenixpower> |
| Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | high | ||
| Version: | XOrg 6.7.0 | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Claudio Silva
2007-03-04 08:44:11 UTC
Forgot that the mesa package was updated to 6.5.3 (as glxinfo shows), but occurs the same thing with 6.5.1. looks like a phenomen nicknamed "checkerboarding" to me. This is likely caused by the driver enabling all 8 pipelines of the r300 chip, whereas the 9500 only has 4 which are guaranteed to work (and apparently on your specific card indeed not all 8 work). The driver needs some fixes in that area, it will enable always all pipes of a given chip family (though I think it's less of a problem for r4xx cards, those are typically hard-locked IIRC and you can't increase the pipe count beyond what is officially supported). If we're lucky it's possible to detect the "official" pipe count by pci id and change the driver accordingly. Note there may be needed some other subtle configuration changes, for example r9500 does not (opposed to r9500pro or 9700) support hierarchical-z. In his case it looks as if 6 out of the 8 pipelines work. If you make the driver default to the official number of pipelines please provide a driconf option to enable more of them, so that in cases like this the user can use 6 pipelines instead of the official 4. (In reply to comment #3) > In his case it looks as if 6 out of the 8 pipelines work. If you make the > driver default to the official number of pipelines please provide a driconf > option to enable more of them, so that in cases like this the user can use 6 > pipelines instead of the official 4. You can't disable pipes like that, they are organized in groups of 4. I don't know why the checkerboard pattern is not over the whole screen, maybe it indicates a problem with the hierarchical-z cache rather than the pixel pipes itself. I don't think it's really worth the trouble of introducing a driconf option for overriding the pipe count, people willing to "softmod" their 9500 into 9500pro (or similar) could always do so by faking the pci id in their xorg.conf file. Well, it seems that it's going to take awhile for you people to make everybody happy (thanks, ATI, for not releasing proper drivers/specs), so for now i'll stick with fglrx. Things should work now! If not, re-open, please! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.