Voodooprojects

Chameleon => DevTalk => Topic started by: jdrcomputing1 on September 30, 2011, 07:21:13 PM

Title: Add card to ati.c
Post by: jdrcomputing1 on September 30, 2011, 07:21:13 PM
Hey guys. I'm kind of a newbie, so please bear with me here. I have the ATi Radeon HD 4550 Graphics Card, and have basically gotten it to work in Lion, but no Steam/Source games, like Portal 2, will launch. I read on the InsanelyMac forum, that it had to do with GraphicsEnabler. So I download the latest trunk, and looked at the ATI.c. There are 3 traces of my card. First, there are two under the first "list":

Code: [Select]
{ 0x954F, 0x29201682, CHIP_FAMILY_RV710, "ATI Radeon HD 4550", kNull },
{ 0x954F, 0x29211682, CHIP_FAMILY_RV710, "ATI Radeon HD 4550", kNull },

But these do not have my Device ID, 9540. The third occurrence is under the default model list:

Code: [Select]
{ 0x9540, 0x00000000, CHIP_FAMILY_RV710, "ATI Radeon HD 4550", kNull },
This has my Device ID, but does not have the subsys_id. How do I find my correct Device ID and subsys_id, so I can put in in the "non general" cards list? Do I use lspci? Thanks!
Title: Re: Add card to ati.c
Post by: cosmo1t on October 06, 2011, 02:05:08 PM
run lspci in the terminal.

File an issue on forge.voodooprojects.org to get it added

cos