From e8d0313df54006ac509ca36e8a83f1dafff0189d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 30 Sep 2020 10:36:29 +0200 Subject: [PATCH] docs: hud -> HUD Reviewed-by: Daniel Stone Reviewed-by: Adam Jackson Part-of: --- docs/envvars.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index bc43d1eafe4..e263336d544 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -370,21 +370,21 @@ Gallium environment variables driver statistics, performance counters, etc. Set ``GALLIUM_HUD=help`` and run e.g. ``glxgears`` for more info. ``GALLIUM_HUD_PERIOD`` - sets the hud update rate in seconds (float). Use zero to update every + sets the HUD update rate in seconds (float). Use zero to update every frame. The default period is 1/2 second. ``GALLIUM_HUD_VISIBLE`` control default visibility, defaults to true. ``GALLIUM_HUD_TOGGLE_SIGNAL`` toggle visibility via user specified signal. Especially useful to - toggle hud at specific points of application and disable for + toggle HUD at specific points of application and disable for unencumbered viewing the rest of the time. For example, set ``GALLIUM_HUD_VISIBLE`` to ``false`` and ``GALLIUM_HUD_TOGGLE_SIGNAL`` to ``10`` (``SIGUSR1``). Use - ``kill -10 `` to toggle the hud as desired. + ``kill -10 `` to toggle the HUD as desired. ``GALLIUM_HUD_SCALE`` - Scale hud by an integer factor, for high DPI displays. Default is 1. + Scale HUD by an integer factor, for high DPI displays. Default is 1. ``GALLIUM_HUD_DUMP_DIR`` - specifies a directory for writing the displayed hud values into + specifies a directory for writing the displayed HUD values into files. ``GALLIUM_DRIVER`` useful in combination with ``LIBGL_ALWAYS_SOFTWARE=true`` for