Skip to content

Commit 3b33a4b

Browse files
committed
doc: some notes about nix
Signed-off-by: Yaroslav Bolyukin <[email protected]>
1 parent 8da45cd commit 3b33a4b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Current implementation of driver intercepts some calls between SteamVR and commo
3535

3636
## Installation
3737

38-
This driver can be built using nix:
38+
This driver can be built using [nix package manager](https://nixos.org/download.html) (it works on any distribution), build is fully reproducible, all needed dependencies will be downloaded automatically:
3939

4040
```sh
4141
nix build .#driver-proxy-release
@@ -59,7 +59,7 @@ In `steamvr.vrsettings`:
5959

6060
`vivepro2.resolution`: `0-5`
6161

62-
Reconfigures helmet before startup, similar to original vive console utility
62+
Reconfigures helmet before startup
6363

6464
- 0 - 2448x1224 90fps
6565
- 1 - 2448x1224 120fps
@@ -68,13 +68,19 @@ Reconfigures helmet before startup, similar to original vive console utility
6868
- 4 - 4896x2448 90fps
6969
- 5 - 4896x2448 120fps
7070

71+
Similar to original vive console utility
72+
7173
`vivepro2.brightness`: `1-130`
7274

75+
Display brightness
76+
7377
Original vive console seems to fade from 0 to 130 on start, and then no longer touch this setting
7478

7579
`vivepro2.noiseCancel`: `true/false`
7680

77-
Similar option exists in vive console
81+
Toggle built-in microphone noise canceling
82+
83+
Similar option exists in vive console,
7884

7985
## Required kernel patches
8086

0 commit comments

Comments
 (0)