| 12 Jun 2024 |
Atemu | WDYM by "update"? | 13:00:53 |
| Mahmoud joined the room. | 13:05:01 |
@2xsaiko:tchncs.de | I pretty much always have to restart steam after switching configuration even if it's a small change, otherwise it won't start games (maybe only Windows games) anymore | 13:07:40 |
Tumble | What about to update steams fhs? | 13:24:40 |
ElvishJerricco | In reply to @2xsaiko:tchncs.de I pretty much always have to restart steam after switching configuration even if it's a small change, otherwise it won't start games (maybe only Windows games) anymore i've never experienced that myself | 14:00:36 |
ElvishJerricco | In reply to @tumble1999:matrix.org What about to update steams fhs? though, yea, you would have to restart steam to update the fhs | 14:01:00 |
Tumble | Also i found out starting the monado user service lights up my headset and stopping it turns it off | 14:11:43 |
Tumble | It's that blue of nothing here yet but putting it in view of the lighthouses doesn't do anything | 14:12:23 |
Tumble | After running random stuff in my library like beatsaber alyx and the lab Launching https://store.steampowered.com/app/787650/Neonwall/ got a static 3d room rendering in the headset (No head rotation detection) | 14:17:14 |
Tumble | But I have lunch now, and work in 2 hours | 14:17:25 |
Tumble | I guess I'm getting somewhere | 14:18:20 |
Atemu | In reply to @tumble1999:matrix.org Also i found out starting the monado user service lights up my headset and stopping it turns it off That's expected | 21:05:56 |
Atemu | In reply to @tumble1999:matrix.org It's that blue of nothing here yet but putting it in view of the lighthouses doesn't do anything Also working as intended; if there is nothing to render, nothing will be rendered. Monado is merely a compositor | 21:06:57 |
K900 | Mesa 24.1 landed on master and unstable-small btw | 21:08:15 |
K900 | With non-experimental NVK | 21:08:20 |
K900 | And probably other things you may care about | 21:08:28 |
Atemu | In reply to @tumble1999:matrix.org After running random stuff in my library like beatsaber alyx and the lab Launching https://store.steampowered.com/app/787650/Neonwall/ got a static 3d room rendering in the headset (No head rotation detection) The Lab and Alyx use OpenVR; which OpenVR driver are you using? Monado only speaks OpenXR. | 21:09:44 |
Atemu | Does NeonWall use OpenXR? | 21:10:08 |
| 13 Jun 2024 |
Tumble | In reply to @atemu12:matrix.org The Lab and Alyx use OpenVR; which OpenVR driver are you using? Monado only speaks OpenXR. I dont know | 00:14:06 |
Tumble | I'm just sort of trying anything until games I want to play work | 00:14:21 |
Tumble | on steam vr is broken at the moment and says "can I use a super user" and then errors and stops Steam vr has worked on this nixos machine before, but I havnt really been making notes about what was what when what happened | 00:16:08 |
Atemu | Check the logs | 00:16:26 |
Atemu | The superuser thingy is inconsequential | 00:16:49 |
Atemu | Running its command won't do anything but it'll get rid of the message | 00:17:17 |
Atemu | As for Monado: You need OpenComposite to run OpenVR apps | 00:19:23 |
Atemu | There's a little helper in nixpkgs even | 00:19:33 |
Atemu | You should be able to make it run your game via opencomposite-helper %command% | 00:20:19 |
Tumble | Open composite thing got me to add this stuff https://git.disroot.org/tumble/linux-config/src/branch/nixos/modules/home/gaming/vr.nix | 00:25:33 |
Tumble | https://wiki.nixos.org/wiki/VR | 00:26:29 |
Tumble | In reply to @atemu12:matrix.org You should be able to make it run your game via opencomposite-helper %command% Is that better than
env PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/monado_comp_ipc %command% | 00:27:02 |