Skip to content

Commit 453f800

Browse files
committed
docs: add TODO readme
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
1 parent 6b0668f commit 453f800

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# TODO
2+
3+
## Installation
4+
5+
- Install dependencies
6+
- Compile `lensServer`
7+
- Run `make enable`, and hope it will work
8+
9+
## Required kernel patches
10+
11+
- Mark HMD as non-display (Otherwise SteamVR will not be able to occupy display) https://lore.kernel.org/linux-kernel/20220118170037.14584-1-iam@lach.pw/T/#u
12+
13+
- Support type VII timings in DisplayID (VIVE reports mode in them) https://lore.kernel.org/linux-kernel/20220118215956.17229-1-iam@lach.pw/T/#e4b19a91cc9229280cf333c88e82dc824947ab1e1

lensServer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "lens-server"
33
version = "0.1.0"
4-
authors = ["лач <iam@lach.pw>"]
4+
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
1010
libloading = "0.7.3"
1111
serde_json = "1.0.76"
12-
byteorder = "1.4.3"
12+
byteorder = "1.4.3"

0 commit comments

Comments
 (0)