Jump to content

Speeding up web page rendering and video


cyberderf
 Share

10 posts in this topic

Recommended Posts

Hi all.

 

Here are my specs :

 

2,13 GHz Quad-Core Intel Xeon

8 Go 800 MHz DDR2 SDRAM

NVIDIA GeForce 8600 GTS 256 Mo

Yosemite 10.10

SSD Drive

Safari an Chrome browser 

 

Yosemite responsiveness is OK. But web page rendering is sometimes slow (scrolling is not that smooth) and flash and html5 videos are eating a lot of cpu (near 100% sometime).

 

I was planning on getting Nvidia GTX 750 to remove some load of the CPU.

 

Do you think it would make a noticeable difference? Any idea to speed things up a bit?

Link to comment
Share on other sites

you should dump and patch ssdt.

it will increase cpu power efficience, and so the cpu will work better (increase about 20% the bench score on multi core).

 

maybe your cpu is not well recognised.

4 cpu with 4 thread.

you should see:

cpu0 = global cpu

cpu1 = thread 1

cpu2 = thread 2

cpu3 = thread 3

cpu4 = thread 4

 

in your ioreg, there is only Cpu 0 to 3.

 

but your ioreg is not readable, so you have to share .ioreg file to be sure of that.

 

ssdt and dsdt may resolve that, and make your system more efficiente.

 

for DSDT (also, see how to patch it to have working other stuff):

 

Paste Patchmatic in /usr/bin folder
(finder go/go to...)
Open terminal and enter:

 

mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract
iasl
-da -dl *.aml

 

Close terminal

Paste ~/Downloads/RehabMan/dsdt.aml in /EFI/CLOVER/ACPI/patched

 

paste

for SSDT:

 

Download ssdtPRgen.sh from piker-alpha.
Extract it on your Desktop.
Open terminal and enter: sudo mkdir /Extra
cd ~/Desktop/ssdtPRGen
chmod
+x ~/ssdtPRGen.sh
./ssdtPRGen.sh Answer:
y, n, n

Paste /Extra/ssdt.aml in /EFI/CLOVER/ACPI/patched

Link to comment
Share on other sites

 Share

×
×
  • Create New...