Add readme;
This commit is contained in:
parent
7cbdd96d68
commit
0305bf83f5
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# `setprof`
|
||||
|
||||
`setprof` is a CLI-utility for setting the combined power profiles of the host system.
|
||||
|
||||
```
|
||||
setprof <profile>
|
||||
```
|
||||
|
||||
This programme has only been tested on an Arch Linux system running an AMD Ryzen 7 3700X CPU combined with an AMD Radeon RX 5700 XT GPU.
|
||||
Support for other graphics cards (especially from NVIDIA) is not guaranteed.
|
||||
|
||||
## Built-in Profiles
|
||||
|
||||
The following profiles are built-in:
|
||||
|
||||
* `idle` for power-saving
|
||||
* `3d` for generic 3D rendering
|
||||
* `vr` for VR rendering
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue