-
Notifications
You must be signed in to change notification settings - Fork 4
Performance Tuning
Live wallpapers can be expensive. Some knobs to turn down if your fans spool up or laptop battery drains too fast.
Lower the FPS cap in the plugin's settings. 30 fps is plenty for almost every Scene wallpaper; the default may be 60.
Toggle Pause when window is maximised / fullscreen if available — there's no reason to render frames you can't see.
If you don't care about wallpaper sound, mute it; this skips the decode pipeline (and on Scene wallpapers, FFT spectrum analysis).
Where the same wallpaper is available in both formats, Scene rendering is GPU-native via Vulkan and usually cheaper than software-decoded video.
If you have hardware decoding (vainfo / vdpauinfo should report a working driver), MPV will offload video decode to the GPU.
Avoid 4K wallpapers on iGPUs. Pick 1080p variants if the author published them.
Some Scene wallpapers use heavy effects — Local Contrast, God Rays, Light Shafts, Reflection, PBR lighting. If a specific wallpaper is slow, check its Properties panel — many authors expose a "Quality" or "Effects" dropdown you can knock down a step. See Scene Renderer → User Properties.
If a wallpaper reacts to system audio (FFT spectrum), the capture path runs even when you're not playing music. Some wallpapers expose a toggle in their Properties; otherwise muting the plugin doesn't disable spectrum analysis on its own.
Some performance bugs aren't the plugin — they're the GPU driver. AMD users on AMDVLK often see better results on RADV. NVIDIA users should be on the latest proprietary driver.
Repo · Scene Renderer · GPL-2.0