Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandy Bridge HD 3000 ReservedMemory "patch" is useless #332

Open
ubihazard opened this issue Aug 2, 2023 · 1 comment
Open

Sandy Bridge HD 3000 ReservedMemory "patch" is useless #332

ubihazard opened this issue Aug 2, 2023 · 1 comment
Labels
error Error or typo in the guides

Comments

@ubihazard
Copy link

As a follow up to this issue.

The "HD3000: IGPU memory corruption errata" in OpenCore config.plist does not, in fact, do anything. Specifically, we are talking about this quirk under UEFI\ReservedMemory:

      <dict>
        <key>Address</key>
        <integer>268435456</integer>
        <key>Comment</key>
        <string>HD3000: IGPU memory corruption errata</string>
        <key>Enabled</key>
        <false/>
        <key>Size</key>
        <integer>268435456</integer>
        <key>Type</key>
        <string>Reserved</string>
      </dict>

The linked acidanthera bug tracker issue explains the actual solution to HD 3000 graphical issues in detail.

This is a separate issue with the Dortania guide where the wording for Sandy Bridge part of the guide in the ReservedMemory section has to be corrected:

"Used for exempting certain memory regions from OSes to use, mainly relevant for Sandy Bridge iGPUs or systems with faulty memory. Use of this quirk is not covered in this guide"

Suggested paragraph:

"Used for exempting certain (bad) memory regions from being used by the OS, mainly relevant for systems with faulty memory. Use of this quirk is not covered in this guide."

This also closes #234.

@ShroomKing
Copy link

Is there a solution that can work for other laptops?

I have a T420 thinkpad that has this problem. But afaik i’m not using the fan reset patch, do you know if there’s anything else i can try to reduce writes to EC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error Error or typo in the guides
Projects
None yet
Development

No branches or pull requests

2 participants