You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With macOS 12.5 Beta 3 and newer, Apple has broken support for Nvidia Kepler GPUs. More specifically, for devices using Nvidia Kepler as primary screen rendering devices.
When running with the Kepler patchset on 12.5, we see that upon entering the user's password, WindowServer starts rendering and freezes shortly after (generally with the spinner). After approximately 10 seconds, the OS's watchdog will kick in, forcing you back to the login screen.
When monitoring logs, we see that WindowServer's not crashing but waiting due to another process. When examining the generated spin dump, the following can be seen on the main thread:
We see that one of the Metal Performance Shader sub frameworks, MPSImage, is having troubles rendering with Kepler's Metal driver.
Unfortunately for us, we cannot downgrade MPS or their sub frameworks due to the dyld shared cache fusion. Last time the MPS stack was on root was in macOS Catalina. More info on the challenges of the dyld shared cache can be read below:
With macOS 12.5 Beta 3 and newer, Apple has broken support for Nvidia Kepler GPUs. More specifically, for devices using Nvidia Kepler as primary screen rendering devices.
When running with the Kepler patchset on 12.5, we see that upon entering the user's password, WindowServer starts rendering and freezes shortly after (generally with the spinner). After approximately 10 seconds, the OS's watchdog will kick in, forcing you back to the login screen.
When monitoring logs, we see that WindowServer's not crashing but waiting due to another process. When examining the generated spin dump, the following can be seen on the main thread:
We see that one of the Metal Performance Shader sub frameworks, MPSImage, is having troubles rendering with Kepler's Metal driver.
Unfortunately for us, we cannot downgrade MPS or their sub frameworks due to the dyld shared cache fusion. Last time the MPS stack was on root was in macOS Catalina. More info on the challenges of the dyld shared cache can be read below:
Otherwise, systems with Kepler should avoid running 12.5 until further research can be done. No estimate for a fix can be provided at this time
The text was updated successfully, but these errors were encountered: