Advertisement
corpnewt

Enabling Intel HD 4600 (alongside NVIDIA Card)

Apr 28th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ### ###
  2. # Enabling Intel HD 4600 #
  3. ### ###
  4.  
  5. Well, this is actually pretty easy. There are a couple things to do:
  6.  
  7. ## ##
  8. # In config.plist #
  9. ## ##
  10.  
  11. 1. Make sure Graphics -> Inject -> Intel is <true/>
  12. 2. Do not use any <key>ig-platform-id</key> at first, Clover should be able
  13. to inject the correct properties
  14. 3. In the event of a failure, consult the ig-platform-id list below
  15. 4. Reboot, and enter BIOS
  16.  
  17. ## ##
  18. # In BIOS #
  19. ## ##
  20.  
  21. 1. Enable Intel Graphics
  22. 2. Make sure VRAM is set to maximum (there should be a shared max and then on
  23. my GA-Z97X-UD5H, there was also a VRAM setting that maxed at 512MB -
  24. do both)
  25. #REVISION 04/28/2016#
  26. I found that you do not need to set VRAM to 512MB - 64MB works
  27.  
  28. 3. Make sure that the FIRST display device is IGPU (or whatever the
  29. integrated graphics setting is for your mobo)
  30. 4. Save changes, and shut down
  31. 5. Plug HDMI into mobo
  32. 6. Boot up
  33.  
  34.  
  35.  
  36.  
  37.  
  38. ### ###
  39. # Intel HD Graphics ig-platform-id List #
  40. ### ###
  41.  
  42. (Don't forget to put 0x in front - for example; 0x0D220003)
  43.  
  44.  
  45. Intel HD 2000/3000 (SNB)
  46. 00301000 Chimera HD 3000 Desktop Default
  47.  
  48. Intel HD 2500/4000 (Capri)
  49. 01620005
  50. 01620006
  51. 01620007
  52. 01660000
  53. 01660001
  54. 01660002
  55. 01660003
  56. 01660004
  57. 01660008 Chimera HD 2500 Default
  58. 01660009 Chimera HD 4000 Mobile Default
  59. 0166000A Chimera HD 4000 Desktop Default
  60. 0166000B
  61.  
  62. Intel HD 4600/5000 (Azul)
  63. 04060000
  64. 04120004
  65. 04160000
  66. 04160002
  67. 04260000 Chimera HD 5000 Default
  68. 0A160000
  69. 0A260000
  70. 0A260005 MacBook Air Platform ID
  71. 0A260006
  72. 0A260008
  73. 0A2E0008
  74. 0C060000
  75. 0C160000
  76. 0C260000
  77. 0D220003 Chimera HD 4600 Default
  78. 0D260000
  79. 0D260007
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement