shoula1 (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 10, 2011, 08:17:35 AM |
|
how you underclock memory if you have 3 gpu's? i want to change memory clock for all 3 gpu not only first one
|
|
|
|
RaTTuS
|
|
June 10, 2011, 08:21:33 AM |
|
which software are you using?
|
In the Beginning there was CPU , then GPU , then FPGA then ASIC, what next I hear to ask ....
1RaTTuSEN7jJUDiW1EGogHwtek7g9BiEn
|
|
|
shoula1 (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 10, 2011, 08:27:20 AM |
|
which software are you using?
i did try amd fusion, trixx, MSI afterburner
|
|
|
|
cactusMD
Newbie
Offline
Activity: 24
Merit: 0
|
|
June 10, 2011, 10:20:00 AM |
|
i also want to know how to down-clock memory for multiple GPU
go into BIOS and mess with the settings
|
|
|
|
RaTTuS
|
|
June 10, 2011, 10:22:55 AM |
|
|
In the Beginning there was CPU , then GPU , then FPGA then ASIC, what next I hear to ask ....
1RaTTuSEN7jJUDiW1EGogHwtek7g9BiEn
|
|
|
drcoin
Newbie
Offline
Activity: 12
Merit: 0
|
|
June 10, 2011, 10:35:20 AM |
|
Change the master card selected in MSI Afterburner (settings -> master graphics processor selection).
|
|
|
|
shoula1 (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 10, 2011, 06:14:40 PM |
|
Change the master card selected in MSI Afterburner (settings -> master graphics processor selection).
only works to get at 500 not 180
|
|
|
|
TechieGuy
Newbie
Offline
Activity: 6
Merit: 0
|
|
June 10, 2011, 06:31:12 PM |
|
For MSI Afterburner, move the memory slider to 500, and then close down and restart MSI Afterburner. You should now be able to move the slider to 250. Each time you adjust the slider lower, MSI Afterburner will adjust the slider values when it is closed and restarted.
|
|
|
|
innervisi0nn
Member
Offline
Activity: 98
Merit: 10
Tutorials, guidelines, optimizations for all!
|
|
June 10, 2011, 06:34:10 PM |
|
make sure you have msi afterburner...then..
[ATIADLHAL] UnofficialOverclockingEULA = I confirm that I am aware of unofficial overclocking limitations and fully understand that MSI will not provide me any support on it UnofficialOverclockingMode = 1 AccessibilityCheckingPeriod = 0
It's in the bottom of the MSIAfterburner.cfg file. Should be located in the folder where you installed MSI Afterburner
|
|
|
|
Uzza
Newbie
Offline
Activity: 35
Merit: 0
|
|
June 10, 2011, 06:43:07 PM |
|
Change the master card selected in MSI Afterburner (settings -> master graphics processor selection).
only works to get at 500 not 180 Switch the master cards again, and the application should update the slider for the new clock setting.
|
|
|
|
huayra.agera
|
|
June 10, 2011, 06:56:10 PM |
|
When you use Trixx, under settings, choose or make sure to check Synchronize for Multi-GPU config. Make sure to also download the latest version 4.0.1. I did not have issues even with crossfired setups. Using AMD Catalyst 11.6 RC2 and OCL 2.4 SDK.
|
BTC: 1JMPScxohom4MXy9X1Vgj8AGwcHjT8XTuy
|
|
|
shoula1 (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 10, 2011, 09:49:52 PM |
|
Using AMD Catalyst 11.6 RC2
the install fails for me
|
|
|
|
supa
Copper Member
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 10, 2011, 10:23:54 PM |
|
You don't get the aticonfig command line program in Windows?
|
|
|
|
shoula1 (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 10, 2011, 10:33:56 PM |
|
You don't get the aticonfig command line program in Windows?
do you mean clocktweak ?
|
|
|
|
darkpandora
Member
Offline
Activity: 98
Merit: 10
|
|
June 10, 2011, 10:35:20 PM |
|
You don't get the aticonfig command line program in Windows?
is it possible to underclock memory in linux ubuntu? i have problem overclocking gpu and undrclocking memory on ubuntu.
|
K U R D I S T A N K U R D I S T A N K U R D I S T A N
|
|
|
faille
Newbie
Offline
Activity: 38
Merit: 0
|
|
June 10, 2011, 10:37:46 PM |
|
Is it possibly to keep a main card at higher memory and other cards at lower memory? I'm putting a gaming / mining rig together and I want one card able to game, but the other 2 will be dedicated to mining.
|
|
|
|
supa
Copper Member
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 10, 2011, 10:39:34 PM |
|
No, not clocktweak.
There's an aticonfig binary in Linux. Here's an example of how to use it:
aticonfig --odgc
This will print your available GPUs and their usable ranges.
aticonfig --odsc 1025,300
This will set your CPU clock to 1025, memory to 300.
aticonfig --odcc
This commits the change you just made. The command above has little to no effect without this.
I assumed this was available in Windows, but I guess not.
You can get an Ubuntu package of AMDOverDriveCtrl that will let you (sometimes) set values above and below the floor/ceiling shown by aticonfig.
|
|
|
|
darkpandora
Member
Offline
Activity: 98
Merit: 10
|
|
June 10, 2011, 10:41:57 PM |
|
No, not clocktweak.
There's an aticonfig binary in Linux. Here's an example of how to use it:
aticonfig --odgc
This will print your available GPUs and their usable ranges.
aticonfig --odsc 1025,300
This will set your CPU clock to 1025, memory to 300.
aticonfig --odcc
This commits the change you just made. The command above has little to no effect without this.
I assumed this was available in Windows, but I guess not.
You can get an Ubuntu package of AMDOverDriveCtrl that will let you (sometimes) set values above and below the floor/ceiling shown by aticonfig.
thanks will this work on my 6990? and how and where do i get AMDOverDriveCtrl?
|
K U R D I S T A N K U R D I S T A N K U R D I S T A N
|
|
|
|
darkpandora
Member
Offline
Activity: 98
Merit: 10
|
|
June 10, 2011, 11:20:45 PM |
|
o thanks do you how i download it and install it with SSH? i don't have monitor and keyboard on my mining rig.. sorry for off topic posts.
|
K U R D I S T A N K U R D I S T A N K U R D I S T A N
|
|
|
|