diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-01 11:19:21 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-01 11:19:21 +0100 |
| commit | db638859451543c3d5ee5e73850a08be4fa7e2db (patch) | |
| tree | 5e9ace1b391c44bdaa2a8f52202cda4b14567c8a /docs | |
| parent | 796d95528b7d25c75ffc009c3f6713c378ae036a (diff) | |
| download | box64-db638859451543c3d5ee5e73850a08be4fa7e2db.tar.gz box64-db638859451543c3d5ee5e73850a08be4fa7e2db.zip | |
Added some missing variables in USAGE.md
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index b3723f81..dfa34b4f 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -150,8 +150,17 @@ Disables the load of pulseaudio libraries. * 0 : Load pulseaudio libraries if found. (Default.) * 1 : Disables the load of pulse audio libraries (libpulse and libpulse-simple), both the native library and the x86 library -#### BOX64_JITGDB +#### BOX64_NOGTK +Disables the loading of wrapped GTK libraries. + * 0 : Load wrapped GTK libraries if found. (Default.) + * 1 : Disables loading wrapped GTK libraries. + +#### BOX64_NOVULKAN +Disables the load of vulkan libraries. + * 0 : Load vulkan libraries if found. + * 1 : Disables the load of vulkan libraries, both the native and the i386 version (can be useful on Pi4, where the vulkan driver is not quite there yet.) +#### BOX64_JITGDB * 0 : Just print the Segfault message on segfault (default) * 1 : Launch `gdb` when a segfault, bus error or illegal instruction signal is trapped, attached to the offending process and go in an endless loop, waiting. When in gdb, you need to find the correct thread yourself (the one with `my_box64signalhandler` in is stack) |