mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
GPU: rename use-nvml to driver-specific
Because we are supporting drivers other than NVML
This commit is contained in:
+3
-3
@@ -1082,9 +1082,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"long": "gpu-use-nvml",
|
||||
"desc": "Use nvml (NVIDIA Management Library) to detect more detailed GPU information",
|
||||
"remark": "Detects memory usage, CUDA core count, etc. Requires NVIDIA proprietary driver installed",
|
||||
"long": "gpu-driver-specific",
|
||||
"desc": "Use driver specific method to detect more detailed GPU information (memory usage, core count, etc)",
|
||||
"remark": "Correctly NVML (NVIDIA) and IGCL (Intel, Windows only) are supported. Both require the latest proprietary driver to be installed",
|
||||
"arg": {
|
||||
"type": "bool",
|
||||
"optional": true,
|
||||
|
||||
Reference in New Issue
Block a user