-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended Support - NV Write Capability #94
Comments
Originally posted by @KeithMyers in #83 (comment) I was reading through the readme and saw the disclaimer that the utilities can only write to AMD cards. Would you consider adding that function to Nvidia cards? The other Nvidia utility that can write to their cards is nvidia-settings. It is included with the driver package also like nvidia-smi.
I first limit the power level to 200 W down from stock 225W or my 2080's. Then I set all the fans on the cards to 100% fan speed. Then I increase the memory clocks by 800Mhz and the core clocks to 40Mhz. The reason I increase the memory clocks is that all Nvidia consumer cards above entry level are hamstrung and penalized by the Nvidia drivers to run in P2 power state when the driver detects the card running a compute load. So I add the 800Mhz of memory clock on top of the default penalized P2 memory clock to get the card running at its normal P0 power state clocks if the card was simply driving a gaming graphics load. The additional 40Mhz of core clocks is really just a token bump. The card will already run at its highest core clock based on the thermal and power limit headroom the card has and is already managed by the default firmware GPU Boost 3.0 algorithm running. I am just providing some examples of the possibility of controlling and writing parameter changes to Nvidia cards. Not actually requesting you add those functions. Up to you to decide if you want to tackle that. |
Considering extending capabilities to support of NV to gpu-pac.
The text was updated successfully, but these errors were encountered: