mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix(tauri): add CEF GPU-disable startup override (#4309)
Co-authored-by: Sami Rusani <sr@samirusani> Co-authored-by: M3gA-Mind <megamind@mahadao.com>
This commit is contained in:
co-authored by
Sami Rusani
M3gA-Mind
parent
cfe5c7df46
commit
72f80a9a3e
@@ -130,6 +130,12 @@ OPENHUMAN_REASONING_ENABLED=
|
||||
# shell tool spawns child processes (CREATE_NO_WINDOW). Default: false.
|
||||
# Equivalent TOML: [shell] hide_window = true
|
||||
OPENHUMAN_SHELL_HIDE_WINDOW=
|
||||
# [optional] Desktop CEF startup escape hatch. Set to 1/true/yes/on only when
|
||||
# CEF fails before the app can render, for example on a GPU/driver stack where
|
||||
# startup logs show `cef::initialize returned 0`. Adds --disable-gpu and
|
||||
# --disable-gpu-compositing to the embedded CEF runtime. Leave unset otherwise;
|
||||
# this disables GPU acceleration and can break WebGL-heavy surfaces.
|
||||
# OPENHUMAN_DISABLE_GPU=
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Web search
|
||||
|
||||
Reference in New Issue
Block a user