Je souhaite qu'au démarrage nvidia-settings configure automatiquement les fréquences de mon GPU. Seulement j'ai deux problèmes principaux (et un autre petit) :
- Le premier, il m'est impossible de changer la valeur, peu importe ce que je mets, j'ai toujours un message d'erreur :
Code : Tout sélectionner
[perru@perru ~]$ optirun nvidia-settings -c :8 -a GPU2DClockFreqs=101,101;
ERROR: Error assigning value 6619237 to attribute 'GPU2DClockFreqs' (perru:8.0)
as specified in assignment 'GPU2DClockFreqs=101,101' (Unknown Error).
ERROR: Error assigning value 6619237 to attribute 'GPU2DClockFreqs'
(perru:8[gpu:0]) as specified in assignment 'GPU2DClockFreqs=101,101'
(Unknown Error).
Code : Tout sélectionner
[perru@perru ~]$ optirun nvidia-settings -c :8 -a GPU2DClockFreqs=951,5001
The valid values for 'GPU2DClockFreqs' are in the ranges 101 - 405, 101 -
486 (inclusive).
'GPU2DClockFreqs' can use the following target types: X Screen, GPU.
The valid values for 'GPU2DClockFreqs' are in the ranges 101 - 405, 101 -
486 (inclusive).
'GPU2DClockFreqs' can use the following target types: X Screen, GPU.
Code : Tout sélectionner
optirun nvidia-settings -c :8 --load-config-only
optirun nvidia-settings -c :8 -a GPUOverclockingState=1
optirun nvidia-settings -c :8 -a GPU2DClockFreqs=951,5001
optirun nvidia-settings -c :8 -a GPU3DClockFreqs=951,5001
optirun nvidia-settings -c :8 -a [gpu:0]/GPUPowerMizerMode=1
Merci par avance pour votre aide.