Ok, still trying to catch up with stuff, after the network down time...
My graphics card works OK with the modification you made.
Thanks !
Ok, thanks for the feedback
Can you add the following graphics card if possible? TIA
: AMD Radeon HD 6250 Graphics PCI\VEN_1002&DEV_9804&SUBSYS_05981025&REV_00
Hi Aaron007; i could add it for testing, but i doubt you'll get it working?!
The dev id 9804 doesn't show on any Apple driver; in fact, there's no dev id started by 98.
This means that you'll have to bin patch the driver to add your device, and i don't know how to do it on X2000 and
X3000 kexts. They show up tons of occurrences and i don't know which ones to replace..??
If you find the solution for that, i'll be happy to add the card to the code.
I was in that other busy forum, but now following this thread for this discussion. Not sure if you got around to add this device or it is on your long list of stuff to add.
Radeon HD 6310, PCI\VEN_1002&DEV_9802&SUBSYS_9082104D&REV_00...
Pkmvancouver, same as above

don't know how to help you guys with GraphicsEnabler...
maybe you'll have better luck with Netkas patches..?!
Hi Azi, First off, thank you for your precious voluntary work to the mac-hacker community.
1. Could you please add the card: 'ATI Mobility Radeon 4330 Series'
PCI\VEN_1002&DEV_9552&SUBSYS_04341028&REV_00
If possible with 'kShrike', eg:
{ 0x9552, 0x04341028, CHIP_FAMILY_RV710,"ATI Radeon 4300 Mobility Series", kShrike },
2. It works, but wasn't easy. At this first, i couldn't skip the 'black lcd screen' plague...
Here's is 'my' simple fix in file: "ati.c"...
...
A little bit of explanation: my laptop (Dell 1564) only uses a maximum of 2 ports at the same time.
Using the Shrike's 3 ports would lead to serious mixing-up of ports that apparently upsets the OS.
I gather, people with Mobility cards will have similar problems. Hope this may help somebody out there.
I have tested with Snow (10.6.7) and Lion GM (10.7). All 3 ports: LVDS, VGA and HDMI appear to work just fine.
Did not test HDMI's sound yet. I need an extra sound driver. Oh well...
Thanks and cheers,
AniV
P.S. I've tested this with booter revision r1164, i guess is rather recent.
Hi AniV, thanks for your thanks

and thanks for the info; you just helped me remember a detail i was missing;
i run across the nr of ports problem my self a while ago, but ended up forgetting about it, with all the jumping around;
that can be Akbar's problem?!
Sure, i'll add the card info; about the rest of the code, we need a better solution; maybe a key for nr of ports??
i'll probably add it too just so i don't forget
What's the true model of the card?.. ATI Mobility Radeon 4330 Series..?
Also, the 9525 chipset is M92 and not RV710 like it's on the code; not really important atm but i think
we can use that in our favor with the nr of ports stuff; it's another way of creating sub-groups of cards that
need "special attention"... just came to my mind
Master of coding please add my dev id in the trunk. Asus K42JZ
AMD Radeon HD 6470M Series, PCI\VEN_1002&DEV_6760&SUBSYS_1CB21043&REV_00
Dickhouse, the master

will add your card; dev id is present on ATIRadeonX3000
Will post when it's done... bbl.