diff options
Diffstat (limited to 'nvtop')
-rw-r--r-- | nvtop/interface.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/nvtop/interface.ini b/nvtop/interface.ini new file mode 100644 index 0000000..7752ed6 --- /dev/null +++ b/nvtop/interface.ini @@ -0,0 +1,44 @@ +; Please do not edit this file. +; The file is automatically generated and modified by nvtop by pressing F12. +; If you wish to modify an option, use nvtop's setup window (F2) and follow up by saving the preference (F12). +[GeneralOption] +UseColor = true +UpdateInterval = 500 +ShowInfoMessages = false + +[HeaderOption] +UseFahrenheit = false +EncodeHideTimer = 3.000000e+01 + +[ChartOption] +ReverseChart = false + +[ProcessListOption] +HideNvtopProcess = true +SortOrder = descending +SortBy = memory +DisplayField = gpuId +DisplayField = type +DisplayField = gpuRate +DisplayField = memory +DisplayField = cpuUsage +DisplayField = cpuMem +DisplayField = cmdline + +[Device] +Pdev = 0000:06:00.0 +Monitor = true +ShownInfo = gpuMemRate +ShownInfo = temperature +ShownInfo = powerDrawRate +ShownInfo = gpuClockRate + + +[Device] +Pdev = 0000:01:00.0 +Monitor = true +ShownInfo = gpuMemRate +ShownInfo = temperature +ShownInfo = powerDrawRate +ShownInfo = gpuClockRate + |