From 07fe880a6e7d45c6d6a7b13bf436058d3f038b01 Mon Sep 17 00:00:00 2001 From: YaoBing Xiao Date: Wed, 2 Jul 2025 23:35:51 +0800 Subject: [PATCH] docs: mention vulkan-swrast for WLR_RENDERER_FORCE_SOFTWARE Add note about vulkan-swrast package requirement for Vulkan software rendering when using WLR_RENDERER_FORCE_SOFTWARE environment variable. --- docs/env_vars.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/env_vars.md b/docs/env_vars.md index 59c8f078f..05f792f56 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -15,7 +15,8 @@ wlroots reads these environment variables * *WLR_RENDER_NO_EXPLICIT_SYNC*: set to 1 to disable explicit synchronization support in renderers. * *WLR_RENDERER_FORCE_SOFTWARE*: set to 1 to force software rendering for GLES2 - and Vulkan + and Vulkan. for Vulkan software rendering, it is recommended to install the + vulkan-swrast package. * *WLR_EGL_NO_MODIFIERS*: set to 1 to disable format modifiers in EGL, this can be used to understand and work around driver bugs.