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