From 03947ffb274999dbc6601fb0cb1000018431892e Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 29 Aug 2023 21:55:49 -0500 Subject: [PATCH] readme: spacing --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e822339..0d082bd 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ # amdgpu_stats -A Python module/TUI for AMD GPU statistics +A Python module/TUI for AMD GPU statistics. +Tested _only_ on `RX6000` series cards and _(less so)_ with Ryzen CPU iGPUs. -Tested _only_ on `RX6000` series cards; APUs and more _may_ be supported. Please file an issue if finding incompatibility! +Please file an issue if finding incompatibility! ## Screenshots
Main screen / stats + ![Screenshot of the main stats table](https://git.init3.us/BraveTraveler/amdgpu_stats/raw/branch/master/screens/main.svg "Main screen")
Usage graphs + ![Screenshot of the 'graphing' scroll bars](https://git.init3.us/BraveTraveler/amdgpu_stats/raw/branch/master/screens/graphs.svg "Graphs")
Logs + ![Screenshot of the 'Logs' tab pane](https://git.init3.us/BraveTraveler/amdgpu_stats/raw/branch/master/screens/logs.svg "Logs")