Skip to content

Instantly share code, notes, and snippets.

@acdimalev
Last active August 30, 2020 07:37
Show Gist options
  • Save acdimalev/f3a49ae72c74a26ae5428a2450b140c1 to your computer and use it in GitHub Desktop.
Save acdimalev/f3a49ae72c74a26ae5428a2450b140c1 to your computer and use it in GitHub Desktop.
Firefox Settings
// stop Firefox from eating all my CPU and stuttering while playing full-screen videos
//user_pref("media.gpu-process-decoder", true);
// well... 50/50 on whether this actually reduces CPU consumption when Firefox is running full-screen
// stuttering is improved, but not gone
// ...apparently Firefox handles video playback a lot better when a proper VA-API driver is installed
// leaving this here for future troubleshooting
// this behavior also seems to be dependent on whether or not Steam has been running...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment