Update README

This commit is contained in:
Dr-Noob
2025-10-12 12:24:40 +02:00
parent b5f8139038
commit b788bb7476

View File

@@ -33,15 +33,16 @@ gpufetch is a command-line tool written in C++ that displays the GPU information
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [1. Support](#1-support) - [Table of contents](#table-of-contents)
- [2. Backends](#2-backends) - [1. Support](#1-support)
- [2.1 CUDA backend is not enabled. Why?](#21-cuda-backend-is-not-enabled-why) - [2. Backends](#2-backends)
- [2.2 The backend is enabled, but gpufetch is unable to detect my GPU](#22-the-backend-is-enabled-but-gpufetch-is-unable-to-detect-my-gpu) - [2.1 CUDA backend is not enabled. Why?](#21-cuda-backend-is-not-enabled-why)
- [3. Installation (building from source)](#3-installation-building-from-source) - [2.2 The backend is enabled, but gpufetch is unable to detect my GPU](#22-the-backend-is-enabled-but-gpufetch-is-unable-to-detect-my-gpu)
- [4. Colors](#4-colors) - [3. Installation (building from source)](#3-installation-building-from-source)
- [4.1 Specifying a name](#41-specifying-a-name) - [4. Colors](#4-colors)
- [4.2 Specifying the colors in RGB format](#42-specifying-the-colors-in-rgb-format) - [4.1 Specifying a name](#41-specifying-a-name)
- [5. Bugs or improvements](#5-bugs-or-improvements) - [4.2 Specifying the colors in RGB format](#42-specifying-the-colors-in-rgb-format)
- [5. Bugs or improvements](#5-bugs-or-improvements)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -49,14 +50,16 @@ gpufetch is a command-line tool written in C++ that displays the GPU information
gpufetch supports the following GPUs: gpufetch supports the following GPUs:
- **NVIDIA** GPUs (Compute Capability >= 2.0) - **NVIDIA** GPUs (Compute Capability >= 2.0)
- **AMD** GPUs (Experimental) (RDNA 3.0, CDNA 3.0)
- **Intel** iGPUs (Generation >= Gen6) - **Intel** iGPUs (Generation >= Gen6)
Only compilation under **Linux** is supported. Only compilation under **Linux** is supported.
## 2. Backends ## 2. Backends
gpufetch is made up of two backends: gpufetch is made up of three backends:
- CUDA backend - CUDA backend
- HSA backend
- Intel backend - Intel backend
Backends are enabled and disabled at **compile time**. When compiling gpufetch, check the CMake output to see which backends are enabled. Backends are enabled and disabled at **compile time**. When compiling gpufetch, check the CMake output to see which backends are enabled.
@@ -111,6 +114,7 @@ By default, `gpufetch` will print the GPU logo with the system color scheme. How
By specifying a name, gpufetch will use the specific colors of each manufacture. Valid values are: By specifying a name, gpufetch will use the specific colors of each manufacture. Valid values are:
- intel - intel
- amd
- nvidia - nvidia
``` ```