David Rosca

Results 257 comments of David Rosca

> Is there any game in particular you'd like to to post a log for. Proton games work? How about glxgears? Anything that doesn't work. So if glxgears doesn't work,...

Please open new issue and post logs.

It's not going to work like that, yes. I can add env variable (`OBS_VKCAPTURE_SOCKET_PATH`) that you would set for both the game and OBS instance and then it should work:...

Yes, multiple windows from one application aren't really supported. Games usually only have one window. What exactly is your usecase?

What's the output when running on X? Is it on the screenshot, I assume. Also please try `OBS_VKCAPTURE_GLVULKAN=1 obs-gamecapture prime-run glxgears` on wayland. And also try to add `OBS_VKCAPTURE_GLVULKAN=1` when...

Does it work correctly when you also run OBS on nvidia gpu?

What nvidia driver and version are you using? First of all, dri3 path (dri_buffers_from_pixmap) shouldn't be working with nvidia so that's why the Vulkan fallback was added. But for you...

It requires this protocol https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/124 and there is only one implementation currently - patch for sway. Unless you are capturing native wayland games, you can run OBS under xwayland `obs...

> @nowrep am I wrong in thinking that since we're injecting a dll in to the client app, we should be able to ignore compositor support and just straight wire...