Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
scryptr
on 08/09/2015, 17:25:22 UTC
Or maybe on windows it's different...

Yeps. On Windows it is extremely simple to set fixed clocks, fans, overclocking, so you can easily have a "benchmark platform".

With a headless Linux system I don't think there's any solution for fixed fans yet, others might know differently. I previously had fixed fans and clocks on Linux, but I perfectly recall that I specifically had to configure/attach a monitor in order to get that working at the time.

to set the fan on linux just test this

https://gist.github.com/squadbox/e5b5f7bcd86259d627ed

Thanks, but I fear it needs a monitor or the x session will not start... Or will it?

NOT ANY MORE--

If you have one of the latest driver packages, you can use nvidia-config to enable cards without monitors to be adjusted:

"sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration" (Source: https://bitcointalk.org/index.php?topic=826901.msg12279696#msg12279696)

The numbeer "28" is a bitsum that signifies clocks, fanspeed, and power controls.

This was in this thread, earlier. I think that "-a" and the longer "--allow-empty-initial-configuration" are equivalent. THEY ARE NOT EQUIVALENT!  Command "-a"  = "--enable-all-gpus"  

--scryptr