hashcat Forum
Nvida fan control of 2nd card - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: Hardware (https://hashcat.net/forum/forum-13.html)
+--- Thread: Nvida fan control of 2nd card (/thread-4640.html)



Nvida fan control of 2nd card - michelin - 08-27-2015

I've just installed ubuntu (14.04) and set up hashcat, now cracking benchmarks at close to double the speed on Win 10 for NetNTLM. So result there. But I cannot seem to find a way to control the fan speed of my second GPU (got device0 fan control working fine).

I  assume this is because it has no monitor attached - what's the best approach to solving this problem now? I recall putting dummy devices on was an approach at some point but hopefully there is an easier way now?

It is not to use headless this box, it will be used a linux workstation as well as occasional password cracking duties.

TNX


RE: Nvida fan control of 2nd card - epixoip - 08-27-2015

You need to generate a proper xorg.conf to fake having a monitor attached.

https://github.com/stricture/nvidia-drivers/blob/master/debian/nvidia-346.postinst#L219-L224


RE: Nvida fan control of 2nd card - michelin - 08-27-2015

And bingo it works Smile

Thanks for that.