Jump to content

aelsharawi

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Hackintosh Specs

  • CPU
    Intel i5-4670
  • MOTHERBOARD
    Gigabyte Z87-HD3
  • GPU
    PNY Geforce GTX-760
  1. i successfully edited dsdt for the card and its HDMI audi,but i need more help extracting the registry info from io registry of original 1TI 5670 card from original imac http://pastebin.com/Cf1di2Vz the above is the code it contains the bin image , frame buffer I hope someone help me transfer this code to my DSDT my current DSDT EDIT: Device (GFX0) { Name (_ADR, Zero) Name (_PRW, Package (0x02) { 0x09, 0x05 }) Method (_DSM, 4, NotSerialized) { Store (Package (0x0C) { "@0,name", Buffer (0x0D) { "ATY,Vervet" }, "@1,name", Buffer (0x0D) { "ATY,Vervet" }, "@2,name", Buffer (0x0D) { "ATY,Vervet" }, "@3,name", Buffer (0x0D) { "ATY,Vervet" }, "model", Buffer (0x13) { "ATI Radeon HD 5670" }, "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) } } Method (_STA, 0, NotSerialized) { Return (0x0F) } Name (PE00, Package (0x04) { Package (0x04) { 0xFFFF, Zero, LNKA, Zero }, Package (0x04) { 0xFFFF, One, LNKB, Zero }, Package (0x04) { 0xFFFF, 0x02, LNKC, Zero }, Package (0x04) { 0xFFFF, 0x03, LNKD, Zero } }) Name (AE00, Package (0x04) { Package (0x04) { 0xFFFF, Zero, Zero, 0x10 }, Package (0x04) { 0xFFFF, One, Zero, 0x11 }, Package (0x04) { 0xFFFF, 0x02, Zero, 0x12 }, Package (0x04) { 0xFFFF, 0x03, Zero, 0x13 } }) Method (_PRT, 0, NotSerialized) { If (LNot (PICF)) { Return (PE00) } Else { Return (AE00) } } } I also need to remove the 3 vervet devices port to be only one port ,how ??? thx in advance
  2. thc a lot for quick reply is this is the audio code for sound card ? so It will be supported OOB ? into device name_adr 0x001B0000 set_label begin HDEF end; into_all all code_regex AZAL replaceall_matched begin HDEF end; into method l so what I understand is to do these steps: I have the tonycrap DSDT so I will (download the txt patch file): - reboot without a DSDT replacement (remove dsdt.aml from / or /Extra and restart), you may need NullCPUPowerManagement to avoid kernel panic - start Mac OS using a boot CD (why do i need to go again into mac ?????/) - use Windows or Linux version of DSDT Editor - extract DSDT using Windows or Linux and open it in Mac OS, instead of using "extract DSDT" will it differ from tonycrap DSDT,will it solve my wake from sleep Issue, can I insert a code for ati frame buffer into it ? thx
  3. It seems I'm not following the role here ! what shall I do to get my request done ? thx
  4. hello , thx for this great tool I need your help regarding my DSDT. my build is: Z68A-D3-B3 core i52500K ATI HD5670 [DVI,CRT,HDMI] Please ,I need a proper DSDT that enables built in Audio,and enables Native Ati frameBuffer my current setting using DSDT from tonycrap and I enabled audio using the non DSDT audio Also the video was enabled using the chimera boot loader Graphic enabler=Yes without it I couldn't Get framebuffer to work but I cant get 1080p from HDMI,the Graphic enabler=no loads 1080p but no framebuffer. Thx in advance
×
×
  • Create New...