nvidia-update icon indicating copy to clipboard operation
nvidia-update copied to clipboard

nVidia Divers support macOS Catalina ?

Open wyatt-wong opened this issue 6 years ago • 10 comments

Does this nVidia Drivers support macOS Catalina ? I got the following errors when I download and install the drivers.

Screen Shot 2020-01-28 at 12 16 38 PM

wyatt-wong avatar Jan 28 '20 04:01 wyatt-wong

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 ;-)

algol68 avatar Mar 15 '20 15:03 algol68

This works, can probably close this issue now. Thanks!!

farfromthe avatar Mar 26 '20 05:03 farfromthe

Can we enable SIP after finish install the display drives in Catalina ?

Sent from my iPhone 11 Pro Max

On 26 Mar 2020, at 1:03 PM, farfromthe [email protected] wrote:

 This works, can probably close this issue now. Thanks!!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wyatt-wong avatar Mar 26 '20 05:03 wyatt-wong

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.

Benjamin-Dobell avatar Mar 26 '20 06:03 Benjamin-Dobell

Well even without hardware acceleration, we can at least install the display drivers for Catalina

Sent from my iPhone 11 Pro Max

On 26 Mar 2020, at 2:22 PM, Benjamin Dobell [email protected] wrote:

 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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wyatt-wong avatar Mar 26 '20 08:03 wyatt-wong

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)

algol68 avatar Mar 27 '20 15:03 algol68

@Benjamin-Dobell Do you think there is any hope for Big Sur?

MotorCityCobra avatar Jul 24 '20 01:07 MotorCityCobra

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.

23d1 avatar Jul 24 '20 08:07 23d1

@23d1 The latest I can go with the @Benjamin-Dobell 's drivers is High Sierra?

MotorCityCobra avatar Jul 24 '20 20:07 MotorCityCobra

  • [ ] 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 1920x1080@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 3840x1080@60Hz resolution.

  • Activated the resolution and voilà! Got it running...

Update: If you create a custom resolution 3840x1080@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...

Bildschirmfoto 2021-01-24 um 23 20 47

NeverTheLess42 avatar Jan 24 '21 22:01 NeverTheLess42