From 9fe71e74e5cde74441ef70576653e9225fd0b34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Sat, 20 Feb 2021 13:06:50 +0100 Subject: [PATCH] Update documentation to reflect WLR_DRM_DEVICES separator change --- docs/env_vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/env_vars.md b/docs/env_vars.md index aa4635ccc..040fe0c85 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -14,7 +14,7 @@ wlroots reads these environment variables ## DRM backend -* *WLR_DRM_DEVICES*: specifies the DRM devices (as a colon separated list) +* *WLR_DRM_DEVICES*: specifies the DRM devices (as a comma separated list) instead of auto probing them. The first existing device in this list is considered the primary DRM device. * *WLR_DRM_NO_ATOMIC*: set to 1 to use legacy DRM interface instead of atomic