Bug 20456 - DRI won't work due to unkown chip id.
Summary: DRI won't work due to unkown chip id.
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r300 (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 04:06 UTC by Lauren Lester
Modified: 2009-08-24 12:31 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Lauren Lester 2009-03-04 04:06:17 UTC
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.
Comment 1 Alex Deucher 2009-03-04 07:33:21 UTC
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.
Comment 2 Adam Jackson 2009-08-24 12:31:54 UTC
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.