Contribute
Register

OSX installation on clevo p650re6

Status
Not open for further replies.
It is early going on SKL... lots of things to be discovered.

Did you look at this thread? http://www.tonymacx86.com/el-capita...stalling-el-capitan-spectre-x360-skylake.html

Hey Rehabman,

I looked at the post you linked but its the HD 520, i have seen multiple people on the forum with working 520 but non with 530.

Today i tried disabling the discrete graphics but i can't seem to get it to work.

In ssdt2 there is \_SB.PCI0.PEG0.PEGP but no _INI.
in ssdt13 there is ]SB.PCI0.PEG0.PEGP _OFF and _ON exc.

The OFF method had 2 links to the EC in it so i removed them and put them in the _REG
there was no _INI in the SSDT2 so i created it and added:
Code:
Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            External(\_SB.PCI0.PEG0.PEGP._OFF ,MethodObj)
            \_SB.PCI0.PEG0.PEGP._OFF ()
        }

Problem is that when i save it an quit. then reopen the aml or convert to dsl and open the External is gone...

Also the GPU still shows up in IOReg and system.

P.s. I use a fakeID for graphics right now but it is disabled in the clover plist. i do this manual with the clover boot.
 

Attachments

  • Kebuder_V3.zip
    3.4 MB · Views: 74
just the OEMSSDT=true fixed it :p

I assume you mean config.plist/ACPI/SSDT/DropOem=true.

Always required when you have patched SSDTs in ACPI/patched.

I'm going to follow your tutorial once i'm home. I have one question tho,
My battery status already shows. i think its not very accurate but it kinda works. is this common and are the patches going to do anything if it already kinda words?

You should follow the guide.
 
Hey Kebuder, how is it going?
I also own a p650re6, and im working on my DSDT & SSDT.
Maybe we can work together ?
My Hardware is nearly the same as yours.

Laptop: Clevo P650RE6-G
Chipset: intel hm170
Processor: i7 6820HK
Graphics: GTX970m 6gb + intel hd 530 graphics
Screen Resolution: 1920x1080
Sound: ALC892
 
Status
Not open for further replies.
Back
Top