-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Comments
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. |
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? |
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. |
Thanks Benjamin. That's really helpful. When I get time I'll take a look,
it's not high priority as this is a bit of a side project. It would be
really good if Apple could open up to Nvidea again thereby giving Pros more
choice in the future.
Regards,
*Kevin Maybury*
Apple Certified Support Professional 10.12
Apple Certified Technical Coordinator 10.10
Key Computer Systems
Tel: 020 8751 5170
Mob: 07973 404 808
email: [email protected]
Support: [email protected]
web: www.keycomputersystems.co.uk
LinkedIn
<http://uk.linkedin.com/pub/kevin-maybury/b/65b/794/>
…On Thu, 13 Dec 2018 at 13:51, Benjamin Dobell ***@***.***> wrote:
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 install 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
<https://github.com/Benjamin-Dobell/nvidia-update/blob/master/nvidia-update.sh#L205>
taken directly from nvidia-update itself.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArtbOpNz8n_zWBsa1OZ_Eh35-81xXn1Lks5u4ltagaJpZM4ZQe8r>
.
|
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
The text was updated successfully, but these errors were encountered: