LinuxのChromeでVideo DecodeのHardware Accelerationを有効化する
Linux ChromeでYoutubeや動画の再生がやたら重かったりする場合はVideoのHardware Decodingが無効になっている場合がある
chrome://gpu でVideo Decode: Software only. Hardware acceleration disabled となっていれば無効になっている
Video Decode: Hardware accelerated となっていればアクセラレーションが有効になっている
Chromeの起動引数に --use-gl=desktop --enable-features=VaapiVideoDecoder を渡すことでHardware Accelerationを有効化出来る
Linux ChromeでAmazon(EC)のWebsiteのrenderingがやたらheavyな場合もこれが無効になっていることが原因の場合がある