Jump to content
6 posts in this topic

Recommended Posts

This topic is for the ones who trying to made macOS Tahoe (Beta 3 and beyond) works with Old Real Mac.

 

*** All the credits of OCLP-Mod goes to @laobamac_yyds for the forked version of OCLP Project and the amazing develop of his OCLP-Mod. ***

 

This is my first try to made my MacBook Pro Late 2011 - i7 Quad Core - 16GB 1600Mhz DDR3 - Intel HD Graphics 3000 with 512MB - AMD Radeon HD 6770M 1GB - MacBookPro8,3 (Real Mac) to boot with video acceleration on Tahoe.

 

Do this after installed @laobamac_yyds OCLP-Mod Pre-release and rebooted

With those commands, your acceleration will work but transparency is not working at all. => MacBook Pro Late 2011 - 17 inches - Intel HD Graphics 3000 (512MB) / AMD Radeon HD 6770 1GB. MacBookPro8,3 - Real Mac.

Need SIP Disable 0803...

 

CapturadeTela2025-07-08s22_30_16.png.e65e7833a33a0a257c22e8426139ceb6.pngCapturadeTela2025-07-09s00_15_22.thumb.png.8380f26d59008f81620fd945c3b11343.pngCapturadeTela2025-07-09s00_15_27.png.3bd002dfb6ccb6fb4d257d37f293b694.pngCapturadeTela2025-07-09s06_02_35.png.94f3280b40903ba47c6e125ceb3f5cfa.pngCapturadeTela2025-07-09s06_03_03.thumb.png.e7035e1b8cecd0ce1b114f2336d8322f.pngCapturadeTela2025-07-09s06_03_17.thumb.png.59ef8897b6d08077fd9819558119923d.pngCapturadeTela2025-07-09s06_03_32.thumb.png.4902c605a7ed413a48e2bf4bb338ca68.pngCapturadeTela2025-07-09s06_03_49.thumb.png.48acfda0afaedaf7594b1d377349ef48.pngCapturadeTela2025-07-09s06_04_22.thumb.png.7bf34bf7854caaf2c6c3be570e481eb8.png

 

sudo mkdir /Volumes/root

 

sudo mount -o nobrowse -t apfs /dev/"Your Tahoe Disk (Apfs)" /Volumes/root

 

sudo mount -uw /Volumes/root

 

cd /Volumes/root/S*/L*/Extensions

 

sudo rm -R /Volumes/root/System/Library/Extensions/AppleIntelHD3000Graphics.kext && sudo rm -R /Volumes/root/System/Library/Extensions/AppleIntelSNBGraphicsFB.kext && sudo rm -R /Volumes/root/System/Library/Extensions/AppleIntelFramebufferCapri.kext

 

sudo cp -R /users/"Your user Name"/Desktop/Drivers/Apple* .

 

cd /Volumes/root/S*/L*/Ext*/AppleIntelSNBGraphicsFB.kext/C*/M*

 

sudo cp AppleIntelSNBGraphicsFB AppleIntelSNBGraphicsFB.backup

 

Those commands make your Intel HD 3000 Graphics with (1,5GB VRAM, 2GB, 3GB,4GB (4080 MB)) - Not working on Tahoe (Sequoia works)

 

1,5GB

sudo perl -pi -e 's|\xC7\x45\xBC\x00\x00\x00\x40|\xc7\x45\xBC\x00\x00\x00\x60|g' AppleIntelSNBGraphicsFB

 

2GB

sudo perl -pi -e 's|\xC7\x45\xBC\x00\x00\x00\x40|\xc7\x45\xBC\x00\x00\x00\x80|g' AppleIntelSNBGraphicsFB

 

3GB

sudo perl -pi -e 's|\xC7\x45\xBC\x00\x00\x00\x40|\xc7\x45\xBC\x00\x00\x00\xC0|g' AppleIntelSNBGraphicsFB

 

4GB (4080 MB)

sudo perl -pi -e 's|\xC7\x45\xBC\x00\x00\x00\x40|\xc7\x45\xBC\x00\x00\x00\xFF|g' AppleIntelSNBGraphicsFB

 

sudo kmutil install --volume-root /Volumes/root/ --update-all

 

sudo bless --folder /Volumes/root/System/Library/CoreServices --bootefi --create-snapshot

 

Attached files: Kexts + Command (Terminal).zip ***Unzip at your Desktop (To use these commands, or adapt to new location)***

 

Ps: I'm using two SSD's one with Tahoe Beta 3 and another with Sequoia 15.5, to manage how to implement the patch for Intel HD 3000 Graphics at least...

 

I get Acceleration in Tahoe Beta 3 with Safari over Youtube on videos 1080p 60fps... Smooth, but the transparency of the system is with some bug's...

 

I guess this is far as I can go with Real Macs patching.. Now if @laobamac_yyds can help it will be appreciate.

 

Another thing that I observed is that FrameWork is not included in @laobamac_yyds patch, so no acceleration from OCLP-Mod Pre-Release. I managed to install using this commands:

 

Install Legacy Video Patcher... => @chris1111 Many thanks for your Legacy Video Patcher, is working like a charm until Sequoia 15.5 =>

@chris1111 Source code => https://github.com/chris1111/Legacy-Video-patch

Compiled version => https://drive.google.com/file/d/1AG9CivELxxE0bPKisGy9qPuaGYUvP0AA/view?usp=sharing

 

And after use these:

 

sudo mkdir /Volumes/root

 

sudo mount -o nobrowse -t apfs /dev/"Your Tahoe Disk (Apfs)" /Volumes/root

 

sudo mount -uw /Volumes/root

 

sudo kmutil install --volume-root /Volumes/root/ --update-all

 

sudo bless --folder /Volumes/root/System/Library/CoreServices --bootefi --create-snapshot

 

sudo reboot

 

Thats all folks.

 

Regards,

Fernando.

Edited by fernando.c.neves
  • Like 9
  • Thanks 3
3 minutes ago, Max.1974 said:

@fernando.c.neves Its a Masterpiece my friend, congrats!!!  :thumbsup_anim: :plane:  🍀

Thanks my brother... Now let´s see if we could make transparency works...

  • Like 1
  • 3 months later...

one quick question here.....is this going to work with HD5000?

 

I've got my MacbookAir 6,1 up and running (will write a tutorial somewhere here, not sure if anyone did that yet) and before I start breaking it again I would like to ask the author if he feels this would work for my case?

 

Thanks!

  • Like 1
×
×
  • Create New...