Page 1 of 1

"aticonfig --set-powerstate" How to make it perman

Posted: Wed Mar 07, 2007 5:53 pm
by dhave
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:

Code: Select all

aticonfig --set-powerstate=1
I've tried this:

Code: Select all

aticonfig --set-powerstate=1 --effective=startup
But it didn't take.
I've also tried adding this to the Device section of xorg.conf:

Code: Select all

Option "PowerState" "1"
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.

Posted: Wed Mar 07, 2007 10:41 pm
by K0LO
Does your distribution use the /etc/rc.local file? If so, you could put your command in there and it will be executed at bootup.

Posted: Thu Mar 08, 2007 8:17 am
by dhave
k0lo wrote:Does your distribution use the /etc/rc.local file? If so, you could put your command in there and it will be executed at bootup.
Thanks for your reply.

That's essentially what I've been doing. My distro is Gentoo, but since I'm running Xfce right now, I've just listed the command in Settings / Autostarted Applications.

If I don't find a better way to set the ati powerstate, I'll put a tiny script in /etc/init.d/ and then add to it boot or default with rc-update (which is how Gentoo handles this).

I was hoping I could find a way to tweak the driver without explicitly running the command at boot time, but the documented methods (see my original post) don't seem to work, at least not on my system.