Contribute
Register

safari download freeze everything

Status
Not open for further replies.
Same with your plist file and slide=0. Graphic freezes
 
Same with your plist file and slide=0. Graphic freezes

Make sure your DSDT is patched from current native DSDT (re-extact/re-patch).

Do EC reset.
 
Did it and did it but still lag or freeze when I move a Window!
With Yosemite and chimera I didn't had this problem after I patch dsdt
 
Did it and did it but still lag or freeze when I move a Window!
With Yosemite and chimera I didn't had this problem after I patch dsdt

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Go to EFI/Clover/ACPI/origin and remove all files, then reboot, press F4 at Clover, then post EFI/Clover folder.

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Done

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Andrews-MBP:~ AndrewCullenM$ kextstat|grep -y acpiplat
13 2 0xffffff7f822ff000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
Andrews-MBP:~ AndrewCullenM$ kextstat|grep -y appleintelcpu
22 0 0xffffff7f81f29000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) 38E3CB46-539D-3104-AF43-CEF24124B14A <7 6 5 4 3 1>
28 0 0xffffff7f81f24000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) 25B44397-83A4-3F4D-89E4-3D45C3EADD04 <7 6 5 4 3 1>
Andrews-MBP:~ AndrewCullenM$ kextstat|grep -y applelpc
84 0 0xffffff7f81db2000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <77 12 5 4 3>
Andrews-MBP:~ AndrewCullenM$

Go to EFI/Clover/ACPI/origin and remove all files, then reboot, press F4 at Clover, then post EFI/Clover folder.

Done

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Andrews-MBP:~ AndrewCullenM$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
Andrews-MBP:~ AndrewCullenM$



this is what it happens (attached images)
 

Attachments

  • CLOVER.zip
    14.9 MB · Views: 65
  • Andrew’s MacBook Pro.ioreg
    4.7 MB · Views: 96
  • RehabMan.zip
    27.4 KB · Views: 58
  • IMG_0846.jpg
    IMG_0846.jpg
    903.8 KB · Views: 86
  • IMG_0847.jpg
    IMG_0847.jpg
    776.3 KB · Views: 71

You should implement power management, IGPU power management (GFX0->IGPU), and brightness control. Don't try to evaluate when you're not done implementing things.

Also you need to disable AMD Radeon (ACPI patching).

Also, how much RAM is installed in your laptop?
 
You should implement power management, IGPU power management (GFX0->IGPU), and brightness control. Don't try to evaluate when you're done done implementing things.

done. i attach patched dsdt

Don't try to evaluate when you're done done implementing things.
sorry but, what do you mean?



Also you need to disable AMD Radeon (ACPI patching).

i don`t know how, i`m sorry. It is not already ' included in config.plist in this guide for my HD3000-1600x900 ?
https://github.com/RehabMan/OS-X-Clover-Laptop-Config/archive/master.zip


Also, how much RAM is installed in your laptop?

8gb ddr3 1333MHz
 

Attachments

  • DSDT.aml
    51.9 KB · Views: 94
done. i attach patched dsdt

DSDT is not patched per guide (I searched for "Darwin" and didn't find it..)

sorry but, what do you mean?

Typo fixed. "not done"...

i don`t know how, i`m sorry. It is not already ' included in config.plist in this guide for my HD3000-1600x900 ?
https://github.com/RehabMan/OS-X-Clover-Laptop-Config/archive/master.zip

http://www.tonymacx86.com/el-capita...bling-discrete-graphics-dual-gpu-laptops.html

8gb ddr3 1333MHz

Dual-channel (2x4GB)?
 
Status
Not open for further replies.
Back
Top