diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-11-05 14:23:54 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-11-05 14:23:54 +0100 |
| commit | cc661c75493a94aede5839456acbc37d1a40b3f1 (patch) | |
| tree | 060468ef100cbc96f49e6bb58c412c4e388dad86 /docs | |
| parent | 6982846f506237536627650271d5fdd2ed5a0092 (diff) | |
| download | box64-cc661c75493a94aede5839456acbc37d1a40b3f1.tar.gz box64-cc661c75493a94aede5839456acbc37d1a40b3f1.zip | |
Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 4 | ||||
| -rw-r--r-- | docs/box64.pod | 5 |
2 files changed, 9 insertions, 0 deletions
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<BOX64_INPROCESSGPU=0|1> + +When set to 1, add C<--in-process-gpu> to command line arguments (useful for chrome +based programs). + =item B<BOX64_EXIT>=I<0|1> When set to 1, just exit, don't try to run the program. |