Ivan Mironov
Ivan Mironov
FYI, block/011 constantly causes "Kernel panic - not syncing: 00: And NMI occurred" on old HP server (ProLiant BL460c G6 blade):  I think that on some broken hardware, there...
I found a workaround. This protocol definition: ``` syntax = "proto2"; message Header { required uint64 msg_id = 1; extensions 100 to max; } message FooMessage { required string some_parameter...
> If you want to hack on it then please feel free. I already have a sufficient workaround and it is very unlikely that I will need this feature again....
> Hello @im-0, your log indicates that async reprojection is enabled. Motion smoothing hasn't been implemented yet for any hardware on linux. Ok, thanks for clarification. Message in the Settings...
Same here:  > Experimentation suggests that this is much more likely to happen if SteamVR is started ‘cold‘. Simulating this via `echo 3 >/proc/sys/vm/drop_caches` (as...
@Goofybud16 by "SteamVR overlay" you mean "SteamVR Dashboard", right? I tried to reproduce this several times, with `echo 3 >/proc/sys/vm/drop_caches` in between. Got all four possible combinations: * settings missing,...
I have similar error on Fedora 38.
Probably caused by this: https://github.com/rust-lang/rust-bindgen/issues/2488 / https://github.com/rust-lang/rust-bindgen/issues/2312
> @aleksuss i wonder why it worked when i distro hopped! Older Clang? It seems that this problem appears only with LLVM/Clang 16 that was released just a month ago...
1. You need to build it first, by running `make hpsahba`. 2. If `hpsahba` binary is in the current directory, you need to explicitly specify relative path to it when...