Contribute
Register

Problems disabling Discreet graphics

Status
Not open for further replies.
Joined
Aug 6, 2014
Messages
66
Motherboard
HP Probook 6470b
CPU
i7-3720QM / QM 77
Graphics
HD 4000 + GTX1060
Hi I have problems with discreet graphic It was disabled by itself all the time but now suddenly it showed up in my system information and its consuming power of my laptop and overheats also, and after few days of research I can't find proper solution for my system, I tried DSDT patches but can't compile my DSDT and SSDT's because of errors

My native DSDT and SSDT files extracted and decompiled in "iasl" I have changed GFX0 to IGPU in all files also

DSDT file link
https://www.mediafire.com/?0vm34asc4fftcho
 

Attachments

  • SSDT1.dsl
    15.8 KB · Views: 147
  • SSDT2.dsl
    13.5 KB · Views: 181
  • SSDT3.dsl
    25.9 KB · Views: 183
  • SSDT4.dsl
    38.2 KB · Views: 188
Hi I have problems with discreet graphic It was disabled by itself all the time but now suddenly it showed up in my system information and its consuming power of my laptop and overheats also, and after few days of research I can't find proper solution for my system, I tried DSDT patches but can't compile my DSDT and SSDT's because of errors

My native DSDT and SSDT files extracted and decompiled in "iasl" I have changed GFX0 to IGPU in all files also

DSDT file link
https://www.mediafire.com/?0vm34asc4fftcho

Call _OFF (in SSDT4.dsl) from _INI in SSDT3.dsl:
Code:
        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            Store (Zero, \_SB.PCI0.PEG0.PEGP._ADR)
            //added to turn nvidia off
            External(\_SB.PCI0.PEG0.PEGP._OFF, MethodObj)
            \_SB.PCI0.PEG0.PEGP._OFF()
        }
 
I have installed Yosemite and my discreet graphic has turned off again. My hackbook is cooler and more silent again but I want to controll it by myself in case and I realy cant compile SSDT with this changes and I don't know where I go wrong
Untitled-1.png
And since I'm on Yosemite I have a new issue I can't see anything in System information app...
Untitled-2.png
 
I have installed Yosemite and my discreet graphic has turned off again. My hackbook is cooler and more silent again but I want to controll it by myself in case and I realy cant compile SSDT with this changes and I don't know where I go wrong
View attachment 108678
And since I'm on Yosemite I have a new issue I can't see anything in System information app...
View attachment 108680

Is this a laptop or desktop?
 
Laptop, speces and name are under my profile picture

SystemRC530S04PLCPUI5 Sandy Bridge 2450GraphicsGF540M+Intel3000
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top