Docs: Note that --gpu_type only works on Linux
This commit is contained in:
parent
d3bd8926b2
commit
c23194a5e8
3 changed files with 8 additions and 2 deletions
|
@ -215,6 +215,7 @@ gpu_brand="on"
|
|||
# Default: 'all'
|
||||
# Values: 'all', 'dedicated', 'integrated'
|
||||
# Flag: --gpu_type
|
||||
# Supports: Linux
|
||||
#
|
||||
# Example:
|
||||
# all:
|
||||
|
|
5
neofetch
5
neofetch
|
@ -3017,7 +3017,7 @@ INFO
|
|||
Possible values: current, min, max, bios,
|
||||
scaling_current, scaling_min, scaling_max
|
||||
|
||||
NOTE: This only support Linux with cpufreq.
|
||||
NOTE: This only supports Linux with cpufreq.
|
||||
|
||||
--cpu_shorthand type Shorten the output of CPU
|
||||
Possible values: name, speed, tiny, on, off
|
||||
|
@ -3046,6 +3046,9 @@ INFO
|
|||
Unsupported on Windows
|
||||
--gpu_brand on/off Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
|
||||
--gpu_type type Which GPU to display. (all, dedicated, integrated)
|
||||
|
||||
NOTE: This only supports Linux.
|
||||
|
||||
--gtk_shorthand on/off Shorten output of gtk theme/icons
|
||||
--gtk2 on/off Enable/Disable gtk2 theme/font/icons output
|
||||
--gtk3 on/off Enable/Disable gtk3 theme/font/icons output
|
||||
|
|
|
@ -26,7 +26,7 @@ Change the type of cpu speed to display.
|
|||
Possible values: current, min, max, bios,
|
||||
scaling_current, scaling_min, scaling_max
|
||||
.IP
|
||||
NOTE: This only support Linux with cpufreq.
|
||||
NOTE: This only supports Linux with cpufreq.
|
||||
.TP
|
||||
\fB\-\-cpu_shorthand\fR type
|
||||
Shorten the output of CPU
|
||||
|
@ -70,6 +70,8 @@ Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
|
|||
.TP
|
||||
\fB\-\-gpu_type\fR type
|
||||
Which GPU to display. (all, dedicated, integrated)
|
||||
.IP
|
||||
NOTE: This only supports Linux.
|
||||
.TP
|
||||
\fB\-\-gtk_shorthand\fR on/off
|
||||
Shorten output of gtk theme/icons
|
||||
|
|
Loading…
Reference in a new issue