Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display port disabled #29

Open
keycomputersystems opened this issue Dec 12, 2018 · 4 comments
Open

Display port disabled #29

keycomputersystems opened this issue Dec 12, 2018 · 4 comments

Comments

@keycomputersystems
Copy link

Is there are way of fixing the problem where Nvidia-update.sh disables the DisplayPort audio. I did an update to 10.14.3 public beta recently and noticed that the built-in drivers support DisplayPort audio but as soon as I apply the Nvidia-update it breaks.

The NVIDIA Web Driver installed is 387.10.10.10.40.113

@Benjamin-Dobell
Copy link
Owner

nvidia-update just installs official driver packages.

The issue is likely the same one that everyone is facing at the moment i.e. Apple aren't letting nVidia release drivers. Basically the latest nVidia drivers aren't working properly on macOS 10.14, and there's nothing any of us can do about it until nVidia releases updated drivers, but apparently they're waiting on Apple.

@keycomputersystems
Copy link
Author

Thanks for your quick response Benjamin. I had heard that Apple are dragging their feet a bit. Interesting that the built-in drivers now work. Not sure about acceleration etc but the audio drivers work. Is there are way of uninstalling or un-patching using the Nvidia-update.sh?

@Benjamin-Dobell
Copy link
Owner

Benjamin-Dobell commented Dec 13, 2018

There probably ought to be a flag to simply uninstall. Logic to remove drivers is included, however it's only executed when a new set of drivers are set to be installed. If you simply wish to uninstall you can paste the following in a terminal:

UNINSTALL_PKG_PATH="/Library/PreferencePanes/NVIDIA Driver Manager.prefPane/Contents/MacOS/NVIDIA Web Driver Uninstaller.app/Contents/Resources/NVUninstall.pkg"

if [[ -f "$UNINSTALL_PKG_PATH" ]]; then
	printf "\nUninstalling previous drivers...\n"
	sudo installer -pkg "$UNINSTALL_PKG_PATH" -target /
fi

This is actually a code excerpt taken directly from nvidia-update itself.

@keycomputersystems
Copy link
Author

keycomputersystems commented Dec 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants