Bug 20456

Summary: DRI won't work due to unkown chip id.
Product: Mesa Reporter: Lauren Lester <dreamandfear>
Component: Drivers/DRI/r300Assignee: 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:

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.