Jump to content

Awake and OpenCL troubles


2 posts in this topic

Recommended Posts

Hello everybody
 
I have troubles with my new hackintosh
 
1 - I can put to sleep the hakintosh and i can awake the same but the screen remains frozen after of a few seconds
2 - I dont have OpenCL but I have OpenGL
 
My rig is the below
 
CPU: i7 2600K
Motherboard: Asus P8Z68-V PRO, BIOS version 1101 (this is not the last version)
Graphics Card: Xfx ATI Radeon HD 5770
OS: Mac OS X Snow Leopard 10.6.8
Bootloader: Chameleon 2.2 svn r2255 (I tested several bootloaders trying to activate the OpenCL but I had no luck)
 
Free DSDT and SSDT (I have the AppleIntelCPUPowerManagement.kext patched successfully and the speedstep working with 8 Pstates)

 

The SMBIOS.plist is iMac 12,2

 

org.chameleon.Boot.plist

 

<key>AtiConfig</key>
<string>Uakari</string>   <-------- (I have doubts here, i don't know if is the correct for my Xfx ATI Radeon HD 5770)
<key>Boot Banner</key>
<string>No</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000 -v arch=i386</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>PciRoot</key>
<string>1</string>
<key>Quiet Boot</key>
<string>Yes</string>
<key>ShowInfo</key>
<string>No</string>
 
Ideas?
 
Thanks in advanced
Link to comment
Share on other sites

  • 2 months later...

5770 is Framebuffer Vervet, and PciRoot=0, GraphicsEnabler=No

 

 

 

bash-3.2# lspci -nnvd 0x1002: | grep -B2 Subsystem

 

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Juniper [Radeon HD 5700 Series] [1002:68b8] 

(prog-if 00 [VGA controller])

Subsystem: XFX Pine Group Inc. Unknown device [1682:2991]

--

 

01:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Juniper HDMI Audio [Radeon HD 5700 Series] [1002:aa58]

Subsystem: XFX Pine Group Inc. Unknown device [1682:aa58]

bash-3.2# lspci -nnvd 0x1002: | grep -B2 Subsystemdeleted s/l/coreservices/platformsupport.plist

 

 sudo kextstat | grep AMD

63 2 0xffffff7f80ba9000 0x1d8000 0x1d8000 com.apple.kext.AMDSupport (8.0.0) <62 10 9 7 5 4 3 1>

64 0 0xffffff7f80d81000 0x41000 0x41000 com.apple.kext.AMD5000Controller (8.0.0) <63 62 10 9 5 4 3 1>

75 0 0xffffff7f80e62000 0x3cd000 0x3cd000 com.apple.AMDRadeonAccelerator (1.0.0) <74 73 62 10 7 5 4 3 1>

77 0 0xffffff7f812ca000 0x13000 0x13000 com.apple.kext.AMDFramebuffer (8.0.0) <63 62 10 9 7 5 4 3 1>

 

 

bash-3.2# ioreg | grep ATY

    | |   |   | +-o ATY,Vervet@0  <class AtiFbStub, id 0x10000035e, registered, matched, active, busy 0 (90 ms), retain 8>

    | |   |   | | +-o ATY_Vervet  <class AMDFramebuffer, id 0x10000036b, registered, matched, active, busy 0 (16 ms), retain 18>

    | |   |   | +-o ATY,Vervet@1  <class AtiFbStub, id 0x10000035f, registered, matched, active, busy 0 (0 ms), retain 8>

    | |   |   | | +-o ATY_Vervet  <class AMDFramebuffer, id 0x100000379, registered, matched, active, busy 0 (0 ms), retain 14>

    | |   |   | +-o ATY,Vervet@2  <class AtiFbStub, id 0x100000360, registered, matched, active, busy 0 (0 ms), retain 8>

    | |   |   | | +-o ATY_Vervet  <class AMDFramebuffer, id 0x10000037f, registered, matched, active, busy 0 (0 ms), retain 14>

    | |   |   | +-o ATY,Vervet@3  <class AtiFbStub, id 0x100000361, registered, matched, active, busy 0 (0 ms), retain 8>

    | |   |   | | +-o ATY_Vervet  <class AMDFramebuffer, id 0x100000385, registered, matched, active, busy 0 (0 ms), retain 14>

bash-3.2#

 

EDIT:  in 10.8.5

Link to comment
Share on other sites

 Share

×
×
  • Create New...