From d0611c32c292dc9d227d8f571a6e8d1972643e02 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 19 Aug 2021 20:02:49 +0200 Subject: [PATCH] README: Add another note about OBS_USE_EGL=1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f15448c..5a483fc 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ AUR: [obs-vkcapture-git](https://aur.archlinux.org/packages/obs-vkcapture-git/) **Cannot create EGLImage: Arguments are inconsistent** If you get this error with Vulkan capture, try starting the game with `OBS_VKCAPTURE_LINEAR=1` environment variable. + +**No Game Capture source available in OBS** + +If you are on X11, make sure you run OBS with EGL enabled: `OBS_USE_EGL=1 obs`.