From cc661c75493a94aede5839456acbc37d1a40b3f1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 5 Nov 2023 14:23:54 +0100 Subject: Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) --- docs/USAGE.md | 4 ++++ docs/box64.pod | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index c344e4e1..6a75aada 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -341,6 +341,10 @@ Those variables are only valid inside a rcfile: * 0 : Nothing special * 1 : Added "--no-sandbox" to command line arguments (usefull for chrome based programs) +#### BOX64_INPROCESSGPU + * 0 : Nothing special + * 1 : Added "--in-process-gpu" to command line arguments (usefull for chrome based programs) + #### BOX64_EXIT * 0 : Nothing special * 1 : Just exit, don't try to run the program diff --git a/docs/box64.pod b/docs/box64.pod index e8a2cf30..8be2e328 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -55,6 +55,11 @@ F<~/.bashrc> may override the setting from your command line. Example: When set to 1, add C<--no-sandbox> to command line arguments (useful for chrome based programs). +=item B + +When set to 1, add C<--in-process-gpu> to command line arguments (useful for chrome +based programs). + =item B=I<0|1> When set to 1, just exit, don't try to run the program. -- cgit 1.4.1