Jump to content

Recommended Posts

Posted

Olá pessoal, para quem está tendo problemas com aceleracão na Intel HD 3000 basta editar o DSDT procurar por IGPU, GFX0 ou seja la como estiver sua vga no seu DSDT e colocar o código abaixo e apagar a Geforce.Kext(pelo menos pra quem tem Nvidia Optimus):

 

        Method (_DSM, 4, NotSerialized)
       {
           Store (Package (0x2C)
               {
                   "device-id", 
                   Buffer (0x04)
                   {
                       0x26, 0x01, 0x00, 0x00
                   }, 
                   "model", 
                   Buffer (0x17)
                   {
                       "Intel HD Graphics 3000"
                   }, 
                   "AAPL,snb-platform-id", 
                   Buffer (0x04)
                   {
                       0x00, 0x00, 0x01, 0x00
                   }, 
                   "@0,connector-type", 
                   Buffer (0x04)
                   {
                       0x00, 0x08, 0x00, 0x00
                   }, 
                   "@1,connector-type", 
                   Buffer (0x04)
                   {
                       0x00, 0x08, 0x00, 0x00
                   }, 
                   "hda-gfx", 
                   Buffer (0x0A)
                   {
                       "onboard-2"
                   }, 
                   "device_type", 
                   Buffer (0x08)
                   {
                       "display"
                   }, 
                   "built-in", 
                   Buffer (One)
                   {
                       0x01
                   }, 
                   "AAPL,backlightRestore", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,HasLid", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,HasPanel", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,NumDisplays", 
                   Buffer (0x04)
                   {
                       0x04, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,NumFramebuffers", 
                   Buffer (0x04)
                   {
                       0x02, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,SelfRefreshSupported", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,aux-power-connected", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL,backlight-control", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL00,blackscreen-preferences", 
                   Buffer (0x04)
                   {
                       0x00, 0x00, 0x00, 0x08
                   }, 
                   "AAPL01,BacklightIntensity", 
                   Unicode ("d"), 
                   "AAPL01,blackscreen-preferences", 
                   Buffer (0x04)
                   {
                       0x00, 0x00, 0x00, 0x08
                   }, 
                   "AAPL01,BootDisplay", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL01,DualLink", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }, 
                   "AAPL00,DualLink", 
                   Buffer (0x04)
                   {
                       0x01, 0x00, 0x00, 0x00
                   }
               }, Local0)
           DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
           Return (Local0)
       }

Deus é o meu refugioE minha fortalezaNEle confiarei.

Posted

which must be inserted GFX0 or IGPU?

or they can send me your DSDT.aml?


thanks

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

hi


in one or another


check u case


good 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

hi

I've tried does not work, there is always.


918 Remark Initializer list shorter than declared package length ??

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

hi



Store (Package (0x30)


the problem is here


that is hex, dec=48


good 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

hi

I've added 48 but it remains the same fault


918 Remark Initializer list shorter than declared package length


thanks

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

The correct value is 0x2C.


You can just leave it blank

Package ()

-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

thank you it worked!!!!! :mrgreen:

Motherboard: GigaByte Z77-DS3H


CPU: Intel® Core™ i5-2500K 4.2 GHz


RAM: 8 GB DDR3-1600


Graphics: ASUS EAH6870 DC


Sound: Realtek ALC887/HDMI


HardDrive: 128 GB SSD SanDisk


Wi-Fi: TP-Link-WN881ND AirDrop


Sofware: OS X 10.9 , Windows 8 Pro UEFI Clover!

Posted

Ae pessoal hehe obrigado pelo feedback, que bom q está funcionando, quanto aos problemas de compilação, aqui nao deu nenhum, qaunto ao crunk que bom q deu certo!


@crunk: that's good to hear(read) that !

Deus é o meu refugioE minha fortalezaNEle confiarei.

Posted (edited)

Bom dia.


Tenho uma Intel HD 3000 (0x01168086) em um notebook Asus Core i7 sem DSDT 10.8 e não consigo ativar a aceleração do hardware (QE/CI). :cry:


Alguém tem alguma sugestão? :?:

Edited by Guest
Posted (edited)

CARACAAAAAAA!!!! SUPER DEU CERTO HAHAHAHAHAH OBRIGADO :lol::D:o;)


Agora é só ficar brincando HEHE.

Edited by Guest
Posted

Segui o tutorial que o artur-pt colocou aqui mas não deu muito certo. A Intel HD 3000 continua sem ser detectada e o QE/CI não funciona.


Estou com o Mountain Lion 10.8, Intel HD 3000 + Nvidia 540M

Posted
Segui o tutorial que o artur-pt colocou aqui mas não deu muito certo. A Intel HD 3000 continua sem ser detectada e o QE/CI não funciona.


Estou com o Mountain Lion 10.8, Intel HD 3000 + Nvidia 540M

 

Você precisa reinstalar as kexts que fez backup na pasta "intelhd_backup" usando o Kext Wizard. ;)


capturadetela20120905s0.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...