- Benjamin-Dobell/nvidia-update
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- nVidia Divers support macOS Catalina ? #36
- Comments
- wyatt-wong commented Jan 28, 2020
- algol68 commented Mar 15, 2020
- farfromthe commented Mar 26, 2020
- Benjamin-Dobell commented Mar 26, 2020
- algol68 commented Mar 27, 2020
- MotorCityCobra commented Jul 24, 2020
- 23d1 commented Jul 24, 2020
- MotorCityCobra commented Jul 24, 2020
- NeverTheLess42 commented Jan 24, 2021 •
- chris1111/Legacy-Video-patch
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Как установить Web Driver Nvidia на Хакинтош?
- Скачивание Web Driver Nvidia
- Проблемы которые могут возникнуть при установке Web Driver Nvidia в Хакинтош
- Установка Nvidia Web Driver на Хакинтош (если ОС 10.12 и новее)
- Установка Nvidia Web Driver на Хакинтош (если ОС ниже 10.12)
- Ускоряем обработку видео в Хакинтош с помощью видеокарт Nvidia
Benjamin-Dobell/nvidia-update
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
The simplest way to install nVidia drivers on macOS.
Simply copy and paste the following in a terminal:
How does it work?
This script installs the best (not necessarily the latest) official nVidia web drivers for your system.
Specifically, it does the following:
- Checks for official driver updates for your version of macOS.
- Cross-references against a list of blacklisted drivers, that it’ll avoid installing (by default).
- Properly uninstalls old drivers.
- Downloads and installs the latest non-blacklisted drivers.
- On-the-fly patches driver packages so they can be installed on your version of macOS (if necessary).
- Patches drivers that you’ve already installed, if they no longer match your macOS version i.e. post macOS update.
Why not always install the latest drivers?
Sometimes nVidia releases drivers that have bugs or performance issues. This script maintains a blacklist of «bad» drivers that it won’t install by default.
Why does it sometimes need to patch drivers?
Presently, each nVidia driver release is tied to an exact version of macOS. However, as described above, sometimes it’s desirable to install a different release. This script will download the official drivers and patch them on-the-fly so that they can be loaded on your system.
Patching does not involve changing the driver binaries, just a couple of configuration options in some text files.
Do I need to disable SIP?
Unlike other alternative approaches that manually mess around with your file system, this tool uses official installers and drivers. Even after patching (where necessary) they install flawlessly on systems with SIP enabled.
Does this work on real Macs?
No need to disable SIP, it just works.
What do I do after updating macOS to a new version?
Simply run the script again, it’ll take care of the rest, updating and/or patching drivers as necessary.
Install a specific driver version
Where is a driver version e.g. 378.10.10.10.25.106
Downloading the script
You can clone this repository or download the script with the following command:
If revision is not supplied, the latest non-blacklisted driver will be used.
—force / -f will allow you to reinstall a revision that is already installed.
About
Install nVidia drivers on macOS the easy way.
nVidia Divers support macOS Catalina ? #36
Comments
wyatt-wong commented Jan 28, 2020
Does this nVidia Drivers support macOS Catalina ? I got the following errors when I download and install the drivers.
The text was updated successfully, but these errors were encountered:
algol68 commented Mar 15, 2020
1 — disable SIP
restart in recovery mode
type csrutil disable
2 — disable Gatekeeper
back in ‘normal’ mode open Terminal and type sudo spctl —master-disable
3 — remount file system (enable write mode of system volume)
sudo mount -uw /
4 — force Finder process to restart
killall Finder
you should be able to install nvidia drivers now 😉
farfromthe commented Mar 26, 2020
This works, can probably close this issue now. Thanks!!
Benjamin-Dobell commented Mar 26, 2020
Just to clarify, nVidia’s drivers do not work on Catalina (or Mojave for that matter).
Yes, they’ll install, and that may allow you to set some different screen resolutions, however macOS will not be hardware accelerated.
There’s been a lot of coverage on this issue, so a quick Google will explain what’s going on. It’s for Apple and nVidia to sort out; which they likely won’t.
algol68 commented Mar 27, 2020
agreed. workaround gets you past installation errors however drivers really don’t perform as they should. @Benjamin-Dobell, i think noting this on the project homepage will be helpful (don’t upgrade past High Sierra)
MotorCityCobra commented Jul 24, 2020
@Benjamin-Dobell
Do you think there is any hope for Big Sur?
23d1 commented Jul 24, 2020
There is ZERO hope for Big Sur or any iteration of Apple Software when it comes to Nvidia. It’s ridiculous, but it is what it is. Redshift is coming to Apple Metal. Octane X is already out. And so on and so forth.
MotorCityCobra commented Jul 24, 2020
@23d1
The latest I can go with the @Benjamin-Dobell ‘s drivers is High Sierra?
NeverTheLess42 commented Jan 24, 2021 •
Pimped a MacPro 3,1 with a nvidia 980Ti (6GB VRAM) and macOS Catalina. Connected it to the Samsung C49HGx 32:9 4K Monitor and got it to work like this:
Connected the Monitor with HDMI and 1920×1080@144Hz
Used the tipps from @algol68 (disable SIP, disable Gatekeeper, remounted root with -uw. )
Ran Benjamins script to install the nvidia drivers.
Important: after reboot, set the screen refresh rate to 60Hz, so higher resolutions are available.
Installed the Resolution Helper Tool SwitchResX and defined a 3840×1080@60Hz resolution.
Activated the resolution and voilà! Got it running.
Update:
If you create a custom resolution 3840×1080@100Hz this will also work. If your screen turns black after login, here is a fix:
- Activate screensharing BEFORE you switch the appscreen resolution
- connect by ssh from another host and become root
- delete the nvram variable nvda_drv, which is set to 1%00
- reboot your MacPro
Acceleration in macOS is not so important for me, I need the widescreen resolution for working — for gaming I reboot my MacPro 3,1 to Windows 10 Pro 20H2.
chris1111/Legacy-Video-patch
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Legacy Video patch: Project for Hackintosh
- For real Mac I recommand to using the dosdude1 Catalina patcher ➤ the dosdude1 patcher
- Why it’s important to keep the two separate because the dosdude1 patcher installs kext and files specifically for Mac’s customers Hackintos only need Graphics kexts and the Clover bootloader does the rest of the work.
Fix Old Graphics card in macOS Catalina 10.15++ Not working in Big Sur 11 and Monterey 12
- Support Graphics Intel HD 3000.
- Support: GeForce 5xx, 4xx, 2xx, 8600M(GT)/8800M(GT), 9400M/9600M(GT), 320M/330M
- Support AMD/ATI Radeon HD 5xxx and 6xxx series (Without having full QE/CI)
NOTE: the only negative thing I can say about AMD/ATI cards is that by recording a video screen the system becomes slow and difficult to use but still usable. With the GeForce and the HD 3000 I do not have this kind of problem and for my part I think that the HD 3000 is the most fluid and fast of the three video cards
In conclusion after having had time to do some tests I conclude that AMD/ATI cards work at almost 60% of their full capacity so the full QE/CI is not applied with this patch. Intel HD 3000 and Old GeForce works great
Latest test Update: 12 July 2021 Catalina 10.15.7 (19H1217)
See Video Succces Update ➤ [Video update with GeForce 210 Catalina Update 10.15.7(19H1030) to 10.15.7 (19H1217)(https://youtu.be/EeT5DS6BOMo)
How to Update Catalina 10.15.7 (19H1030) to 10.15.7 (19H1217), simply update macOS then plug the SSD to another mac or Hackintosh, boot to Catalina then reinstall Legacy Video Patch.
Readme for Starting
At the end your sytem will Restart
Latest Update 02 Dec 2020 Legacy Video patch is now an Applications
- New Support AMD/ATI Radeon HD 5xxx and 6xxx series
- New Video how to
1 :this package replaces system files in /S/L/E and could render your system unbootable.
Follow Video ⬇ How to Create the App
Follow Video ⬇ Install Legacy Video Patch
- Fix/Patch: dosdude1, AsentientBot
- Tester: chris1111, C.Frio, arqueox, Screenz
- Packager: chris1111
- Clover Team
How to Update 10.15.7 (19H15) to ➤ 10.15.7 (19H114)
- How to Update Catalina 10.15.7 (19H15) , simply update macOS then plug the SSD to another mac or Hackintosh, boot to Catalina then reinstall Legacy Video Patch.
My result for with a Sapphire Radeon HD 6670 in macOS Catalina 10.15.7
My result for Intel HD 3000 in macOS Catalina 10.15.7
Screenz result Intel HD 3000 in macOS Catalina 10.15.7
LegoLivesMatter’ result with MSI Radeon HD 5550 in macOS Catalina 10.15.7 (FakeID used)
Bogdis result with Intel HD 3000 in macOS Catalina 10.15.7 (FakeID used)
More test Graphics: Sapphire Radeon HD 6570, Sapphire ATI Radeon HD 5570, Visiontek ATI HD 5450
Watch Video test GeForce 210 macOS Catalina 10.15.7
Как установить Web Driver Nvidia на Хакинтош?
В этой статье мы пошагово расскажем вам как установить на ваш Хакинтош Nvidia Web Driver, как на старых версиях ОС ( Ранее мы рассказывали что необходимо, чтобы установить хакинтош:
В русскоязычном сегменте найти информация о том как установить Web Driver Nvidia вроде и можно, но данные либо устарели или размазаны по всему форуму. Приходиться полностью все перечитывать, задавать «умные вопросы» знатокам и ждать ответа.
Поэтому было решено подготовить данный пошаговый мануал, чтобы у вас возникло меньше проблем с настройкой Хакинтош и заводом графики.
Помимо этого расскажем как ускорить обработку видео в редакторах (например Final Cut).
Скачивание Web Driver Nvidia
Скачать драйвера для вашего Мак или Хакинтош можно по ссылке представленной ниже:
Проблемы которые могут возникнуть при установке Web Driver Nvidia в Хакинтош
Как вы могли заметить, драйвера выпускаются специально для конкретной версии.
Если вы попытаетесь установить неподходящий драйвер, то вы получите ошибку.
Стоит также учитывать, что даже в рамках одной версии ОС, например 10.12.6, может меняться сборка 16G1036.
Установка Nvidia Web Driver на Хакинтош (если ОС 10.12 и новее)
Все действия будем производить с помощью программы Clover Configurator, позже добавлю как это сделать с помощью других утилит.
После скачивания и установки Clover Configurator, запускаем его:
Переходим сразу же к разделу Install/Update Clover, проверяем наличие новой версии и устанавливаем новый Clover.
Во время установки Clover кликаем «Настроить»
Отмечаем для установки драйвер EmuVariableUefi-64.efi и продолжаем установку и перезагружаем систему.
Обновление: С версией Clover 4369 ставить не нужно EmuVariableUefi-64.efi , вместо него установить AptioMemoryFix
Далее возвращаемся в Clover Configurator, раздел Mount EFI и монтируем раздел и переходим в него
Открываем файл config.plist с помощью Clover Configurator
И далее в новом окне конфигуратора открываем раздел System Parameters и отмечаем пункт NvidiaWeb и выбираем из списка Inject Kexts — Yes
Сохраняем внесенные изменения в Clover Configurator и закрываем его.
Запускаем установку скачанного ранее Nvidia Web Driver, после установки на панели кликаем по значку Nvidia и выбираем драйвер и перезагружаемся.
После перезагрузки рекомендуется добавить в EFI раздел (папка Other) Kexts:
- NvidiaGraphicsFixup.kext
- Lilu.kext
Подробно о том где их скачать читайте в нашей предыдущей статье.
Установка закончена, также в BIOS или UEFI отключите iGPU (встроенную видеокарту). Все, вам удалось завести видео хакинтош, с веб драйвером Nvidia!
Установка Nvidia Web Driver на Хакинтош (если ОС ниже 10.12)
Все действия будем производить с помощью программы Clover Configurator, позже добавлю как это сделать с помощью других утилит.
После скачивания и установки Clover Configurator, запускаем его:
Переходим сразу же к разделу Install/Update Clover, проверяем наличие новой версии и устанавливаем новый Clover.
Далее в раздел Mount EFI и монтируем раздел и переходим в него
Открываем файл config.plist с помощью Clover Configurator
Открываем файл plist.info с помощью Clover Configurator
Переходим в раздел Boot и ставим галочку напротив nv_disable=1 и после сохраняем изменения и перезагружаем систему.
Снова открываем config.plist с помощью Clover Configurator и далее в раздел Boot и убираем галочку с nv_disable=1, ставим возле nvda_drv=1, сохраняем внесенные данные.
Устанавливаем Web Driver после установки на панели кликаем по значку Nvidia и выбираем драйвер и перезагружаемся.
Web Driver Nvidia на Хакинтош установлен!
Ускоряем обработку видео в Хакинтош с помощью видеокарт Nvidia
Если вы работаете в Final Cut или других программах где можно задействовать вычислительные возможности видеокарт Nvidia, то вам необходимо выполнить следующие действия.
- Отключите в BIOS / UEFI встроенную графику
- Загрузите с сайта Nvidia CUDA драйвер
- Установите драйвер на Хакинтош
- Перезагрузите систему
После проделанных действий, обработка будет выполняться быстрей!
У вас еще остались дополнительные вопросы? Задавайте их в комментариях, рассказывайте о том, что у вас получилось или наоборот!
Вот и все! Оставайтесь вместе с сайтом Android +1, дальше будет еще интересней! Больше статей и инструкций читайте в разделе Статьи и Хаки Android.