Jump to content

Recommended Posts

Posted
Se você editou conforme ele sugeriu (copiando a linha do LVDS de 3 para 4) você deve passar a usar ig-platform-id 01660004.

Isso eu não fiz, eu fiz o que estava escrito no link que ele me mandou, gerar o arquivo 01660003.txt com o comando ./list no terminal, editei tirando a chave DVI para VGA e rodei o comando do patch, só fiz isso.


Teria algum exemplo do que vc acabou de falar ?

Posted

Tem que editar o 01660004, aplicar o patch e usar esse ig-platform-id


0503 0000 0200 0000 3000 0000


Tem os comandos no link que ele postou.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
Tem que editar o 01660004, aplicar o patch e usar esse ig-platform-id


0503 0000 0200 0000 3000 0000


Tem os comandos no link que ele postou.

 

Acho que entendi, uso o 01660004.txt, na linha do LCD interno eu troco por essa que vc mandou, correto ? Mas na DSDT está o ig-plataform 01660003, tem algum problema ? chegando em casa eu testo e te aviso.

Posted
Sim. Muda para 01660004 na DSDT.

 

pernacabeluda, consegui injetar a DSDT. O ig-platform que o Artur tinha injetado para mim tava errado, modifiquei para o 3 e troquei gfx por igpu e iniciou o notebook normalmente, não cheguei a fazer o que vc falou. Postei a foto da DSDT antes e depois da minha modificação. Ve se ta tudo certinho por favor. Só continuo com o problema da kext AGPM não subir.

antes.png.dba528a32f9bcf86bab370da8e1cdb79.png

depois.png.201cca9b83d00b672ef34e3918954bb0.png

Posted

que confusão

Se quando viaja faz o que quer, quando viajar, não leve a mulher ----  No PM support. Use the forum.
.

MBA M1 8gb 256gb (macOS 15.4b)

Lenovo Core I5 6200U 12Gb 256Gb HD520 (macOS 13.7.4) OC

Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)

Posted

olá


este já tem a platform-id 3

 

DSDT.aml.zip

 

a agpm não subir só pode ser de não estares a usar o smbios correto..


e vê também o cpu powermanagement...


bom hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Posted
olá


este já tem a platform-id 3

 

[attachment=0]DSDT.aml.zip[/attachment]

 

a agpm não subir só pode ser de não estares a usar o smbios correto..


e vê também o cpu powermanagement...


bom hack

 

Artur, fiz o patch na IntelCPUPowerManagement e retirei a NullCPUPowerManagement, iniciou o sistema direitinho, mas ainda continua sem subir a AppleGraphicsPowerManagement. To usando o SMBIOS Macbook Pro 9,2

Posted

está usando a dsdt com o patch para renomear todas as ocorrências de gfx0 para igpu?


e veja se não está subindo mesmo. no terminal digite kextstat e veja se não aparece AGPM na lista.

Se quando viaja faz o que quer, quando viajar, não leve a mulher ----  No PM support. Use the forum.
.

MBA M1 8gb 256gb (macOS 15.4b)

Lenovo Core I5 6200U 12Gb 256Gb HD520 (macOS 13.7.4) OC

Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)

Posted
está usando a dsdt com o patch para renomear todas as ocorrências de gfx0 para igpu?


e veja se não está subindo mesmo. no terminal digite kextstat e veja se não aparece AGPM na lista.

 

Mendietinha, o patch seria esse abaixo ne ? Se for , quando clico em patch -> open patch -> preview, aparece comando invalido no anexo abaixo. Eu tentei procurar algum ocorrencia de GFX0 na minha DSDT, apertando COMMAND + F, mas não encontrou nada.


# rename GFX0 -> IGPU for better power management

into_all all code_regex GFX0\. replaceall_matched begin IGPU. end;

into_all all code_regex \.GFX0 replaceall_matched begin .IGPU end;

into_all all code_regex \sGFX0, replaceall_matched begin IGPU, end;

into_all all code_regex \(GFX0 replaceall_matched begin (IGPU end;

into_all all label GFX0 set_label begin IGPU end;

into_all all label _SB.PCI0.GFX0 set_label begin _SB.PCI0.IGPU end;

into_all all label \_SB.PCI0.GFX0 set_label begin \_SB.PCI0.IGPU end;

into_all all label _SB.PCI0.GFX0.DD02 set_label begin _SB.PCI0.IGPU.DD02 end;

into_all all label \_SB.PCI0.GFX0.DD02 set_label begin \_SB.PCI0.IGPU.DD02 end;

into_all all label ^^GFX0 set_label begin ^^IGPU end;

into_all all label ^GFX0 set_label begin ^IGPU end;

1793594307_CapturadeTela2014-11-29s00_06_38.thumb.png.260e9e5b9599831767a7478354b1743c.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...