Created
February 1, 2021 08:20
-
-
Save madalinignisca/257dc6694eacf86ba32e0e3745120e13 to your computer and use it in GitHub Desktop.
suggested chromium flags that make chromium fast on pinebook pro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Default settings for chromium-browser. This file is sourced by /bin/sh | |
| # from /usr/bin/chromium-browser | |
| CHROMIUM_FLAGS="$CHROMIUM_FLAGS \ | |
| --disable-low-res-tiling \ | |
| --num-raster-threads=6 \ | |
| --profiler-timing=0 \ | |
| --disable-composited-antialiasing \ | |
| --test-type \ | |
| --show-component-extension-options \ | |
| --ignore-gpu-blacklist \ | |
| --use-gl=egl \ | |
| --ppapi-flash-path=/usr/lib/chromium-browser/pepper/libpepflashplayer.so \ | |
| --ppapi-flash-version=32.0.0.255 \ | |
| --enable-pinch \ | |
| --flag-switches-begin \ | |
| --enable-gpu-rasterization \ | |
| --enable-oop-rasterization \ | |
| --flag-switches-end" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment