Can we somehow change the pm settings as user? Or would it be "secure" enough letting a plasma applet change the values as root?
I am considering programming a plasma widget to change the pm settings.
Yes, evergreen is at the same level as previous generations.
Can we somehow change the pm settings as user? Or would it be "secure" enough letting a plasma applet change the values as root?
I am considering programming a plasma widget to change the pm settings.
You need to mount debugfs somewhere, like this :
Code:mkdir /debugfs mount -t debugfs debugfs /debugfs cat /debugfs/dri/0/radeon_pm_info
Well, for me it works...(r7xx, radeon 4550)...but it seems to slow to get back to normal temperature...I mean, even in low mode, the fan need at least 5 minutes to spin down again after playing a video.
And why are the PCIe lanes are always equals to 16 whatever the profile mode...?
The pcie lanes are only adjusted if the power profile requests it; not all profiles do.
And which profile does ? I thought "low" would be the one...
Just a question : is development for powersaving features done ? I mean, it still needs improvement, doesn't it ? Still not as good as the catalyst powerplay....
That's a very bad news indeed...so there is no way it would have someday the same behavior as the catalyst driver (without reflashing the bios) ? I mean what if the only way to reduce even more the energy consumption was to reduce the pcie lanes...it must be done somehow by the catalyst driver...or the dynamic clocking algorithm is different...
How is that bad news ? All it means is that the current open source power management doesn't do as much as fglrx power management, but that is hardly a revelation, and it says nothing about what can/will happen in the future.
Well, the code is open source, so you can reduce the number of pcie lanes yourself to find out. I played around with that a bit when power management was only in the user space driver and I did not find that reducing the number of pcie lanes resulted in lower power consumption, only to instability
FWIW I'm currently using fglrx at the moment and it's using all of the 16 pcie lanes with a HD 5750, regardless of the performance level.