Jump to content
6 posts in this topic

Recommended Posts

I need to know how to fix this! It's bugging me. I use a Dell Inspiron 3048 and I can't for the life of me get this to work.

My network works, my sound works everything works EXCEPT for my graphics.

Does anyone know how to fix this? I've tried everything.

This is a DESKTOP and I use CLOVER.

Link to comment
https://www.insanelymac.com/forum/topic/310937-intelhd-4400-real-choppy/
Share on other sites

Hi, if you are using clover as a bootloader 

Try:

ig-platform-id

0x0a260006

 

Otherwise, try looking here:http://www.insanelymac.com/forum/topic/304267-intel-hd4400-full-qeci-in-yosemite-1010210103/

Also tested on El Capitan

  • Like 1

Hi, if you are using clover as a bootloader 

Try:

<key>ig-platform-id</key>

<string>0x0a260006</string>

 

Otherwise, try looking here:http://www.insanelymac.com/forum/topic/304267-intel-hd4400-full-qeci-in-yosemite-1010210103/

Also tested on El Capitan

No, I haven't tried that IGPID, I'll test it now!

Where does that key go though? (I reset my boot loader to fix sound and I can't remember :P)

Clover -->config.plist ---> Graphics

For editing, use a text editor or Clover configurator

<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>NvidiaSingle</key>
<false/>
<key>ig-platform-id</key>
<string>0x0a260006</string>

 

Clover -->config.plist ---> Graphics

For editing, use a text editor or Clover configurator

<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>NvidiaSingle</key>
<false/>
<key>ig-platform-id</key>
<string>0x0a260006</string>

 

Both things don't work for me!

It's because I use the desktop

×
×
  • Create New...