"aticonfig --set-powerstate" How to make it perman
Posted: Wed Mar 07, 2007 5:53 pm
In Linux, I've pretty much decided that the only way to get ATI's PowerPlay feature to use a non-default powerstate and to make the change persistent is to autorun this command at boot time:
I've tried this:
But it didn't take.
I've also tried adding this to the Device section of xorg.conf:
But that didn't work, either.
Of course, I can always set the powerstate on the fly, but I wanted to keep the powersaving setting as my new default.
If anybody knows of a more elegant solution, I'd like to know.
BTW, I'm using the newest ATI proprietary drivers (8.34.08).
Thanks.
Code: Select all
aticonfig --set-powerstate=1Code: Select all
aticonfig --set-powerstate=1 --effective=startupI've also tried adding this to the Device section of xorg.conf:
Code: Select all
Option "PowerState" "1"Of course, I can always set the powerstate on the fly, but I wanted to keep the powersaving setting as my new default.
If anybody knows of a more elegant solution, I'd like to know.
BTW, I'm using the newest ATI proprietary drivers (8.34.08).
Thanks.