Skip to content

Instantly share code, notes, and snippets.

@madalinignisca
Created February 1, 2021 08:20
Show Gist options
  • Select an option

  • Save madalinignisca/257dc6694eacf86ba32e0e3745120e13 to your computer and use it in GitHub Desktop.

Select an option

Save madalinignisca/257dc6694eacf86ba32e0e3745120e13 to your computer and use it in GitHub Desktop.
suggested chromium flags that make chromium fast on pinebook pro
# 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