Jump to content

ATI HD 5770


ralfhome
 Share

1,160 posts in this topic

Recommended Posts

I bought Sapphire vapor-x HD 5770 1GB and tested it with OS X 10.6.4 today. I tried to find this Sapphire HD 5770 but it's not available at local stores. So, I got vapor-x one. PN 288-1E147-301SA, SKU# 11163-05-41R. I saw a new version of vapor-x HD 5770, its PCB is different from the one I got. I have no idea whether native HDMI audio is working on such OS X 10.6.4 or not. So, I listed PN and SKU#.

 

I got native HDMI working as extended monitor and got HDMI audio thru native HDMI port. Connecting ATI DVI2HDMI adaptor to both DVI ports had no HDMI audio. I also tested my new vapor-x one under Windows 7. Connecting ATI DVI2ATI adaptor to DVI ports got no HDMI audio device. Connecting to native HDMI and DisplayPort via DP2miniDP cable plus miniDP2HDMI got HDMI audio device. Finally, I think it is about how to design graphic cards. P.S. At startup, fan speed's full for a few minutes after that it went to normal. I will try to use 1002_68b8.rom later.

 

 

In contrast, I tested Gigabyte HD 5770 (batman) (sold) and I got native HDMI working as mirror and got no audio thru HDMI (but under Windows 7 got sound thru every port).

 

 

Added to DSDT, got to do it yourself.

           Device (PEGP)
           {
               Name (_ADR, 0x00010000)        <------ it depends on each mother board.
               Name (_PRW, Package (0x02)
               {
                   0x09, 
                   0x05
               })
               Device (GFX0)
               {
                   Name (_ADR, Zero)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }

               Device (HDAU)
               {
                   Name (_ADR, One)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }
           }

 

Got sound assertions, I will try to find out when I have a time.

Aug 29 19:45:07 Mac-Pro kernel[0]: Sound assertion "( cyclicBufMemoryDescriptor->getCapacity() * 2 ) > mDspFuncManager->getBufferSizeForFuncs()" failed in "/SourceCache/AppleHDA/AppleHDA-187.4.1/AppleHDA/AppleHDAEngine.cpp" at line 2374 goto Exit
Edited: using AppleHDA.kext version 1.8.9f1, this error's gone.


........

Got these after using DVD Player
Aug 29 19:46:25 Mac-Pro kernel[0]: Sound assertion "0 != result" failed in "/SourceCache/AppleHDA/AppleHDA-187.4.1/AppleHDA/AppleHDAWidget.cpp" at line 3891 goto handler
Aug 29 19:46:55: --- last message repeated 2 times ---
Aug 29 19:46:55 Mac-Pro kernel[0]: Sound assertion "0 != result" failed in "/SourceCache/AppleHDA/AppleHDA-187.4.1/AppleHDA/AppleHDAWidget.cpp" at line 3891 goto handler
Aug 29 19:47:30: --- last message repeated 1 time ---

Edited: still got sound assertion after opening DVDPlayer.  It is possible to be software issue.
Aug 31 23:20:42 Mac-Pro kernel[0]: Sound assertion "0 != result" failed in "/SourceCache/AppleHDA/AppleHDA-189.4.1/AppleHDA/AppleHDAWidget.cpp" at line 3891 goto handler

 

post-93383-1283089220_thumb.jpg

post-93383-1283089250_thumb.jpg

post-93383-1283089282_thumb.jpg

post-93383-1283089318_thumb.jpg

 

Edited:

P.S. I think why some could not get HD 5770 working properly while they're using "boot" to run at 64 bit because graphic card bus address's not 0x00010000. So, they got to add 1002_68b8.rom into /Extra since boot could not get bin image from such 0x0003000 even though there is DSDT.aml in /Extra, for example. Need talent people, like trauma! and netkas to fix this problem.

 

 

 

hi~could you help me???thanks!!!

 

my card is ATI HD 5770, flashed Sapphire.HD5770.1024.100119.bin

 

my bootloader is Chameleon RC5 rev516

download in http://www.insanelymac.com/forum/index.php?showtopic=231756

 

my macosx is 10.6.5 10h542

 

my dsdt.aml is dsdt.aml.zip

 

my com.apple.boot.plist is

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Default Partition</key>
<string>hd(0,1)</string>
<key>GraphicsEnabler</key>
<string>yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>PCIRootUID</key>
<string>1</string>
<key>Theme</key>
<string>Blackosx_Big_Screen_Theme (2 devices)</string>
<key>UseAtiROM</key>
<string>yes</string>
</dict>
</plist>

 

Using PCI-Root-UID value: 1

ATI VGA Controller [1002:68b8] :: PciRoot(0x1)/Pci(0x3,0x0)/Pci(0x0,0x0)

 

 

3rd display was OK! but my ATI5770 hdmi SOUND is no run。。。

 

add your DSDT code still so....my _ADR 0x00010000???

 

why your without 1002_68b8.rom?

 

help me!!!!!!!!thank you very mach!!!!!!

 

 

uppci.tiff

 

up5770.tiff

 

upmidi.tiff

 

myIORegistryExplorer Mac_Pro.zip

Link to comment
Share on other sites

hi~could you help me???thanks!!!

 

my card is ATI HD 5770, flashed Sapphire.HD5770.1024.100119.bin

 

my bootloader is Chameleon RC5 rev516

download in http://www.insanelymac.com/forum/index.php?showtopic=231756

 

my macosx is 10.6.5 10h542

 

my dsdt.aml is dsdt.aml.zip

 

my com.apple.boot.plist is

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Default Partition</key>
<string>hd(0,1)</string>
<key>GraphicsEnabler</key>
<string>yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>PCIRootUID</key>
<string>1</string>
<key>Theme</key>
<string>Blackosx_Big_Screen_Theme (2 devices)</string>
<key>UseAtiROM</key>
<string>yes</string>
</dict>
</plist>

 

Using PCI-Root-UID value: 1

ATI VGA Controller [1002:68b8] :: PciRoot(0x1)/Pci(0x3,0x0)/Pci(0x0,0x0)

 

 

3rd display was OK! but my ATI5770 hdmi SOUND is no run。。。

 

add your DSDT code still so....my _ADR 0x00010000???

 

why your without 1002_68b8.rom?

 

help me!!!!!!!!thank you very mach!!!!!!

 

 

uppci.tiff

 

up5770.tiff

 

upmidi.tiff

 

myIORegistryExplorer Mac_Pro.zip

 

Please list your hardware in your signature.

 

Please change 0x00010000 to 0x00030000

 

You may try boot from this thread. You may not need ATI rom.

 

Terminal:

 

sudo cp -R -f /where boot is /

 

for example;

sudo cp -R -f /Users/mac/Downloads/boot /

 

 

Did you use the latest delta AppleHDA.kext? I look at you patch ALC262, not ALC885. Does sound on board fully work? Did you get any sound assertions in kernel.log of System Profiler?

Link to comment
Share on other sites

Please list your hardware in your signature.

 

Please change 0x00010000 to 0x00030000

 

You may try boot from this thread. You may not need ATI rom.

 

Terminal:

 

sudo cp -R -f /where boot is /

 

for example;

sudo cp -R -f /Users/mac/Downloads/boot /

 

 

Did you use the latest delta AppleHDA.kext? I look at you patch ALC262, not ALC885. Does sound on board fully work? Did you get any sound assertions in kernel.log of System Profiler?

 

 

 

Thanks!!!!

I finally made it!!!!

change 0x00010000 to 0x00030000 hdmi sound is work!

 

post-363067-1286120669_thumb.jpg

post-363067-1286120704_thumb.jpg

post-363067-1286120733_thumb.jpg

 

that boot try it next

post-363067-1286120673_thumb.jpg

Link to comment
Share on other sites

Thinking of buying an ASUS EAH5770 to replace my 8600GT, here's my question:

 

Can i use the 5770 with only one display? I see dual displays mentioned everywhere, even saying you have to, but no mentions of running it on a single display.

 

Is it possible?

Link to comment
Share on other sites

Thinking of buying an ASUS EAH5770 to replace my 8600GT, here's my question:

 

Can i use the 5770 with only one display? I see dual displays mentioned everywhere, even saying you have to, but no mentions of running it on a single display.

 

Is it possible?

 

I can confirm I've ran 1x DVI monitor

D

Link to comment
Share on other sites

May I know which version of boot file working for your HIS 5770 ?

boot7, boot8, or boot9 ?

And the version of Chamelon R5 is ?

Thanks.

boot7 works fine it uses vervet as a framebuffer but boot9 gives me a few fps more in tf2. boot7-9 file is actually a modified bootloader of chameleon. I suggest you to try boot9 if it does not work for you then try boot7. sorry for late reply

Link to comment
Share on other sites

PoloBear: And then its only 3 months to the release of the 7770....well if you can get a Card As powerfull and quiet as a 5770 for only 120 euros, how much more Power do you need?

 

exactly what i''m thinking ... It would be cool to have 4 displays working though!

 

I have three 22" screens (i do video editing and post production so it's not to brag about it ;) and a hdmi tv, so 4 displays would be awesome... Anyone know if 4 displays might work?

Link to comment
Share on other sites

exactly what i''m thinking ... It would be cool to have 4 displays working though!

 

I have three 22" screens (i do video editing and post production so it's not to brag about it :) and a hdmi tv, so 4 displays would be awesome... Anyone know if 4 displays might work?

 

HD 5770

 

Monitor 1 : 24 " PVA panel DVI-VGA (DVI is dead) 1920x1200

Monitor 2 : 24 " PVA panel (DVI) 1920x1200

Monitor 3 : 42 " Panasonic Professional Plasma HDMI ( Spider ISF -calibrated ) 1920x1080 x 50,00 Hz

 

Sorry No Monitor 4 , though

 

Comfortable Video editing :-)

 

I am too weak in multitasking , so 4 monitors would be way over my head

Link to comment
Share on other sites

Hi all,

just wanted to add my findings. After trying left and right different approaches, I found the way to get my new XFX radeon HD 5770 ZMF3 running on osx86 10.6.4.

 

I used boot7 copied on the boot chameleon partition and renamed to "boot" (as usual). Chameleon partition was setup with Chameleon RC4 before coping the file.

 

No kext, no bios rom.

 

 

Have a fun,

aty000

Link to comment
Share on other sites

Finally got my XFX HD5770 single slot working last night!

 

Dump BIOS w/GPU-Z in Windows

[url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url]-5XXX-3 install w/10.6

10.6.4 Combo update w/reboot

Graphics Update + [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] install

Replace with Mohamed Kairy's boot

GraphicsEnabler=Yes, UseAtiROM=Yes

Put BIOS in /Extra

 

Detects all three outputs but I'm waiting on my MDP->VGA adapter before confirming it all works... don't expect any issues!

 

Sleep + auto-sleep working fine.

Link to comment
Share on other sites

Finally got my XFX HD5770 single slot working last night!

 

Dump BIOS w/GPU-Z in Windows

[url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url]-5XXX-3 install w/10.6

10.6.4 Combo update w/reboot

Graphics Update + [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] install

Replace with Mohamed Kairy's boot

GraphicsEnabler=Yes, UseAtiROM=Yes

Put BIOS in /Extra

 

Detects all three outputs but I'm waiting on my MDP->VGA adapter before confirming it all works... don't expect any issues!

 

Sleep + auto-sleep working fine.

 

Try Kabyl's boot loader - you don't need UseATIRom !

Link to comment
Share on other sites

zoob:

 

could you please post some smalllux 1.7.1 benchmark. My card, should be the same as your one (XFX 5770 ZMF3 single slot).

 

If I compare with the reference 5770 benchmarks reported in smalllux, I get ca 45% less performance.

 

CPU=E8200

e.g.: Luxball glass Scene, 800x600, Sponza Ultra, CPU*2+GPU, 71.1 sec

 

 

Anybody has any idea why the card is not responding with the expected performance?

 

thx

Link to comment
Share on other sites

TWO different 5770 run on SAME time

 

Please help

 

Firstly I got sapphire 5770 1GB with HDMI, It work perfectly with

MuiltBeast 2.3 and 10.6.4 with Graphic Update

 

btw, I purchase Apple new ACD 27" and also the 5770 upgrade kit from Apple.

I would like to run two card at the same time, so that I can get mini - DP and HDMI port as well

 

Two card can run perfectly at PC win7 but not OSX86

 

Is it possible to make both card work at the same time?

 

Please help ;)

 

 

My mb is

Gigabyte X58A-UD3R

Link to comment
Share on other sites

zoob:

 

could you please post some smalllux 1.7.1 benchmark. My card, should be the same as your one (XFX 5770 ZMF3 single slot).

 

If I compare with the reference 5770 benchmarks reported in smalllux, I get ca 45% less performance.

 

CPU=E8200

e.g.: Luxball glass Scene, 800x600, Sponza Ultra, CPU*2+GPU, 71.1 sec

 

 

Anybody has any idea why the card is not responding with the expected performance?

 

thx

 

If by chance you have some of your precious time left for searching , you will find a lot of smalluxbenches for HD 5770 in this thread.And imagine I even did a search across the whole forum when i got my HD 5770 working .... isn´t it easy.

Link to comment
Share on other sites

OK building my first Hackintosh - I already had the Apple Cinema Display (ACD) 24" LED LCD (mini displayport)so I am trying to build around that.

 

Components:

 

Motherboard: Gigabyte GA-X58A-UD3R (FB) rev 2.0

 

RAM: DDR3 OCZ Gold 4GB only installed

 

Video: APPLE's Branded ATI Radeon 5770 (I got this thinking it would be easier and it has 2 mini displayports and 1 DVI)

 

CPU: i7 930 Bloomfield

 

 

So using the [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] for ati 5xxx works to install OSX with my ACD. However using the steps above dont seem to work with my card how would my settings differ? Do I simply use a different frame buffer name? Essentially if I perform the tutorial my system panics on reboot and cannot safe boot

 

GPU-Z reports:

Device ID is 1002-68B8 so does that mean in the steps above mine is the 0x68B81002

(and I don't need to add the profile for the lower case "b')?

 

Subvendor is Apple Computer (106B)

 

GPU: Juniper

 

Bios version says: 012.020.000.033.037910

 

Please any help is appreciated!

 

UPDATE: I got it working!

Link to comment
Share on other sites

as me :wacko:

audiow.png

 

Hi Mo'

 

Currently messing around with an asus motherboard that has the same VT1708S audio chipset you have.

If I use your latest patched voodooHDA I get all outputs listed as you do but when I select HDMI audio I get nothing, audio wise, from the LCD TV.

 

Is working fine (HDMI audio ONLY) with ApplehDA and hda DSDT edit, without voodooHDA, but I'd like to be able to use my analogue outputs too!

 

Can you confirm that you have the HDMI audio output listed, you have tested and it actually works for you?

 

Are you using any hda DSDT edit?

 

Rgds

D

Link to comment
Share on other sites

Hi, harrydeo,

I am using Asus P5Q PRO and try to change current Asus EAH5850 to MSI R5770 Hawk because it does not work in 64 bit Snow Leopard 10.6.4 yet.

Just want to make sure whether your current setup works in 64 bit Snow Leopard 10.6.4 ?

Can you tell me which bootloader and boot file you are using now ?

And how many display ports (such as DVI, HDMI, etc.) working normally ?

Thanks for your help if you can post ASAP.

 

I am using Mohamed Khairy's solution with 5770 ROM from http://www.insanelymac.com/forum/index.php?showtopic=231756

 

MSI Hawk has three ports one DVI one HDMI and one Display Port. As of now only DVI port is working for me. HDMI is not working. HDMI-Audio is also not working. I was wondering if anybody has developed generic kext for HDMI audio in ATI 5770 card.

Link to comment
Share on other sites

TWO different 5770 run on SAME time

 

Please help

 

Firstly I got sapphire 5770 1GB with HDMI, It work perfectly with

MuiltBeast 2.3 and 10.6.4 with Graphic Update

 

btw, I purchase Apple new ACD 27" and also the 5770 upgrade kit from Apple.

I would like to run two card at the same time, so that I can get mini - DP and HDMI port as well

 

Two card can run perfectly at PC win7 but not OSX86

 

Is it possible to make both card work at the same time?

 

Please help :wacko:

 

 

My mb is

Gigabyte X58A-UD3R

 

Hi,

 

Try kabyl's bootloader. It should handle it, but don't forget to provide a rom image for the second card. In the same time could you post your Apple HD 5770 rom here please ?

 

Cheers.

 

@fka: Should be possible to run AppleHDA and VoodooHDA at same time. Try to only provide HDAU code in the DSDT, and just rename your HDA codec as HDEF in DSDT. Do not use any DSM injection under the HDEF device, and AppleHDA should leave this codec alone and only handle HDAU.

On the other side, disable HDMI within VoodooHDA....

 

I think it should work!

 

Bye.

Link to comment
Share on other sites

@fka: Should be possible to run AppleHDA and VoodooHDA at same time. Try to only provide HDAU code in the DSDT, and just rename your HDA codec as HDEF in DSDT. Do not use any DSM injection under the HDEF device, and AppleHDA should leave this codec alone and only handle HDAU.

On the other side, disable HDMI within VoodooHDA....

 

I think it should work!

 

Bye.

 

Thanks - will give it a go

 

D

Link to comment
Share on other sites

Hi Mo'

 

Currently messing around with an asus motherboard that has the same VT1708S audio chipset you have.

If I use your latest patched voodooHDA I get all outputs listed as you do but when I select HDMI audio I get nothing, audio wise, from the LCD TV.

 

Is working fine (HDMI audio ONLY) with ApplehDA and hda DSDT edit, without voodooHDA, but I'd like to be able to use my analogue outputs too!

 

Can you confirm that you have the HDMI audio output listed, you have tested and it actually works for you?

 

Are you using any hda DSDT edit?

 

Rgds

D

 

 

HDMi nearly doenot work with voodooHDA

 

you can use my kext on sound section for analog

 

and try to patch appleHDA TO make HDMI of card to work

 

anther thing hdmi on voodoohda.kext i did is for via chipset not for ATI HD5770 codec

 

so it must not work :(

 

you can patch voodoohda.kext to add ati codec also but not sure if it will work or not

 

if you want voodooHDA.kext with two cards pinconfiged tell me

Link to comment
Share on other sites

I am using Mohamed Khairy's solution with 5770 ROM from http://www.insanelymac.com/forum/index.php?showtopic=231756

 

MSI Hawk has three ports one DVI one HDMI and one Display Port. As of now only DVI port is working for me. HDMI is not working. HDMI-Audio is also not working. I was wondering if anybody has developed generic kext for HDMI audio in ATI 5770 card.

 

I have used Kabyl's boot which made my MSI Hawk 5770 working in 10.6.4 with Vervet.

I can get HDMI working, but it always display the same as DVI port and System Profile just shows one is working even both DVI and HDMI showing the same display. It's a pity HDMI-Audio is not working yet either for me.

Link to comment
Share on other sites

HDMi nearly doenot work with voodooHDA

 

you can use my kext on sound section for analog

 

and try to patch appleHDA TO make HDMI of card to work

 

anther thing hdmi on voodoohda.kext i did is for via chipset not for ATI HD5770 codec

 

so it must not work ;)

 

you can patch voodoohda.kext to add ati codec also but not sure if it will work or not

 

if you want voodooHDA.kext with two cards pinconfiged tell me

 

got to be honest Mohamed, with your pin config added to voodooHDA I can not get the kext to load at boot (kextload post boot works but no sound.) we must have different pinconf ??

 

Standard VHDA 2.7.2 without ATI device id added gives KP with HDAU device in DSDT.

RE Trauma's suggestion.... No AppleHDA HDMI audio unless I have in DSDT:

                Device (GFX0)
               {
                   Name (_ADR, Zero)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }

               Device (HDAU)
               {
                   Name (_ADR, One)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }
           }

 

Although I can change HDAU to HDEF with no problems.

Simply having:

                
               Device (HDAU) \ or Device (HDEF)
               {
                   Name (_ADR, One)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }
           }

Gives nothing.

 

Not sure if simply disabling the HDAU node in voodooHDA info.plist will allow VHDA to load - going to try adding ATI HDAU device id to info.plist and then disable node.

 

Work-in-progress - any other suggestions welcomed !

 

D

 

I had the exact same problem once with my 5770. It was caused by the BIOS option "Repost Video on S3 Resume". I had to disable that (set to no) for the video to come back properly after awakening.

 

(Look at this screenshot from the Asus P6T guide)

 

Hay roelroel!

 

I was also getting digital break-up and reduced video size on wake from sleep with my Asus MB and this 'fix' works ;) - Many thanks!

 

However this didn't work with my MSI board that posted NO video at all on wake from sleep.

 

D

Link to comment
Share on other sites

Ok - I've done something wrong, I'm sure. Can somebody please have a look and see?!

Verbs from Linux Codec Dump File: card0-codec#0.txt

Codec: VIA VT1708S   Address: 0   DevID: 285606807 (0x11060397)

  Jack   Color  Description                  Node     PinDefault             Original Verbs
--------------------------------------------------------------------------------------------------------
   1/8   Black  Line Out at Ext Rear        25 0x19   0x01011012   01971c12 01971d10 01971e01 01971f01
   1/8    Pink  Mic at Ext Rear             26 0x1a   0x01a19036   01a71c36 01a71d90 01a71ea1 01a71f01
   1/8    Blue  Line In at Ext Rear         27 0x1b   0x0181303e   01b71c3e 01b71d30 01b71e81 01b71f01
   1/8   Green  Line Out at Ext Rear        28 0x1c   0x01014010   01c71c10 01c71d40 01c71e01 01c71f01
HP Out at Ext Front    0x1d 0x1d                        35733535 01d71c1f 01d71d40     01d71e21 01d71f02  
Mic at Ext Front    0x1e 0x1e                        44142648 01e71c38 01e71d90     01e71ea1 01e71f02  
Analog Unknown  CD at Int N/A               31 0x1f   0x90370137   01f71c37 01f71d01 01f71e37 01f71f90
Digital Unknown  Digital Out at Int HDMI     32 0x20   0x185600f0   02071cf0 02071d00 02071e56 02071f18
Optical   Black  SPDIF Out at Ext Rear Panel  33 0x21   0x074511f0   02171cf0 02171d11 02171e45 02171f07
   1/8  Orange  Line Out at Ext Rear        34 0x22   0x01016011   02271c11 02271d60 02271e01 02271f01
   1/8    Grey  Line Out at Ext Rear        35 0x23   0x01012014   02371c14 02371d20 02371e01 02371f01
--------------------------------------------------------------------------------------------------------


  Jack   Color  Description                  Node     PinDefault             Modified Verbs
--------------------------------------------------------------------------------------------------------
   1/8   Black  Line Out at Ext Rear        25 0x19   0x01011012   01971c10 01971d10 01971e01 01971f01
   1/8    Pink  Mic at Ext Rear             26 0x1a   0x01a19036   01a71c30 01a71d90 01a71ea1 01a71f01
   1/8    Blue  Line In at Ext Rear         27 0x1b   0x0181303e   01b71c20 01b71d30 01b71e81 01b71f01
   1/8   Green  Line Out at Ext Rear        28 0x1c   0x01014010   01c71c40 01c71d40 01c71e01 01c71f01
HP Out at Ext Front    0x1d 0x1d                        35733535 01d71c50 01d71d40     01d71e21 01d71f01  
Mic at Ext Front    0x1e 0x1e                        44142648 01e71c60 01e71d90     01e71ea1 01e71f01  
Analog Unknown  CD at Int N/A               31 0x1f   0x90370137   01f71c70 01f71d00 01f71e37 01f71f90
Digital Unknown  Digital Out at Int HDMI     32 0x20   0x185600f0   02071cf0 02071d00 02071e56 02071f10
Optical   Black  SPDIF Out at Ext Rear Panel  33 0x21   0x074511f0   02171c80 02171d10 02171e45 02171f00
   1/8  Orange  Line Out at Ext Rear        34 0x22   0x01016011   02271c90 02271d60 02271e01 02271f01
   1/8    Grey  Line Out at Ext Rear        35 0x23   0x01012014   02371ca0 02371d20 02371e01 02371f01
--------------------------------------------------------------------------------------------------------

Verbs from Linux Codec Dump File: card1-codec#0.txt

Codec: ATI R6xx HDMI   Address: 0   DevID: 268610049 (0x1002aa01)

  Jack   Color  Description                  Node     PinDefault             Original Verbs
--------------------------------------------------------------------------------------------------------
Digital Unknown  Digital Out at Int HDMI      3 0x03   0x18560010   00371c10 00371d00 00371e56 00371f18
--------------------------------------------------------------------------------------------------------


  Jack   Color  Description                  Node     PinDefault             Modified Verbs
--------------------------------------------------------------------------------------------------------
Digital Unknown  Digital Out at Int HDMI      3 0x03   0x18560010   00371c10 00371d00 00371e56 00371f10
--------------------------------------------------------------------------------------------------------

 

And in VHDA info.plist

	<dict>
   <key>CFBundleDevelopmentRegion</key>
   <string>English</string>
   <key>CFBundleExecutable</key>
   <string>VoodooHDA</string>
   <key>CFBundleIdentifier</key>
   <string>org.voodoo.driver.VoodooHDA</string>
   <key>CFBundleInfoDictionaryVersion</key>
   <string>6.0</string>
   <key>CFBundleName</key>
   <string>VoodooHDA</string>
   <key>CFBundlePackageType</key>
   <string>KEXT</string>
   <key>CFBundleShortVersionString</key>
   <string>2.7.2</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>
   <string>2.7.2</string>
   <key>IOKitPersonalities</key>
   <dict>
   <key>SoundCard</key>
   <dict>
   <key>CFBundleIdentifier</key>
   <string>org.voodoo.driver.VoodooHDA</string>
   <key>IOClass</key>
   <string>VoodooHDADevice</string>
   <key>IOMatchCategory</key>
   <string>VoodooHDADevice</string>
   <key>IOPCIMatch</key>
   <string>0x03971106</string>
   <key>IOProviderClass</key>
   <string>IOPCIDevice</string>
   <key>IOUserClientClass</key>
   <string>VoodooHDAUserClient</string>
   <key>NodesToPatch</key>
           <array>
               <dict>
                   <key>Codec</key>
                   <integer>0</integer>
                   <key>Config</key>
                   <string>0x01a19036</string>
                   <key>Node</key>
                   <integer>26</integer>
               </dict>
               <dict>
                   <key>Codec</key>
                   <integer>0</integer>
                   <key>Config</key>
                   <string>0x0181303e</string>
                   <key>Node</key>
                   <integer>27</integer>
               </dict>
               <dict>
                   <key>Codec</key>
                   <integer>0</integer>
                   <key>Config</key>
                   <string>0x01014010</string>
                   <key>Node</key>
                   <integer>28</integer>
               </dict>
               <dict>
                   <key>Codec</key>
                   <integer>0</integer>
                   <key>Config</key>
                   <string>0x074511f0</string>
                   <key>Node</key>
                   <integer>33</integer>
               </dict>
           </array>
   <key>VoodooHDAVerboseLevel</key>
   <integer>1</integer>
   </dict>
   <key>HDMI</key>
   <dict>
   <key>CFBundleIdentifier</key>
   <string>org.voodoo.driver.VoodooHDA</string>
   <key>IOClass</key>
   <string>VoodooHDADevice</string>
   <key>IOMatchCategory</key>
   <string>VoodooHDADevice</string>
   <key>IOPCIMatch</key>
   <string>0xaa011002</string>
   <key>IOProviderClass</key>
   <string>IOPCIDevice</string>
   <key>IOUserClientClass</key>
   <string>VoodooHDAUserClient</string>
   <key>NodesToPatch</key>
           <array>
               <dict>
                   <key>Codec</key>
                   <integer>0</integer>
                   <key>Node</key>
                   <integer>3</integer>
                   <key>Enable</key>
                   <integer>0</integer>
               </dict>
   <array/>
   <key>VoodooHDAVerboseLevel</key>
   <integer>1</integer>
   </dict>
   </dict>    
   <key>OSBundleLibraries</key>
   <dict>
       <key>com.apple.iokit.IOAudioFamily</key>
       <string>1.1fc9</string>
       <key>com.apple.iokit.IOPCIFamily</key>
       <string>2.1</string>
       <key>com.apple.kpi.iokit</key>
       <string>9.0.0</string>
       <key>com.apple.kpi.libkern</key>
       <string>9.0.0</string>
       <key>com.apple.kpi.mach</key>
       <string>9.0.0</string>
       <key>com.apple.kpi.unsupported</key>
       <string>9.0.0</string>
   </dict>
</dict>
</plist>

 

Kext will not load with my edits.

Also have tried with device ids from lspci and from codec dumps -they differ!

 

00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e20] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation 4 Series Chipset PCI Express Root Port [8086:2e21] (rev 03)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 [8086:3a37]
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 [8086:3a38]
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 [8086:3a39]
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c]
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e]
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1 [8086:3a40]
00:1c.3 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 4 [8086:3a46]
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6 [8086:3a4a]
00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34]
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 [8086:3a35]
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 [8086:3a36]
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a]
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller [8086:3a16]
00:1f.2 SATA controller [0106]: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller [8086:3a22]
00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus Controller [8086:3a30]
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Unknown device [1002:68b8]
01:00.1 Audio device [0403]: ATI Technologies Inc Unknown device [1002:aa58]
02:00.0 Ethernet controller [0200]: Attansic Technology Corp. Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller [1969:1026] (rev b0)
03:00.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. Unknown device [1106:3403]

 

Any help appreciated

 

EDIT - scrub it - really can't be this bothered for some low quality audio.

ordering - http://www.esi-audio.com/products/maya44e/

also considered http://www.audiophileproducts.com/usb-audio bit less ugly than your DAC sch8mid ;)

D

Link to comment
Share on other sites

Try Kabyl's boot loader - you don't need UseATIRom !

 

Thanks, got it working now. For some reason I wasn't able to get it working before, but now it's working flawlessly.

 

zoob:

 

could you please post some smalllux 1.7.1 benchmark. My card, should be the same as your one (XFX 5770 ZMF3 single slot).

 

If I compare with the reference 5770 benchmarks reported in smalllux, I get ca 45% less performance.

 

CPU=E8200

e.g.: Luxball glass Scene, 800x600, Sponza Ultra, CPU*2+GPU, 71.1 sec

 

CPU=i3 530 @ 4.2 GHz

GPU=XFX 5770 1GB

 

Luxball glass Scene, 800x600, CPU*2+GPU, 55.2 sec. GPU only = 56.1 sec

 

My Model Identifier is set to MacPro3,1

 

Also noticed that with three displays (DVI/DVI/MDP->VGA), one of my DVI ports won't initialize the display after a reboot until I sleep and wake the monitors (thank you hot corners).

Link to comment
Share on other sites

 Share

×
×
  • Create New...