aorus rx 580 8gb var anorak modlu 31mh/s sabit alıyorum sorunsuz. afterburner 1250/2200 -150mv ile GPU only draw da 107-108W görünüyor. VDDC 0,98. Sanırım voltaj ayarı için pek iyi değil afterburner. OverdriveNTool öneriyorlar ama nasıl kullanacağımı bilmiyorum, internetde de hiçbir kaynak bulamadım. proragmı açınca nereleri değiştirmemiz lazım, yardımcı olabilecek varmı? teşekkürler.
Birkaç deneme yaptım bilgisayar kitlendi yeniden baslatmak zorunda kaldım.
Sol kısımda gpu clock ve Sağ kısımda mem clock için ilgili frekansların yanına istediğin gerilim değerini yazacaksın.
Alt alta hem gpu hemde mem için px olarak belirtilen profillerde nasıl bir tüketim yapılacağı ile ilgili değerleri gireceksin.
Misal 1200 Mhz GPU 850 2250 Mhz mem 850 gibi 850 olarak belirtilen değer mv cinsinden gerilim değeri VDDC dediğin bu mv değerinin v olan pozitiv karılığı 850 mv = 0,850 v
Lakin OverdriveNTool ile yapılan ayarlar o oturum için geçerlidir. Makina yeniden başladığında ayarların gider.
Fakat oluşturacağın basit bir bash script ile makina yeniden başlatıldığında OverdriveNTool a command line ile ilgili kartın ilgili profiline önceki bir profilin uygulanmasını sağlayabilirisini.
Command Line:
-p[gpu_id]"Name"
apply profile "Name" to GPU with id=[gpu_id], silently
-c[gpu_id]"Name"
same as above, but with confirmation message that application started and everything went ok.
-r[gpu_id]
reset GPU with id=[gpu_id], silently
cp[gpu_id]"Name"
compare current values of GPU with id=[gpu_id] with profile "Name", and eventually set this profile if not equal, silently
cm[gpu_id]"Name"
compare current values of GPU with id=[gpu_id] with profile "Name", and eventually set this profile if not equal, with additional message if not equal found
co[gpu_id]"Name"
only compare current values of GPU with id=[gpu_id] with profile "Name", with message if not equal found
-consoleonly
displays all messages (eg. errors) in cmd.exe console window, instead of gui messages. Only commands that are put after -consoleonly are affected, example:
"OverdriveNTool.exe" -consoleonly -r0 -p0"1" -r1 -p1"1" -r2 -p2"2" - will affect all commands
"OverdriveNTool.exe" -r0 -p0"1" -r1 -consoleonly -p1"1" -r2 -p2"2" - will affect -p1"1" -r2 -p2"2" commands only
[gpu_id] - it's the first number taken from GPU description, for single video card it's 0
"Name" - name of the profile that was saved ealier, must be quoted if has spaces inside
example:
OverdriveNTool.exe -p0myProfile -p1"Profile 2"
In this example application starts without gui, then sets "myProfile" to GPU with id=0 and "Profile 2" to GPU with id=1 and then exit.
commands can be used all together, for example:
OverdriveNTool.exe -p0myProfile -r0 co1"Profile 1"
On configs with more than 10 GPUs [gpu_id] must have 2 digits, for GPUs 0-9 leading 0 must be added, example: 00,01,02,03,04,05,06,07,08,09,10,11,12. Usage example: -p05"Name"
It's possible to use * as [gpu_id], which means it affects all supported GPUs, example:
-r* -p*MyProfile -p2"Custom profile" cm*MyProfile