This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
v1.2.4
- Added
ngfxgl=1
boot argument (anddisable-metal
property) to disable Metal support - Added
ngfxcompat=1
boot argument (andforce-compat
property) to ignore compatibility check in NVDAStartupWeb
In order to boot with ngfxgl=1
on 10.13.x you may need to set the defaults:
sudo defaults write /Library/Preferences/com.apple.CoreDisplay useMetal -boolean no
sudo defaults write /Library/Preferences/com.apple.CoreDisplay useIOP -boolean no