Contribute
Register

Graphics glitch problem in intel HD 3000 7 series with el capitan

Status
Not open for further replies.
Please check in attachment
 

Attachments

  • CLOVER.zip
    6.7 MB · Views: 78
  • Naveen’s MacBook Pro.ioreg
    2.9 MB · Views: 83
  • output.txt
    827 bytes · Views: 89
  • RehabMan.zip
    21 KB · Views: 65
Here you go
 

Attachments

  • debug_10217.zip
    1.1 MB · Views: 77
Last edited:
Here you go

See guide regarding drivers64UEFI:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Note: Your profile indicates Clover UEFI (as per FAQ instructions for profile data), but your Clover bootlog indicates legacy. Either fix your profile to indicate Clover legacy or review your procedures as to why you're not booting UEFI as you claim.

But your big mistake is that ACPI is out-of-sync... SystemMemory addresses in ACPI/patched don't match reality:
Code:
NUC6i7KYK:origin rehabman$ diff ../origin/ ../patched/|grep SystemMemory
<     OperationRegion (GNVS, SystemMemory, 0x96FBCC98, 0x00000203)
>     OperationRegion (GNVS, SystemMemory, 0xAAFBCC98, 0x0203)
<     OperationRegion (OGNS, SystemMemory, 0x96FBBF98, 0x0000000C)
>     OperationRegion (OGNS, SystemMemory, 0xAAFBBF98, 0x0C)
<     OperationRegion (MDBG, SystemMemory, 0x96FB8018, 0x00001004)
>     OperationRegion (MDBG, SystemMemory, 0xAAFB8018, 0x1004)
>                 OperationRegion (BRIT, SystemMemory, And (BAR1, 0xFFFFFFF0), 0x000E1184)
<         OperationRegion (CNVS, SystemMemory, 0x96FBE018, 0x00000800)
>         OperationRegion (CNVS, SystemMemory, 0xAAFBE018, 0x0800)
<             OperationRegion (SNCD, SystemMemory, 0x96FBE518, 0x00000100)
>             OperationRegion (SNCD, SystemMemory, 0xAAFBE518, 0x0100)
 
can you please elaborate what exactly i need to do.
 
Last edited:
I think my laptop does not support UEFI. When i tried to install clover with UEFI. It display message No Operating system found. I also followed ACPI patching guide. But no luck still facing same issue. It reduces glitch but not completely. I have attached "Problem Reporting" again. Please check
 

Attachments

  • debug_32568.zip
    1.4 MB · Views: 84
I think my laptop does not support UEFI. When i tried to install clover with UEFI. It display message No Operating system found. I also followed ACPI patching guide. But no luck still facing same issue. It reduces glitch but not completely. I have attached "Problem Reporting" again. Please check

Your profile should be filled out as per FAQ.
Do not use the signature.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

No meaningful patches applied to ACPI/patched/DSDT.aml.
Also, you didn't implement CPU PM.
 
Your profile should be filled out as per FAQ.
Do not use the signature.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

No meaningful patches applied to ACPI/patched/DSDT.aml.
Also, you didn't implement CPU PM.

I have removed my signature. I did not understand what you mean "No meaningful patches applied to ACPI/patched/DSDT.aml". Every thing is working fine except glitches. :( I am not sure but there is not issue of battery. I have patch for only brightness slider.
 
Status
Not open for further replies.
Back
Top