Bug 51370

Summary: Can't set power profile from boot
Product: xorg Reporter: Todor <mogop>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED NOTABUG QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Todor 2012-06-24 01:17:54 UTC
I'm using open source radeon driver I can't manage to set the power_profile on boot - I have to do it manually after login
I have added in /etc/rc.local

echo profile > /sys/class/drm/card0/device/power_method
echo low > /sys/class/drm/card0/device/power_profile
exit 0

http://www.overclock.net/t/731469/how-to-power-saving-with-the-radeon-driver

and try to boot a script as a service - doesn't work

Any Idea how to set a low/mid profile to the power_profile at boot ?

Linux 3.2.0-25-generic #40-Ubuntu x86_64 x86_64 GNU/Linux
Radeon Mobility HD4570 (RV710)
Comment 1 Alex Deucher 2012-06-26 10:27:53 UTC
Doing it via rc.local or something similar is the correct way to do it.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.