Here is what system profiler says without any kext, card is actually 512MB VRAM:
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 256 MB
Vendor: ATI (0x1002)
Device ID: 0x9490
Revision ID: 0x0000
Kernel Extension Info: No Kext Loaded
After installing kexts released few days ago for latest ati cards on my 10.5.6 i get output but it is colorful picture with all colors mixed and i cannot see anything on my desktop. Is there someone successful with HD4670?
![]()
Here is what system profiler says without any kext, card is actually 512MB VRAM:
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 256 MB
Vendor: ATI (0x1002)
Device ID: 0x9490
Revision ID: 0x0000
Kernel Extension Info: No Kext Loaded
4650/4670 arent working, u dont need dvi2vga
But if there is all those Beta 10.5.7 builds, nobody can't extract kext from it like netkas did with 4870/4850... this led me to believe that 10.5.7 wont bring 4670 supportThe 4650 and 4670 are not supported, by the natit driver, at the moment, you can read it 2 threads below this one.
After another 6 months i decided to give another try with mac os x because of new kexts from 10.6.2 (http://netkas.org/?p=284). So i installed snow leopard and updated it to 10.6.1 and then i installed these new kexts but it's still not working, i get black screen...
Is there anyone who successfully enabled QE/CI with HD4670 ?
too bad...my idea was to modify the boot file from AsereBLN Booter Version 1.1.8 in the same manner you modified chameleon rc4. AsereBLN Booter Version 1.1.8 is based on chameleon rc4...so there´s no chance of modif AsereBLN Booter Version 1.1.8?I think i can't fix it. May be try some version of SMBIOS.kext or something like this.
too bad...my idea was to modify the boot file from AsereBLN Booter Version 1.1.8 in the same manner you modified chameleon rc4. AsereBLN Booter Version 1.1.8 is based on chameleon rc4...so there´s no chance of modif AsereBLN Booter Version 1.1.8?
anyway your boot file helps very much! thanks
verbose("boot display - %x\n", boot_display);
devprop_add_value(device, "@0,AAPL,boot-display", (uint8_t*)&boot_display, 4);
if (framebuffer[0] == 'M' && framebuffer[1] == 'o' && framebuffer[2] == 't') {
devprop_add_ati_template_4xxx(device);
} else {
devprop_add_ati_template(device);verbose("boot display - %x\n", boot_display);
devprop_add_value(device, "@0,AAPL,boot-display", (uint8_t*)&boot_display, 4);
if(1) //faster than strcmp;)
devprop_add_ati_template_4xxx(device);
else
{
devprop_add_ati_template(device);
For me :
221 { 0x10029490, "Motmot"} ,
Becomes :
221 { 0x10029490, "Shrike"} ,
Search the following line (line 668) :
0 members, 0 guests, 0 anonymous users