-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgpufetch.1
47 lines (47 loc) · 1.6 KB
/
gpufetch.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH GPUFETCH "1" "August 2021" "gpufetch v0.10" "User Commands"
.SH NAME
gpufetch
.SH SYNOPSIS
.B gpufetch
[\fI\,OPTION\/\fR]...
.SH DESCRIPTION
Simple yet fancy GPU architecture fetching tool
.SH OPTIONS
.TP
\fB\-c\fR, \fB\-\-color\fR
Sets the color scheme (by default, gpufetch uses the system color scheme) See COLORS section for a more detailed explanation
.TP
\fB\-g\fR, \fB\-\-gpu\fR
Selects the GPU to use (default: 0)
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints gpufetch version and exit
.SS "COLORS:"
.IP
Color scheme can be set using a predefined color scheme or a custom one:
1. To use a predefined color scheme, the name of the scheme must be provided. Possible values are:
* "nvidia": Use NVIDIA default color scheme
2. To use a custom color scheme, 4 colors must be given in RGB with the format: R,G,B:R,G,B:...
The first 2 colors are the GPU art color and the following 2 colors are the text colors
.SS "EXAMPLES:"
.IP
Run gpufetch with NVIDIA color scheme:
.IP
\&./gpufetch \fB\-\-color\fR nvidia
.IP
Run gpufetch with a custom color scheme:
.IP
\&./gpufetch \fB\-\-color\fR 239,90,45:210,200,200:100,200,45:0,200,200
.SS "BUGS:"
.IP
Report bugs to https://github.com/Dr\-Noob/gpufetch/issues
.SS "NOTE:"
.IP
Peak performance information is NOT accurate. gpufetch computes peak performance using the max
frequency. However, to properly compute peak performance, you need to know the frequency of the
GPU running real code.
For peak performance measurement see: https://github.com/Dr\-Noob/peakperf