mirror of
https://gitlab.com/GloriousEggroll/obs-studio-nobara.git
synced 2025-12-11 00:00:01 -05:00
update readme
This commit is contained in:
17
README.md
17
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`.
|
||||
|
||||
Reference in New Issue
Block a user