| Summary: | DRI won't work due to unkown chip id. | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Lauren Lester <dreamandfear> |
| Component: | Drivers/DRI/r300 | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED NOTABUG | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | git | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
The case doesn't matter. I suspect your previous version of mesa was too old and compiling a new one added the necessary pci ids. Mass version move, cvs -> git |
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.
I think I've found a solution. In file Mesa-7.3/src/mesa/drivers/dri/r300/radeon_chipset.h, line 190: #define PCI_CHIP_RV515_718A 718A should be: #define PCI_CHIP_RV515_718A 718a I've tested, this fixed the problem and I have direct rendering working. My system is Gentoo 2008.0, with ATI Mobility Radeon X2300. Xorg 7.4, xf86-video-ati open source driver.