T-X

Results 129 comments of T-X

In the Matrix chat someone found this article which might be relevant for this issue: https://www.gamingonlinux.com/2023/03/amd-radv-driver-will-soon-stop-eating-ram-with-some-games/ We'll need to check if it might be related. Is DXVK using this "new...

@enjoycowboy thanks for the feedback! Yes, I'm usually using multi-threading. I'll check in the next days if multiplayer performance is better for me without multi-threading. Meanwhile, I had been playing...

@enjoycowboy I updated DCS to the latest version (2.8.6.41363) and did the single-threaded vs. multi-threaded test now and also created flamegraphs. But the result seem very similar and I see...

Last updated: 18th Oct 2023 I now got the standalone, non-steam DCS World Open Beta running with VR with OpenXR + Monado and an HP Reverb G2, without Steam and...

Hi @KunstDerFuge. To get the Vulkan extensions with hello_xr you'll either need to run "hello_xr -g Vulkan2". "-g Vulkan" does not display the Vulkan extensions. For me this looks like...

> My hello_xr does not produce any log output that looks like this, even with the --verbose flag That's why I mentioned that I had added a patch to hello_xr...

@jwshea thanks for the feedback! Two issues I'm sometimes having are the following, not quite sure if maybe one of them is the same or similar to yours? 1) Sometimes...

@jwshea > Perhaps the debian package version doesn't support the debug gui, what's the commit of monado you've built from? If you're talking about the version in the official Debian...

For the libglew issue I seem to be able to fix it with the following change: ``` $ git diff diff --git a/app/gui/imgui/CMakeLists.txt b/app/gui/imgui/CMakeLists.txt index 0cc68866d556..609b6928f70a 100644 --- a/app/gui/imgui/CMakeLists.txt +++...

@rbnpi thanks for your help, building and running sonic-pi with "./linux-build-all.sh -n" worked indeed! I would love to further help debugging the issue, but I'm a bit hesitant with updating...