shuffle requirements, consolidate Linux notes
This commit is contained in:
parent
7e8e4a4ff2
commit
6ffd996fb7
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -15,11 +15,17 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP
|
|||
- Current
|
||||
- Target
|
||||
|
||||
*Note:* Tested _only_ on `RX6000` series cards -- will support more with help, please file an issue.
|
||||
*Note:* Tested _only_ on `RX6000` series cards; more may be supported. Please file an issue if incompatibility is found!
|
||||
|
||||
## Requirements
|
||||
Only `Linux` is supported. Information is _completely_ sourced from interfaces in `sysfs`.
|
||||
|
||||
It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable metrics.
|
||||
|
||||
This is assumed present for *control* over the elements being monitored. Untested without.
|
||||
|
||||
See [this Arch Wiki entry](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context.
|
||||
|
||||
### Python
|
||||
The Fedora base repositories provide the requirements with these packages:
|
||||
- `python3-humanfriendly`
|
||||
|
@ -27,11 +33,6 @@ The Fedora base repositories provide the requirements with these packages:
|
|||
|
||||
See [requirements.txt](requirements.txt) for other distributions
|
||||
|
||||
### Kernel
|
||||
It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable data collection.
|
||||
|
||||
This is assumed for *control* over the elements being monitored. Untested without. See [this](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context
|
||||
|
||||
## Screenshots
|
||||
|
||||
Main screen:
|
||||
|
|
Reference in a new issue