Ivan Mironov

Results 44 comments of Ivan Mironov

FYI, block/011 constantly causes "Kernel panic - not syncing: 00: And NMI occurred" on old HP server (ProLiant BL460c G6 blade): ![blktest-block-011-nmi-on-hp-proliant](https://user-images.githubusercontent.com/18099621/50393806-98a70d00-077a-11e9-801b-ccb04a09b09a.png) 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: ![screenshot-2020 05 18-20 05 15-637259895](https://user-images.githubusercontent.com/18099621/82229558-0ccfeb00-9944-11ea-86d5-41361052522b.png) > 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,...

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...