![見出し画像](https://assets.st-note.com/production/uploads/images/42068640/rectangle_large_type_2_983d89b0f23597ab1671bbd384143bdc.jpg?width=1200)
Raspberry Pi 400 改良記(3)
これはRaspberryPi400(英字モデル)を改良した記録です。今回はChromeの隠し機能である「flags」を設定することでブラウザーを高速化します。
①flagsの設定方法
Chromeブラウザーのアドレスバーに chrome://flags を入力してください。するとフラグ設定画面が開きます。そして以下の6つの場所を検索して、すべての設定を Enabled に変更します。
・Override software rendering list
Overrides the built-in software rendering list and enables GPU-acceleration on unsupported system configurations. – Mac, Windows, Linux, Chrome OS, Android #ignore-gpu-blocklist
・Smooth Scrolling
Animate smoothly when scrolling page content. – Windows, Linux, Chrome OS, Android #smooth-scrolling
・Experimental QUIC protocol
Enable experimental QUIC protocol support. – Mac, Windows, Linux, Chrome OS, Android #enable-quic
・GPU rasterization
Use GPU to rasterize web content. – Mac, Windows, Linux, Chrome OS, Android #enable-gpu-rasterization
・Out of process rasterization
Perform Ganesh raster in the GPU Process instead of the renderer. Must also enable GPU rasterization – Mac, Windows, Linux, Chrome OS, Android #enable-oop-rasterization
・Zero-copy rasterizer
Raster threads write directly to GPU memory associated with tiles. – Mac, Windows, Linux, Chrome OS, Android #enable-zero-copy
設定が終了したら、Relaunchボタンを押してChromeを再起動させます。これでChromeが高速化されました。