Downloads from post 1 might be affected for a couple hours as we prepare some backend work for OS X Patchers Beta 1.
Same machine, i've done almost the same than the above to configure it.
Solved the brightness issue by using the SHADES pref pane, available at http://www.charcoaldesign.co.uk/shades
and configured the HOT KEYS as the same than the keyboard defaults... now I can adjust brightness at need!!!
Only I still got a problem, sound works OK for me, but its only going out through the headphones jack... Yosemite won't show the built-in speaker... how can I fix it???
I have a late 2006 MacBook Pro... for some reason whenever I closed the lid of my computer, Yosemite wouldn't detect that and the display stayed on. I went to system info and found that it thinks I'm connected to an external monitor (see attached picture). I also noticed that it only detects 5 MB of graphics memory on my graphics card. I have installed the graphics kexts from OS X Hackers. Any way to fix these problems?
Thanks!
Is it work with MacBook White Mid2007 ???
Unfortunately no, for the display, that is expected behavior, and for the graphics, it might stay this way forever since the kexts do not support full graphics acceleration. But, who knows? Maybe someone will make full acceleration kexts (which hasn't happened for almost 2 years)
----------
It should if it supports 64 bit (if you are currently on Lion, then it is.)
I also noticed that it only detects 5 MB of graphics memory on my graphics card.
In Terminal run the command: sudo nvram boot-args="kext-dev-mode=1" .
In /System/Library/Extensions/ disable AMDFramebuffer.kext as well as AMDSupport.kext by renaming.
Insert via Kext Utility the following Graphics Kexts:
ATI1600Controller.kext
ATIFramebuffer.kext
ATIRadeonX1000.kext
ATIRadeonX1000GA.plugin
ATIRadeonX1000GLDriver.bundle
ATIRadeonX1000VADriver.bundle
ATISupport.kext
You can take these files also from 10.7.5 Lion or the 10.7.5 Combo Update.
After a reboot Yosemite should now display 128 MB graphics memory and there should also be much less graphics artifacts. For fully graphics acceleration you need appropriate patched OpenCL/GL Frameworks.
In Terminal run the command: sudo nvram boot-args="kext-dev-mode=1" .
In /System/Library/Extensions/ disable AMDFramebuffer.kext as well as AMDSupport.kext by renaming.
Insert via Kext Utility the following Graphics Kexts:
ATI1600Controller.kext
ATIFramebuffer.kext
ATIRadeonX1000.kext
ATIRadeonX1000GA.plugin
ATIRadeonX1000GLDriver.bundle
ATIRadeonX1000VADriver.bundle
ATISupport.kext
You can take these files also from 10.7.5 Lion or the 10.7.5 Combo Update.
After a reboot Yosemite should now display 128 MB graphics memory and there should also be much less graphics artifacts. For fully graphics acceleration you need appropriate patched OpenCL/GL Frameworks.
In Terminal run the command: sudo nvram boot-args="kext-dev-mode=1" .
In /System/Library/Extensions/ disable AMDFramebuffer.kext as well as AMDSupport.kext by renaming.
Insert via Kext Utility the following Graphics Kexts:
ATI1600Controller.kext
ATIFramebuffer.kext
ATIRadeonX1000.kext
ATIRadeonX1000GA.plugin
ATIRadeonX1000GLDriver.bundle
ATIRadeonX1000VADriver.bundle
ATISupport.kext
You can take these files also from 10.7.5 Lion or the 10.7.5 Combo Update.
After a reboot Yosemite should now display 128 MB graphics memory and there should also be much less graphics artifacts. For fully graphics acceleration you need appropriate patched OpenCL/GL Frameworks.
OS X Extractor will get one last Beta before final on Friday so we can clean some things up, fix some X1600 issues and pull it out of debugging. Thanks for the PMs and bug reports. It really helped.
OSXPatcher Beta 1 will come tomorrow with full release notes including shell scripts and what we did inside the package for developers. OS X Yosemite (10.10.1), Mavericks (10.9.5), or OS X Mountain Lion (10.8.5) can be optionally downloaded during the installation process. Internet Connection is required!
I can promise you that it may not work for most of you and are extremely at risk if you test it out. We just need the data from error logs.
OpenGL Beta Frameworks will not be in this Beta yet.
OS X Extractor will get one last Beta before final on Friday so we can clean some things up, fix some X1600 issues and pull it out of debugging. Thanks for the PMs and bug reports. It really helped.
OSXPatcher Beta 1 will come tomorrow with full release notes including shell scripts and what we did inside the package for developers. OS X Yosemite (10.10.1), Mavericks (10.9.5), or OS X Mountain Lion (10.8.5) can be optionally downloaded during the installation process. Internet Connection is required!
I can promise you that it may not work for most of you and are extremely at risk if you test it out. We just need the data from error logs.
OpenGL Beta Frameworks will not be in this Beta yet.
Are the gma and OpenGL beta patches more stable on Mavericks than Yosemite?
In Terminal or single user mode, run the command: sudo nvram boot-args="kext-dev-mode=1" then restartSo there is a way to get a partial fix for gma950 on Yosemite? i installed it, and it shows just 6MB graphic card
Great News. thank you! Will those OpenGL Beta Frameworks be in that "final" on Friday?
#!/bin/sh
echo “OS X Patcher”
echo “Version 1.0.1”
echo “This Script will patch OS X Yosemite”
echo "Patching Installation..."
hdiutil attach /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg
sudo asr restore -source /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg -target /Volumes/OSXHPatch/ -erase -noverify
send "y\r"
sudo rm -R /Volumes/OS\ X\ Base\ System/System/Installation/Packages
sudo cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System/System/Installation/
sudo cp -R /Volumes/OS\ X\ Install\ ESD/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/
hdiutil eject /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg
cd ./Hack
sudo cp -R ./Hack/Extensions/ /Volumes/OS\ X\ Base\ System/System/Library
sudo chmod -R 755 /Volumes/OS\ X\ Base\ System/System/Library/Extensions
sudo chown -R root:wheel /Volumes/OS\ X\ Base\ System/System/Library/Extensions
sudo rm -R /Volumes/OS\ X\ Base\ System/System/Library/Frameworks/OpenGL.framework
sudo cp -R ./Hack /Volumes/OS\ X\ Base\ System/
sudo rm /Volumes/OS\ X\ Base\ System/mach_kernel
cd ./
sudo cp ./mach_kernel /Volumes/OS\ X\ Base\ System/
sudo cp ./Hack.command /Volumes/OS\ X\ Base\ System/
sudo rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages/OSInstall.mpkg
sudo cp ./OSInstall.mpkg /Volumes/OS\ X\ Base\ System/System/Installation/Packages
sudo rm /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/PlatformSupport.plist
sudo rm -R /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/com.apple.recovery.Boot
sudo cp -R ./OpenGL.framework /Volumes/OS\ X\ Base\ System/System/Library/Frameworks
sudo chmod -R 755 /Volumes/OS\ X\ Base\ System/System/Library/Frameworks/OpenGL.framework
sudo chflags nouchg /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/boot.efi
sudo rm /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/boot.efi
sudo cp ./Hack/CS/boot.efi /Volumes/OS\ X\ Base\ System/System/Library/CoreServices
sudo rm /Volumes/OS\ X\ Base\ System/usr/standalone/i386/boot.efi
sudo cp ./Hack/i386/boot.efi /Volumes/OS\ X\ Base\ System/usr/standalone/i386
echo "Done!”
Here is OS X Extractor v1.2 Beta 5. It is for Developers and people who can diagnose their Macs if something goes wrong.
A OSXE update is recommended to assist you in installing OS X Yosemite and Mavericks on your old Mac. Also, by updating the system software of your server, you can enjoy various additional features and enhanced security. Always use to the latest version.
Never download this from any other provider. All links must be from these forums or directly from our server. This is to ensure that nothing was tampered with and that you have the most reliable and tested stuff.
This update includes:
Performance and Stability Updates
Adjustments to X1600 Kexts
Previous Features:
Fixed File Checksum Error
Refreshed GMA 950 and X3100 Kexts
Dock Glass Effect Manager added.
Slight adjustments to OpenGL Beta Patches
Kexts for iSight camera, Graphics Power Management, and SMB sharing
Fixed the JavaScript Error that was previously shown in Beta 1
OpenGL Beta Patches for Developers Only (You have been warned if you decide to use these).
Ability choose which version of OS X they want patches for (Yosemite or Mavericks)
Supports French Language.
Now better detects whether your Mac meets the requirements as stated in Post 1.
Includes New Kexts for Bluetooth
Alert: Mountain Lion AutoInstaller Removed for OSXPatchers
Download Size: 261 MB
Developer Focus Areas:
Kexts
OpenGL Frameworks
General Reliability
Prerequisites
Tested Macs listed below. Here are the minimum requirements:
- Running 10.7 Lion
- At least 2GB of RAM.
- A copy of Yosemite or Mavericks in Applications Folder (.app file preferred)
- 15 GB of free space from USB or HDD Partition.
-MacBook2,x
-MacBook3,x
-MacBook4,x
-MacBookPro2,x
-MacBookAir1,1
-MacMini1,x (C2D upgraded)
-MacMini2,x
-iMac4,x (C2D can be upgraded)
-iMac5,x
We DON'T assist with Hackintosh. All private messages/emails involving installing OS X on non-Apple hardware will be redirected to another support team.
How to Use It:
1. Download OS X Extractor
2. Install it. Choose a version os OS X to get the correct patches.
3. Open OS X Hackers in your Application and view to corresponding guide the OS you choose.
Download Links:
Link 1 (Our Server)
Link 2 (Mega)
Could you please post the download links? 10x in advance!
osx hackers app doesn't work. It won't open after installed, i get a crash
maybe i did not understand any step.
I'm on lion 10.7.5, i got install yosemite.app in application folder, and this is first beta i try to install. When i launch OSX Hackers app, it crashes.
Sorry for my bad english, i'm italian