This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
Releases: lvs1974/NvidiaGraphicsFixup
Releases · lvs1974/NvidiaGraphicsFixup
v1.2.7
1.2.6
1.2.5
v1.2.5
- Hardened solved symbol verification to avoid panics with broken kext cache
- Added a workaround to interface lags in 10.13 ( add
ngfxsubmit=0
boot-argument to disable) - Fixed improperly working forced driver compatibility from 1.2.4
With this change you may not need to disable Metal support. Make sure to restore CoreDisplay preferences:
sudo defaults delete /Library/Preferences/com.apple.CoreDisplay useMetal
sudo defaults delete /Library/Preferences/com.apple.CoreDisplay useIOP
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