Intel hd graphics 4000 драйвер mac os

Intel® HD Graphics 3000, 4000, 4400, 4600, 5000, 5500, 5600, 520, 530, 630

Lilu + WhateverGreen
Проект WhateverGreen объединил в себе все наработки для решения проблем с графическими картами, сделав этот процесс более доступным для новичков, в большинстве случаев он в состоянии всё сделать сам, без участия пользователя (в состав WhateverGreen вошли: IntelGraphicsFixup, NvidiaGraphicsFixup, Shiki, IntelGraphicsDVMTFixup and CoreDisplayFixup).

Предварительно
1. Удалить:
— FakePCIID_Intel_HD_Graphics
— IntelGraphicsFixup
— NvidiaGraphicsFixup
— CoreDisplayFixup
— Shiki
2. Выключить всю инжекцию графики в Clover:
— config.plist/Graphics/Inject/ATI=NO
— config.plist/Graphics/Inject/Intel=NO
— config.plist/Graphics/Inject/NVidia=NO
— config.plist/Graphics/ig-platform-id — удалить
— config.plist/Devices/FakeID/IntelGFX — удалить

3. Выключить DSDT фиксы в Clover:
— AddHDMI
— FixDisplay
— FixIntelGfx
— AddIMEI
4. Переключить или удалить UseIntelHDMI — NO
5. Удалить boot аргумент: -disablegfxfirmware
6. Удалить любые IGPU и HDMI записи в:
— config.plist/Devices/Arbitrary
— config.plist/Devices/Properties
— config.plist/Devices/AddProperties
7. Удалить все содержащие IGPU и HDMI записи в таблицах SSDT и DSDT:
— CLOVER/ACPI/patched — CLOVER/ACPI/patched
8. Переименование GFX0 -> IGPU делается автоматически, данный патч DSDT загрузчиком, можно выключить или удалить.

Здесь представлены рекомендуемые фреймы:

Gen 2: Sandy Bridge (Intel HD Graphics 2000/3000)
— S/L/E/AppleIntelSNBGraphicsFB.kext
— Support started with OS X 10.7.x and ended with macOS 10.13.6
— Metal support is not available
— device-id: 0x0102 0x0106 0x010A 0x0112 0x0116 0x0122 0x0126
— AAPL,snb-platform-id (desktop): 0x00030010 (default)
— AAPL,snb-platform-id (laptop): 0x00010000 (default)

Gen 3: Ivy Bridge (Intel HD Graphics 2500/4000)
— S/L/E/AppleIntelFramebufferCapri.kext
— Support started with OS X 10.8.x
— device-id: 0x0152 0x0156 0x0162 0x0166
— AAPL,ig-platform-id (desktop): 0x0166000A (default), 0x01620005
— AAPL,ig-platform-id (laptop): 0x01660003 (default), 0x01660009, 0x01660004

Gen 4: Haswell (Intel HD Graphics 4200-5200)
— S/L/E/AppleIntelFramebufferAzul.kext
— Support started with OS X 10.9.x
— device-id: 0x0D26 0x0A26 0x0A2E 0x0D22 0x0412
— AAPL,ig-platform-id (desktop): 0x0D220003 (default)
— AAPL,ig-platform-id (laptop): 0x0A160000 (default), 0x0A260005 (recommended)

Gen 5: Broadwell (Intel HD Graphics 5300-6300)
— S/L/E/AppleIntelBDWGraphicsFramebuffer.kext
— Support started with OS X 10.10.2
— device-id: 0x0BD1 0x0BD2 0x0BD3 0x1606 0x160E 0x1616 0x161E 0x1626 0x1622 0x1612 0x162B
— AAPL,ig-platform-id (desktop): 0x16220007 (default)
— AAPL,ig-platform-id (laptop): 0x16260006 (default)

Gen 6: Skylake (Intel HD Graphics 510-580)
— S/L/E/AppleIntelSKLGraphicsFramebuffer.kext
— Support started with OS X 10.11.4
— device-id: 0x1916 0x191E 0x1926 0x1927 0x1912 0x1932 0x1902 0x1917 0x193B 0x191B
— AAPL,ig-platform-id (desktop): 0x19120000 (default)
— AAPL,ig-platform-id (laptop): 0x19160000 (default)

Gen 7: Kaby Lake (Intel HD Graphics 610-650)
— S/L/E/AppleIntelKBLGraphicsFramebuffer.kext
— Support started with macOS 10.12.6
— device-id: 0x5912 0x5916 0x591B 0x591C 0x591E 0x5926 0x5927 0x5923 0x87C0
— AAPL,ig-platform-id (desktop): 0x59160000 (default)
— AAPL,ig-platform-id (laptop): 0x591B0000 (default)

Gen 8,9,10: Coffee Lake & Comet Lake (Intel UHD Graphics 630)
— S/L/E/AppleIntelCFLGraphicsFramebuffer.kext
— Support started with macOS 10.13.6 (17G2112) / 10.14 beta 4 (18A336e)
— device-id: 0x3E9B 0x3EA5 0x3EA6 0x3E92 0x3E91 0x3E98
— AAPL,ig-platform-id (desktop): 0x3EA50000 (default), 0x3E9B0007 (recommended)
— AAPL,ig-platform-id (laptop): 0x3EA50009 (default)

Читайте также:  Linux bash сложить строки

Framebuffer Patching
Несмотря на всё, большая часть работы выполняется автоматически, и в большинстве случаев вам не нужно никаких дополнительных действий. Минимум что вы должны сделать — это выбрать ig-platform-id, подходящий для вашей системы, и поместить его в config.plist / Devices / Properties следующим образом:

Вот некоторые причины, по которым вам придётся делать патч фреймбуфера:
— Настройка DVMT в BIOS для тех кто не может выставить больше 32 MB (framebuffer-stolenmem / framebuffer-fbmem)
— Отключение eGPU, дискретной графики в ноутбуках (disable-external-gpu)
— Включение pixel clock патча для поддержки 4K (enable-hdmi20)
— Изменение типов разъемов в соответствии с портами вашей системы (framebuffer-conX-type)

Типы патчей Framebuffer

1. Семантические

2. Бинарные

Ниже представлено расположение патчей, где они должны быть прописаны в Clover — config.plist/Devices/Properties и примеры патчей:

Здесь представлен пример патча с DVMT в BIOS 32MB когда нужно, чтобы это значение было больше

Digital Audio (HDMI / DVI / DP)
Для работы digital audio необходимы нужные свойства и патч коннекторов.
Для этого вам дополнительно понадобится AppleALC.kext.
Начиная с 10.10.5 и выше, WEG автоматически меняет тип connector-type с DP (00040000) на HDMI (00080000).
Фактическое соединение может быть любого типа (HDMI / DVI / DP), но для работы digital audio тип connector-type должен быть конкретно HDMI (00080000).

Поддержка VGA
В большинстве случаев с Intel Skylake и новее он работает по умолчанию.
Для Ivy Bridge и возможно других поколений, возможен вариант патча коннекторов на следующие:
06020000 02000000 30000000 // Option 1
06020000 01000000 30000000 // Option 2
В OS X 10.8.2 и новее VGA на Ivy Bridge не работает.
Hot-plug VGA обычно не работает.

EDID
Обычно определяется верно и никаких дополнительных действий не требуется.
Получить дамп EDID можно через Linux. Значение верного EDID прописывается в свойство *AAPL00,override-no-connect* для IGPU, где второй 0 является номером монитора.

В некоторых случаях, полученый EDID может быть не совместим с macOS, что приведёт к искажению изображения. Тогда для этого EDID можно использовать данный script, который внесёт корректировки в ранее полученный EDID и сохранит его на рабочем столе.

HDMI при UHD разрешении с 60 fps
Добавьте свойство enable-hdmi20 для IGPU, иначе будет чёрный экран. Или пропишите в config.plist, boot-arg: -cdfon

Отключение дискретной видеокарты ноутбука
Добавьте свойство disable-external-gpu для IGPU. Или пропишите в config.plist, boot-arg: -wegnoegpu

Исправление проблемы с maximum link rate на некоторых ноутбуках (Dell XPS 15 9570, и подобных.)
Добавьте свойство enable-dpcd-max-link-rate-fix для IGPU. Или пропишите в config.plist, boot-arg: -igfxmlr.

Так же можно вручную указать значение параметра dpcd-max-link-rate для встроенного дисплея:

  • Обычно используют 0x14 для 4K дисплея и 0x0A для 1080p дисплея.
  • Все возможные значения: 0x06 (RBR), 0x0A (HBR), 0x14 (HBR2) and 0x1E (HBR3).
  • Если свойство dpcd-max-link-rate отсутствует или указано не допустимое значение, то будет использоваться значение по умолчанию — 0x14.

Источник

Question: Q: Intel HD Graphics 4000 1536 MB Driver Update?

I have tried searching the community as well as google. Does anyone know if there is a driver update for this graphics? I play a game in which a recent update was given, my game played fine until this update. I have tried all solutions recommended, even upgraded my driver (Mac approved) from 4gb to 16gb and I am still seeing lag in a particular section of my game. I am being asked or told that it could possibly be that the Intel chip needs to have a driver update. My iOS has been update to the latest version and I for the life of me cannot find anything to update this driver specifically. Any help is appreciated.

Читайте также:  Realtek rtl8723ae wireless драйвер для windows 10

Posted on Aug 18, 2019 10:11 AM

All replies

Loading page content

Page content loaded

I am being asked or told that it could possibly be that the Intel chip needs to have a driver update.

That advice is for an IBM-compatible PC.

If you are running a recent version of MacOS, you already have the latest drivers for everything, and they are not available separately.

You should seriously question the competence of the source of that recommendation.

Aug 18, 2019 10:17 AM

Thanks. I think? I’m just trying to find out why my game is having animation issues that weren’t there before. I’ve gone through the recommended game setting changes which has helped some but not all of the issues. Would you have any idea what could be causing the lag since the recommendations I have been given are from someone, how did you put it, is incompetent? I think that’s reaching pretty far when someone is just trying to trouble shoot and help. All of their other recommendations in the past when I’ve had issues have helped so I wouldn’t say they don’t know what they’re talking about. If you have recommendation, I’m all ears.

Aug 18, 2019 10:28 AM

I’ve beta-tested some sims with high graphics demands in the past. What specific game is it? Maybe we can figure something out. Hey, the price is right!

Also please tell us which MacBook Pro sub-model, from «About this Mac:»

Hardware is everything with these kinds of inquiries and there are easily over 100 variants of the MacBook Pro, most with different graphics hardware. So. let us know and we’ll see what can be done.

Aug 18, 2019 11:37 AM

I’m playing The Sims 4. I have all packs installed.

Here is is the information pertaining to my MacBook. Thank you again for trying to help figure out a resolution.

Aug 18, 2019 11:55 AM

Perfect! I have the same model but with 8GB RAM and I’ve swapped out the orig hard drive to a fast SSD. Let me do some digging. I probably won’t be able to get back to you until this evening or tomorrow morning.

Aug 18, 2019 12:19 PM

I’ve also switches out to a SSD as well. Thank you so much. Please take your time. Any help is greatly appreciated.

Aug 18, 2019 12:40 PM

I’m back with a well-scratched head.

You have a well-set up MBP. I did the SSD switch about 18 months ago on mine and it was like getting a new computer. With 16 GB RAM your VRAM-from-RAM is very good.

Is Sims 4 a native install (like from the App Store) or are you running it through Steam?

I’ve looked up sysreqs and compared you comment:

. and I am still seeing lag in a particular section of my game.

to my sim experiences and that rang a bell. You may have something that can’t be improved upon at your end because it could be the programming. Read on.

Читайте также:  Amd vulkan drivers linux

I have a naval warfare sim that, at certain stages, produces a transparent smoke effect. My old iMac with a 2.93ghz i7 quad-core processor and 1GB VRAM of hardware acceleration stuttered a little every time the smoke effect appeared, even though that computer exceeded all the sysreqs by a mile.

Now I have a 5K iMac with a 4.2ghz quad-core i7 and 4GB of hardware-based VRAM and guess what? The same spot still stutters to the same degree on a computer that benchmarks at 2.4X faster than the old one! The rest of the game runs fine. That suggests to me that the programing of the smoke is different.

I noticed in the Sims 4 Support site that there is something called «laptop mode.» It is mentioned at the bottom of this EA support page:

It may be useful to try that, not so much as a cure but as a test.

Our MBPs don’t have separate graphics hardware like my iMacs. It is shared with the main processor—that will always be a handicap. As far as I know, the shared VRAM at 1.5GB is as much as that processor can handle even with your extra RAM.

I’m not washing my hands of this yet. I have a few more things to check.

Источник

Поддержка intel® HD Graphics 4000

Информация о поддержке графических ® Intel® HD Graphics 4000, включая рекомендуемые материалы, загружаемые материалы, спецификации, гарантия и т. д.

Сообщения об ошибке

Определить мой продукт

Установка и настройка

Коды продукции и запасные части

Информация о продукции и документация

Поиск и устранение неисправностей

Гарантия и программа гарантийной замены

Обслуживание и производительность

Поиск не дал результатов для запроса

Все категории статей

Совместимость

Сообщения об ошибке

Информация о продукции и документация

Определить мой продукт

Установка и настройка

Обслуживание и производительность

Поиск и устранение неисправностей

Гарантия и программа гарантийной замены

  • Популярность
  • Последняя редакция
  • Категория

Просмотреть параметры загрузки

Поиск не дал результатов для запроса

Новейшие драйверы и ПО

Действие

Получить спецификацию продукции для данного продукта

Вам нужна дополнительная помощь?

Оставьте отзыв

Содержание данной страницы представляет собой сочетание выполненного человеком и компьютерного перевода оригинального содержания на английском языке. Данная информация предоставляется для вашего удобства и в ознакомительных целях и не должна расцениваться как исключительная, либо безошибочная. При обнаружении каких-либо противоречий между версией данной страницы на английском языке и переводом, версия на английском языке будет иметь приоритет и контроль. Посмотреть английскую версию этой страницы.

Для работы технологий Intel может потребоваться специальное оборудование, ПО или активация услуг. // Ни один продукт или компонент не может обеспечить абсолютную защиту. // Ваши расходы и результаты могут отличаться. // Производительность зависит от вида использования, конфигурации и других факторов. // См. наши юридические уведомления и отказ от ответственности. // Корпорация Intel выступает за соблюдение прав человека и избегает причастности к их нарушению. См. Глобальные принципы защиты прав человека в корпорации Intel. Продукция и программное обеспечение Intel предназначены только для использования в приложениях, которые не приводят или не способствуют нарушению всемирно признанных прав человека.

Источник

Оцените статью