You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ See `surface <subcommand> help` for more details.
26
26
27
27
_Hint:_ You can specify the subcommand by any unabiguous prefix of it, i.e. `surface perf` and `surface p` will both evaluate to `surface performance`.
28
28
29
+
## Prequisites
30
+
31
+
For this tool to work, you need a recent version of the [surface-acpi module][surface-acpi] e.g. via [Jake's kernel][surface-kernel] (for `latch` and `performance` sub-commands) and the [dGPU hot plug module][surface-shps] (for the `dgpu` sub-command).
32
+
29
33
## Installing
30
34
31
35
Have a look at the [releases](https://github.com/qzed/linux-surface-control/releases) page.
@@ -50,3 +54,7 @@ env CARGO_TARGET_DIR=target CARGO_INCREMENTAL=0 cargo deb
50
54
where setting `CARGO_TARGET_DIR` is required to output the generated auto-completion files at the correct location for cargo-deb to pick up.
51
55
52
56
The final package can be found in `target/debian`.
0 commit comments