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

Controllers.plist could add support for HD4000 ig-platform-id 0x0166004? #49

Closed
acidanthera-bot opened this issue Apr 23, 2016 · 2 comments

Comments

@acidanthera-bot
Copy link
Collaborator

@ghost opened vit9696/AppleALC#39

At first, I want to do it myself, but i don't know what means about <key>Platform</key> <integer>23461891</integer>, like this:
<dict> <key>Device</key> <integer>358</integer> <key>Model</key> <string>Laptop</string> <key>Name</key> <string>Intel HD4000 HDMI (ig-platform-id 0x01660003)</string> <key>Patches</key> <array> <dict> <key>Count</key> <integer>1</integer> <key>Find</key> <data> AgUAAAAEAAAHBAAAAwQAAAAEAACBAAAABAYAAAAEAACB AAAA </data> <key>MinKernel</key> <string>13</string> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> AgUAAAAIAAAHBAAAAwQAAAAIAACBAAAABAYAAAAIAACB AAAA </data> </dict> </array> <key>Platform</key> <integer>23461891</integer> <key>Vendor</key> <string>Intel</string> </dict>

And I don't find a way to choice the number for my laptop. the following line was used in my Clover config.plist for patch AppleIntelFramebufferCapri

<dict> <key>Comment</key> <string>HDMI-video, 64MB BIOS, HD4000 0x01660004 vit9696/AppleALC#1 of 2</string> <key>Disabled</key> <false/> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Find</key> <data>BABmAQEDAQEAAAAC</data> <key>Replace</key> <data>BABmAQECBAIAAAAE</data> </dict> <dict> <key>Comment</key> <string>HDMI-video, 64MB BIOS, HD4000 0x01660004 vit9696/AppleALC#2 of 2</string> <key>Disabled</key> <false/> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Find</key> <data>MAIAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAAAAAAA</data> <key>Replace</key> <data>MAIAAAIFAAAABAAABwQAAAMEAAAABAAAgQAAAAQGAAAABAAAgQAAAAAAAAAAAgAR</data> </dict>

Could add it to Controllers.plist?
Thanks for your time.

@acidanthera-bot
Copy link
Collaborator Author

@935713827 commented

Can

@acidanthera-bot
Copy link
Collaborator Author

@vit9696 commented

I am not certain about HDMI stuff, but we do not add connector patches, only patch the hdmi stream.
if I remember correctly, (cc @vandroiy2013, I am not sure about this), HD4000 requires connector patches anyway, so adding an incomplete patch here is unreasonable.

Considering the namings:

  • Platform stands for AAPL,ig-platform-id;
  • Device stands for device-id;
  • Vendor stands for vendor-id to match your GPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants