Hey there,
atm I am running my 5830 @ 975/900 because this is the lowest memory clock aticonfig will let me go.
I am using a ubuntu 11 headless setup.
I've read that some ppl were able to lower the aticonfig threshold via AMDOverdriveCtrl, however I had no luck.
My config file looks similar to this:
<?xml version="1.0" encoding="utf-8"?>
<OVERDRIVE_PROFILE>
<PERFORMANCE_LEVEL level="2" gpu="97500" mem="30000" voltage="1160"/>
<PERFORMANCE_LEVEL level="1" gpu="55000" mem="15000" voltage="1038"/>
<PERFORMANCE_LEVEL level="0" gpu="15700" mem="15000" voltage="950"/>
<FAN_SETTING percentage="90"/>
</OVERDRIVE_PROFILE>
When I execute it it simply hangs while trying to apply the settings:
DISPLAY=:0.0 AMDOverdriveCtrl -b -i 0 odp_gpu0.conf
INF: Nr. of Adapters: 13
INF: Adapter index: 0, active, ID:24809776, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:24809776, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:24809776, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:25374400, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:25374400, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:25374400, ATI Radeon HD 5800 Series
INF: Adapter index: 6, active, ID:25938480, ATI Radeon HD 5800 Series
INF: Adapter index: 7, inact., ID:25938480, ATI Radeon HD 5800 Series
INF: Adapter index: 8, inact., ID:25938480, ATI Radeon HD 5800 Series
INF: Adapter index: 9, active, ID:26504608, AMD Radeon HD 6800 Series
INF: Adapter index: 10, inact., ID:26504608, AMD Radeon HD 6800 Series
INF: Adapter index: 11, inact., ID:26504608, AMD Radeon HD 6800 Series
INF: Adapter index: 12, inact., ID:26504608, AMD Radeon HD 6800 Series
INF: Adapter index 0 choosen.
INF: Nr. of Performance Levels: 3
INF: Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.95V
INF: Perf Level 1: GPU 600MHz Memory 900MHz Voltage 1.063V
INF: Perf Level 2: GPU 800MHz Memory 1000MHz Voltage 1.163V
ACT: Set fan speed to default
INF: Nr. of Displays to check 4
WRN: color temperature setting not supported.
ACT: Fan speed set to 90%
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.95V
ACT: SetOverdriveValues: Level 1: 550MHz, 300MHz, MHz, 1.038V
ACT: SetOverdriveValues: Level 2: 975MHz, 300MHz, MHz, 1.16V
There is actually no further output after the last line and the script continues to run (=> does not return to the shell).
Any ideas?