first commit
This commit is contained in:
14
external/packages/blobs/desktop/chromium.conf
vendored
Normal file
14
external/packages/blobs/desktop/chromium.conf
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Default settings for chromium-browser. This file is sourced by /bin/sh from
|
||||
# /usr/bin/chromium-browser
|
||||
|
||||
# Options to pass to chromium-browser
|
||||
CHROMIUM_FLAGS="--disable-smooth-scrolling \
|
||||
--disable-low-res-tiling \
|
||||
--enable-low-end-device-mode \
|
||||
--num-raster-threads=$(grep -c processor /proc/cpuinfo) \
|
||||
--profiler-timing=0 \
|
||||
--disable-composited-antialiasing \
|
||||
--disk-cache-dir=/tmp/${USER}-cache \
|
||||
--disk-cache-size=$(findmnt --target /tmp -n -o AVAIL -b | awk '{printf ("%0.0f",$1*0.3); }') \
|
||||
--no-sandbox \
|
||||
--test-type"
|
||||
Reference in New Issue
Block a user