kwahoo2

Results 33 comments of kwahoo2

The issue still exists in the SteamVR 2.0.2 beta.

Hi, Have you tried deleting `~/.config/libsurvive/config.json`? This worked for me - Fedora 37.

You need action sets for that. hello_xr can be used as example https://github.com/cmbruns/pyopenxr_examples/blob/main/xr_examples/hello_xr/openxr_program.py#L411

I have no good idea how this should work. Especially, since there are 2 extensions in the OpenXR registry: XR_MND_headless and XR_KHR_headless. The second one mentions XrGraphicsBindingHeadlessKHR structure, while Monado's...

Hi, I just would like to share a small discovery: It seems that SteamVR exposes **XR_MND_headless** extension since [SteamVR 1.25 release. ](https://steamcommunity.com/games/250820/announcements/detail/3689049624610138403) > Allow an OpenXR instance to be created...

DesignSPHysics thinks that FreeCAD 1.0 is too low version: ![obraz](https://github.com/user-attachments/assets/3d84d273-51f6-4eb7-a4be-e6f212bcde94) Here is the culprit: https://github.com/DualSPHysics/DesignSPHysics/blob/master/mod/freecad_tools.py#L45 `FreeCAD.Version()[0] + FreeCAD.Version()[1]` returns 10, while min version constant is 018. After making a workaround...

XR_FB_display_refresh_rate seems to [be common extension](https://github.khronos.org/OpenXR-Inventory/extension_support.html#XR_FB_display_refresh_rate) for querying and setting refresh rate.

> [Test.zip](https://github.com/user-attachments/files/17991431/Test.zip) Please try with the attached model if it happens for you too. Try to pan around quickly, you'd see the effect. This does seem to be a Wayland...

I built FreeCAD from git with Coin from git, and the issue seems to be fixed for me. ``` OS: Fedora Linux 42 (KDE Plasma Desktop Edition) (KDE/plasma/wayland) Architecture: x86_64...

Thank you for the tip. Unfortunately it changes nothing for me.