| 16 Jun 2024 |
Atemu | Does it claim to be the default for you? | 22:02:51 |
Atemu | Making it set itself as the default causes a popup that tells me it doesn't know how to handle vrmonitor:// urls... : | 22:03:26 |
Atemu | * Making it set itself as the default causes a popup that tells me it doesn't know how to handle vrmonitor:// urls... :/ | 22:03:28 |
Atemu | I'm running Proton Experimental which should have a fix for something OpenXR related and should work with BS | 22:04:09 |
Atemu | If it is working for anyone of you, could you show me the content of your ~/.config/openxr/1/active_runtime.json? | 22:06:37 |
Atemu | Okay, got it to work. It being unable to set itself as the runtime appears to be an upstream bug: https://github.com/ValveSoftware/SteamVR-for-Linux/issues/710 | 22:30:34 |
Atemu | 1.27.5 via beta could do it though | 22:30:55 |
| 17 Jun 2024 |
| Marie joined the room. | 09:56:07 |
| Ronnie Hounskul (they/it) changed their display name from Ronnie Hounskul to Ronnie Hounskul (they/them). | 11:15:12 |
| Ronnie Hounskul (they/it) changed their profile picture. | 21:26:49 |
| 18 Jun 2024 |
K900 | Atemu: what do you think about landing https://github.com/NixOS/nixpkgs/pull/320228 as-is, and then making hardware.graphics.enable set hardware.{opengl,vulkan}.enable long term? | 12:25:13 |
K900 | (not pushing here, more thinking out loud) | 12:28:11 |
| redbeardymcgee joined the room. | 15:27:29 |
Atemu | As mentioned, I think it's an improvement over the status quo in its current form already. If you think the "more ideal" version I drafted is too complex to implement until the next release or so I'd be in favour of your PR as is.
We could also set a deadline of a month or so and simply merge if neither of us found the motivation to work on it until then. | 17:55:54 |
K900 | I'm not sure tbh, I've just been very low on spoons lately | 18:03:49 |
| 19 Jun 2024 |
Atemu | 🥄🥄🥄🥄🥄🥄🥄🥄🥄🥄🥄🥄🥄🥄 | 01:18:10 |
| eljamm joined the room. | 11:07:09 |
| flameopathic joined the room. | 18:03:26 |
| 20 Jun 2024 |
woobilicious | Anyone have any idea how to get obs-gamecapture to hook in to 32bit opengl games? upstream supports it, but I don't understand nix enough to set it up correctly. | 02:12:40 |
| Ronnie Hounskul (they/it) changed their display name from Ronnie Hounskul (they/them) to Ronnie Hounskul (they/it). | 02:16:29 |
| firerain joined the room. | 12:34:09 |
| 21 Jun 2024 |
woobilicious | got it running with these envars atm lol:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/nix/store/i8zj05aiw2qxcwjwfjvcy9dwz798w7wm-libxcb-1.16/lib:/nix/store/9z0smixinzbi23jr3zjs87gnq6s8r1y3-libX11-1.8.7/lib
LD_PRELOAD=/nix/store/jvjxynmkri8l0mzpi49l3b1741h7818k-obs-vkcapture-1.4.7/lib/libobs_glcapture.so
| 09:49:21 |
Atemu | Hm, you shouldn't have to resort to LD_LIRBARY_PATH. What's the contents of /run/current-system/sw/share/vulkan/implicit_layer.d/obs_vkcapture_32.json? | 11:00:15 |
woobilicious | it throws errors about missing x libraries | 11:00:41 |
woobilicious | {
"file_format_version": "1.1.2",
"layer": {
"name": "VK_LAYER_OBS_vkcapture_32",
"type": "GLOBAL",
"library_path": "/nix/store/jvjxynmkri8l0mzpi49l3b1741h7818k-obs-vkcapture-1.4.7/lib/libVkLayer_obs_vkcapture.so",
"api_version": "1.3.280",
"implementation_version": "1",
"description": "OBS Linux game capture",
"functions": {
"vkNegotiateLoaderLayerInterfaceVersion": "OBS_Negotiate"
},
"enable_environment": {
"OBS_VKCAPTURE": "1"
},
"disable_environment": {
"DISABLE_OBS_VKCAPTURE": "1"
}
}
}
| 11:02:37 |
Atemu | As in xorg? | 11:04:03 |
Atemu | obs vkcapture is working for me on pkgsi686Linux.vulkan-tools' vkcube | 11:06:32 |
Atemu | (Using OBS_VKCAPTURE=1 vkcube) | 11:06:49 |
woobilicious | opengl, not vulkan | 11:16:38 |
woobilicious | limit of so files? I notice ldd can't show any info, so there's no way to hard code paths via rpath? | 11:27:44 |