Bug 51370 - Can't set power profile from boot
Summary: Can't set power profile from boot
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 01:17 UTC by Todor
Modified: 2012-06-26 10:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.