gardotd426
gardotd426
@nowrep they have implemented GBM and therefore have added DMA-BUF. But they have done it some other way because the driver still doesn't report `VK_EXT_external_memory_dma_buf` (but they do support `EGL_MESA_image_dma_buf_export`...
Here's `strace obs-glcapture eglgears_x11 2>&1 | tee capture.txt`: [capture.txt](https://github.com/nowrep/obs-vkcapture/files/7431857/capture.txt) Here's the systemd coredump: [core.eglgears_x11.1000.bfdd815c203d48bda24e785a57fbc61a.104740.1635403592000000.zst.gz](https://github.com/nowrep/obs-vkcapture/files/7431873/core.eglgears_x11.1000.bfdd815c203d48bda24e785a57fbc61a.104740.1635403592000000.zst.gz)
``` warning: Section `.reg-xstate/104740' in core file too small. [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Core was generated by `eglgears_x11'. Program terminated with signal SIGSEGV, Segmentation...
>Is that with obs-vkcapture debug build? I don't see anything about building a debug build of obs-vkcapture in any of the source code. It's just a standard build (from the...
It's not obs-vkcapture that needs a debug build: ``` Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/bin/eglgears_x11... (No debugging symbols found in /usr/bin/eglgears_x11) [New...
That would seem the EGL and GLX stuff necessary is there, but yeah vulkan is still a no-go as it doesn't have the required extension
Well I've had this driver (495.44) installed since then. It came out Oct. 26. So it's the same driver. But I mean, there shouldn't be anything stopping obs-glcapture now. And...
I actually can't get it to do anything other than glxgears, I just tried lutris, I ran `obs-glcapture lutris` from the command line, and it launched, and seemed to initialize...
Well if that's it, lol then yeah it doesn't work for me either. When I try to run `obs-glcapture glxgears` I get the same pixmap error as you, when I...
>Seems like a lot of work on VK_EXT extensions and official GBM API support Sorry to disappoint you, but literally the entire GBM section is copy and pasted from two...