Waitsnake / AnimatedGif

A screensaver for Mac OSX / macOS that plays animated GIFs and APNGs
MIT License
213 stars 31 forks source link

Gifs with high fps are lagging when screensaver is in background mode #44

Closed Waitsnake closed 5 years ago

Waitsnake commented 5 years ago

When ScreenSaverEnginge is started by launchd with is only used for background mode than the animation becomes lagging. In any other mode, like preview window in system preferences or normal screensaver mode there is no lagging. This happens independent of the used render (same for OpenGL and Metal).

Waitsnake commented 5 years ago

I investigate the problem a bit further:

Waitsnake commented 5 years ago

I investigate the "Timer Coalescing" trace a bit further:

Waitsnake commented 5 years ago

I investigate the "LegacyTimers" trace a bit further:

Waitsnake commented 5 years ago

Fix will come with next release.