does ANYONE know how to oc under linux? ... anyone at all? ...
#crysx
"Coolbits" "#" needs to be set within the device section of the xorg.conf, then the PowerMizer setting becomes available in the NVIDIA X Server Settings.
"The Coolbits value is the sum of its component bits in the binary numeral system. The component bits are:
1 (bit 0) - Enables overclocking of older (pre-Fermi) cores on the Clock Frequencies page in nvidia-settings.
2 (bit 1) - When this bit is set, the driver will "attempt to initialize SLI when using GPUs with different amounts of video memory".
4 (bit 2) - Enables manual configuration of GPU fan speed on the Thermal Monitor page in nvidia-settings.
8 (bit 3) - Enables overclocking of Fermi and newer cores on the PowerMizer page in nvidia-settings. Available since version 337.12.[1]
16 (bit 4) - Enables overvoltage of Fermi and newer cores using nvidia-settings CLI options. Available since version 346.16.[2]
To enable multiple features, add the Coolbits values together. For example, to enable overclocking and overvoltage of Fermi cores, set Option "Coolbits" "24"."
It would look something like this:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "Coolbits" "8"
EndSection