Author

Topic: Command-line ATI Overdrive Utility (with memory adjustments)? (Read 2927 times)

full member
Activity: 156
Merit: 100
I manually set FAN_SETTING percentage and FAN_CTRL enabled to no then removed everything else below that.

Code:

  
  
  
  
  




Wait, where did you set this?
sr. member
Activity: 392
Merit: 250
So if I set the core and memory clocks using amdoverdrivectrl, the settings don't persist?


--odcc is supposed to commit clock speeds, I have never used it. I don't think it will work while using amdoverdrivectrl to lower the mem clock below the standard bios limit though. That's why I have it in a shell script.
full member
Activity: 238
Merit: 100
So if I set the core and memory clocks using amdoverdrivectrl, the settings don't persist?
sr. member
Activity: 392
Merit: 250
I manually set FAN_SETTING percentage and FAN_CTRL enabled to no then removed everything else below that.

Code:

  
  
  
  
  


then made a shell script to run overdrive on each card

Code:

export DISPLAY=:0.0
aticonfig --od-enable
AMDOverdriveCtrl -b -i 0 AMDOverDrive
AMDOverdriveCtrl -b -i 3 AMDOverDrive
AMDOverdriveCtrl -b -i 6 AMDOverDrive

works from an ssh session just fine as long as X, fglrx, and opencl are working properly

and once it's enabled aticonfig --odgc --adapter=all should show the memory going all the way down to the lowest point and be changeable with --odsc
sr. member
Activity: 406
Merit: 251
I've been hacking on glakkeclock a bit. I can manually set mem clocks outside BIOS limits but still have adapter index issues and core clock settings still need work. I just noted he submitted some changes over last few days which may fix some of these issues that I have been working on in my tree. Jump in and help out if you can. It uses the ADL SDK.

https://github.com/Glakke/glakkeclock
hero member
Activity: 1330
Merit: 502
Vave.com - Crypto Casino
ist easier to just flash the cards with the OC/mem underclock clocks???
hero member
Activity: 560
Merit: 517
Is there a command-line driven ATI OverDrive Utility that allows properly adjusting the memory clock? aticonfig won't let me set the memory clock lower than the default 1000. So far I have used AMDOverdriveCtrl to set everything up, and it's great, but it requires a GUI. I want to be able to SSH into the rigs and set everything up, or even script stuff.

EDIT: Oh, looks like AMDOverdriveCtrl lets you run a "batch-mode" and specify a profile. That's pretty decent for scripting. Not ideal, but a good work around.
Jump to: