CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/blobs/desktop/chromium.conf
Views: 3960
1
# Default settings for chromium-browser. This file is sourced by /bin/sh from
2
# /usr/bin/chromium-browser
3
4
# Options to pass to chromium-browser
5
CHROMIUM_FLAGS="--disable-smooth-scrolling \
6
--disable-low-res-tiling \
7
--enable-low-end-device-mode \
8
--num-raster-threads=$(grep -c processor /proc/cpuinfo) \
9
--profiler-timing=0 \
10
--disable-composited-antialiasing \
11
--disk-cache-dir=/tmp/${USER}-cache \
12
--disk-cache-size=$(findmnt --target /tmp -n -o AVAIL -b | awk '{printf ("%0.0f",$1*0.3); }') \
13
--no-sandbox \
14
--test-type"
15
16