Hardware acceleration of Chrome's Flash plugin

Running Flash in Google Chrome drains my CPU massively:

enter image description here

I figured that the cause of this issue would be that hardware acceleration of flash is turned off. When I tried turning it by right clicking a flash application and selecting settings, this window popped up:

enter image description here

No hardware acceleration options can be found.

In Chrome, when I open about:gpu, I get to see this:

enter image description here

How do I turn hardware acceleration on in Flash or is there an alternative way of reducing the CPU usage?

1

2 Answers

You should check your about:gpu section in Chrome/ium. In older PC's HW Acceleration is disabled by default and you only can enable it by overriding the settings in the about:flags.

  • Open the about:flags in your address bar
  • Look for Override software redendering list
  • Click "Enable"
  • Restart Chrome/ium

You can also start chrome using chrome --ignore-gpu-blacklist but having to do so each time is not ideal.

This is my GPU page

THis is my flags

2

Try LIBGL_DRI3_DISABLE=1 google-chrome --ignore-gpu-blacklist if you end up here looking for a solution on a version affected by a LibGL DRI bug on Linux.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like