CCMINER STATS--
@T-Nelson-- Your Linux CCminer displays stats differently than sp_'s version. I get Temperature, Fan Percent, and "c=0/0". What is the third statistic? --scryptr
C=graphics clock/memory clock
If you're getting 0, it means it's not supported on your cards. Which chipset?
Yup, that's some additions since sp_ cut a release. Just cosmetics AFAIK.
I added that. It's very useful to me since my cards throttle easily. If you have fixed clocks it might look boring, still you can detect throttle and other strange behaviors in case there is some issue.
You can set the clocks with the current release on windows(release 68). (I use the nvidia-smi.exe file) But the clocks can only be set if the card is in the correct P state. So the program needs to change the pstate as well as changing the clock:
1. Change pstate to 2 and change the memclock
2. change pstate to 0 and change the gpuclock.
Don't remember wich state that allow you to set the clocks, but different p state for memclock and gpuclock.
NVIDIA has cut support for the API in x86 builds, thats why I call the external nvidia-smi exe file directly.-
check in the helpfile:
--gpu-memclock
--gpu-engine
I want to implent the change in pstate automaticly. Then overclocking will work on the 750ti as well. Just like in sgminer.. No need for external tools..