Originally posted by Beryesa
View Post
Announcement
Collapse
No announcement yet.
TuxClocker 1.0 Released As An Alternative Way Of NVIDIA GPU Overclocking On Linux
Collapse
X
-
Originally posted by Keith Myers View PostI too wonder what is the supposed benefit of this app over the existing Nvidia X Server Settings application installed by default with the drivers. It is a GUI also and has all the capabilities of this TuxClocker application. It can set fan speeds and set the memory and core clock overclocks. You can set power limits via nvidia-smi and the command line.
Leave a comment:
-
Originally posted by Keith Myers View PostNot sure what you mean by 'parametrizing`. Fan speeds can be set on Auto, or use a slider to set the speed in the GUI. The X Server Settings app displays the 'slowdown' temp for the device. Not sure if this is equivalent to what you call shutdown temp.
- Likes 2
Leave a comment:
-
Not sure what you mean by 'parametrizing`. Fan speeds can be set on Auto, or use a slider to set the speed in the GUI. The X Server Settings app displays the 'slowdown' temp for the device. Not sure if this is equivalent to what you call shutdown temp.
The power limits can be set via nvidia-smi and the core and memory clocks and the fan speeds can be set by the nvidia-settings application. Both apps can be called in a script for example. This is the one I use on this daily driver for my BOINC computing.
Code:#!/bin/bash /usr/bin/nvidia-smi -pm 1 nvidia-smi -i 0 -pl 300 nvidia-smi -i 1 -pl 300 #nvidia-smi -i 2 -pl 200 /usr/bin/nvidia-settings -a "[gpu:0]/GPUPowerMizerMode=1" /usr/bin/nvidia-settings -a "[gpu:1]/GPUPowerMizerMode=1" #/usr/bin/nvidia-settings -a "[gpu:2]/GPUPowerMizerMode=1" /usr/bin/nvidia-settings -a "[gpu:0]/GPUFanControlState=1" /usr/bin/nvidia-settings -a "[fan:0]/GPUTargetFanSpeed=100" /usr/bin/nvidia-settings -a "[fan:1]/GPUTargetFanSpeed=100" /usr/bin/nvidia-settings -a "[gpu:1]/GPUFanControlState=1" /usr/bin/nvidia-settings -a "[fan:2]/GPUTargetFanSpeed=100" /usr/bin/nvidia-settings -a "[fan:3]/GPUTargetFanSpeed=100" #/usr/bin/nvidia-settings -a "[gpu:2]/GPUFanControlState=1" #/usr/bin/nvidia-settings -a "[fan:4]/GPUTargetFanSpeed=85" #/usr/bin/nvidia-settings -a "[fan:5]/GPUTargetFanSpeed=90" /usr/bin/nvidia-settings -a "[gpu:0]/GPUMemoryTransferRateOffset[4]=500" -a "[gpu:0]/GPUGraphicsClockOffset[4]=60" /usr/bin/nvidia-settings -a "[gpu:1]/GPUMemoryTransferRateOffset[4]=1000" -a "[gpu:1]/GPUGraphicsClockOffset[4]=60" #/usr/bin/nvidia-settings -a "[gpu:2]/GPUMemoryTransferRateOffset[4]=800" -a "[gpu:2]/GPUGraphicsClockOffset[4]=60"
- Likes 1
Leave a comment:
-
Originally posted by OneTimeShot View PostAt a guess there are two purposes for this: (1) Create a unified API to access power management across AMD/Intel/Nvidia. (2) Maybe someday there will be an Nvidia Open Source driver, so we need a OS GUI to control the fans.
The other reason is that there are a lot of programs that in the end do the same thing: monitor and change your hardware parameters. The plugin system facilitates multiple kinds of devices being supported in one program.
- Likes 4
Leave a comment:
-
Originally posted by Keith Myers View PostI too wonder what is the supposed benefit of this app over the existing Nvidia X Server Settings application
nvidia-settings also doesn't have parametrizing fan speed or other properties. Not sure it can load overclock settings from a profile for example but that's not easily discoverable at least.
- Likes 5
Leave a comment:
-
At a guess there are two purposes for this: (1) Create a unified API to access power management across AMD/Intel/Nvidia. (2) Maybe someday there will be an Nvidia Open Source driver, so we need a OS GUI to control the fans.
- Likes 2
Leave a comment:
-
I too wonder what is the supposed benefit of this app over the existing Nvidia X Server Settings application installed by default with the drivers. It is a GUI also and has all the capabilities of this TuxClocker application. It can set fan speeds and set the memory and core clock overclocks. You can set power limits via nvidia-smi and the command line.
Leave a comment:
-
I wonder if this can have a gray area module to use the broken signing hack
- Likes 5
Leave a comment:
-
It's not clear what the benefit is for NVIDIA users over NVIDIA's existing tools? Is it just because it has a GUI?
Leave a comment:
Leave a comment: