Contribute
Register

IONDRVFramebuffer/AGPM or NVDA/AGPM

Status
Not open for further replies.
Thanks Toleda,
here is the ioreg

Withoult using ssdtPRGEN.sh I had my CPU running always at the highest, around 4000 MHZ.
I thought ssdtPRGEN.sh is the way to go.
Your SSDT already has plugin-type=1 for XCPM
Code:
        Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
        {
            Debug = "Method _PR_.CPU0._DSM Called"
            If ((Arg2 == Zero))
            {
                Return (Buffer (One)
                {
                     0x03                                             /* . */
                })
            }

            Return (Package (0x02)
            {
                "plugin-type",
                One
            })
        }
 
Your SSDT already has plugin-type=1 for XCPM
Code:
        Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
        {
            Debug = "Method _PR_.CPU0._DSM Called"
            If ((Arg2 == Zero))
            {
                Return (Buffer (One)
                {
                     0x03                                             /* . */
                })
            }

            Return (Package (0x02)
            {
                "plugin-type",
                One
            })
        }


I am sorry, I can't follow you.
I generated this ssdt with ssdtPRGEN.sh

You mean I should I throw ssdt-cdu.aml away?
 
I am sorry, I can't follow you.
I generated this ssdt with ssdtPRGEN.sh

You mean I should I throw ssdt-cdu.aml away?
No, you will lose XCPM if you do.
 
Also my EFI folder is there
I notice in the Clover install log you have a second EFI partition. Could Clover be using an nvram.plist from there (most recently written one would be used)? High Sierra = No Web Drivers = No webdriver nvram variable
 
I notice in the Clover install log you have a second EFI partition. Could Clover be using an nvram.plist from there (most recently written one would be used)? High Sierra = No Web Drivers = No webdriver nvram variable

No the other disk is also el sierra. I thought of that also, but when I use only one disk with one partition -- I mean the other disk is plugged out -- the same problem exists.
And I also mentioned, I check for "nvram nvda_drv" and I have the required variable there, always, also when the webdrivers are not working.

That is strange, and therefore I asked for help, because I don't have a clue what is going on.
 
That is strange, and therefore I asked for help, because I don't have a clue what is going on.
Maybe temporarily enabling debug will tell you what is different between boots, or not.
 
Maybe temporarily enabling debug will tell you what is different between boots, or not.

I enabled debug.
I removeg all the other discs

here I atached the results.

vulgo, you are my last hope, please help

thanks a lot
 

Attachments

  • ioreg -- gpu ok.ioreg
    5.9 MB · Views: 96
  • nvram -- gpu ok.plist
    2.1 KB · Views: 182
  • debug -- gpu ok log.txt
    48.1 KB · Views: 90
  • nvram -- gpu not ok.plist
    2.1 KB · Views: 141
  • ioreg -- gpu not ok.ioreg
    5.7 MB · Views: 79
  • debug -- gpu not ok log.txt
    72.2 KB · Views: 126
Maybe I found something
could this be the cause of the troubles?

maybe this is a FakePCIID.kext issue?

no gpu.jpg

gpu working.jpg
 
Last edited:
Status
Not open for further replies.
Back
Top