Pages:
Author

Topic: ATI Overdrive on Linux for 5850 and 5970? - page 2. (Read 13770 times)

sr. member
Activity: 434
Merit: 251
Every saint has a past. Every sinner has a future.
February 14, 2011, 10:41:22 AM
#3
Anyone knows how to overclock these on Linux? I have ATI Catalyst on Ubuntu, but it's missing the overdrive section that windoze has...

First,

Code:
aticonfig --od-enable

Then

Code:
aticonfig --od-setclocks=coreclock,memclock --adapter=num

where num is 0,1,2,... or "all".

Commit is for setting it permanently (it will clock at this value after restart)

Code:
aticonfig --odcc --adapter=all

This command checks the clock
Code:
aticonfig --odgc --adapter=all

And this one temperature:
Code:
aticonfig --odgt --adapter=all

The list of these commands is avalable by
Code:
aticonfig --help

To set the fan at 70%

Code:
aticonfig --pplib-cmd "set fanspeed 0 70"

If you have multicard display, you need to set
export DISPLAY=:0.num,

where num is GPU num before submiiting the set fanspeed command.

You're just impossible man. I sent a few coins again. Wink
full member
Activity: 238
Merit: 100
February 14, 2011, 09:55:47 AM
#2
Anyone knows how to overclock these on Linux? I have ATI Catalyst on Ubuntu, but it's missing the overdrive section that windoze has...

First,

Code:
aticonfig --od-enable

Then

Code:
aticonfig --od-setclocks=coreclock,memclock --adapter=num

where num is 0,1,2,... or "all".

Commit is for setting it permanently (it will clock at this value after restart)

Code:
aticonfig --odcc --adapter=all

This command checks the clock
Code:
aticonfig --odgc --adapter=all

And this one temperature:
Code:
aticonfig --odgt --adapter=all

The list of these commands is avalable by
Code:
aticonfig --help

To set the fan at 70%

Code:
aticonfig --pplib-cmd "set fanspeed 0 70"

If you have multicard display, you need to set
export DISPLAY=:0.num,

where num is GPU num before submiiting the set fanspeed command.





sr. member
Activity: 434
Merit: 251
Every saint has a past. Every sinner has a future.
February 14, 2011, 08:57:01 AM
#1
Anyone knows how to overclock these on Linux? I have ATI Catalyst on Ubuntu, but it's missing the overdrive section that windoze has...
Pages:
Jump to: