mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-14 17:28:35 -05:00
NVIDIA drivers appears to have a bug where binding would be excessively slow. Apply a workaround similar to what [KWin] does to prevent the issue. Also performs a refactor so that the code paths with and without the workaround can be shared. [KWin]:4f2c3a00c4/src/libkwineffects/kwinglplatform.cppFixes:316f858c6("linux-capture: Fix capturing on software rasterization setups") Closes: https://github.com/obsproject/obs-studio/issues/5685 Tested-By: univrsal <uni@vrsal.xyz>
Linux XShm capture plugin This plugin uses the MIT-SHM extension for the X-server to capture the desktop. Todo: - handle resolution changes of screens - handle adding/removing screens while recording - support different depths Contributing: If you are interested in helping out with the plugin, please drop by in the #obs-dev channel on quakenet. References: - http://www.x.org/releases/current/doc/xextproto/shm.html