From e545483301d689cb502fc2f4cc197cfe6d4fb183 Mon Sep 17 00:00:00 2001 From: Thomas Crider Date: Sat, 12 Mar 2022 02:45:26 -0700 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b47d2b3..6946769 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,19 @@ For example with steam games in the launch options for the game: Then add 'Game Capture' as a source in OBS. -This works for vulkan + opengl and 64 + 32 bit games. The vulkan capture -only- works on AMD due to Nvidia not having VK_EXT_external_memory_dma_buf in their drivers. +This works for vulkan + opengl and 64 + 32 bit games. + + +## Known Issues + +* The vulkan capture -only- works on AMD due to Nvidia not having VK_EXT_external_memory_dma_buf in their drivers. + +## Troubleshooting + +**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`.