xorg: radeon: enable a conservative power profile (mid) by default

This commit is contained in:
Silvan Calarco 2013-01-27 19:30:36 +01:00
parent f4158a3687
commit 2020bd26fd

View File

@ -486,6 +486,11 @@ fi
#
####################################
# radeon: enable a conservative power profile (mid) by default
if [ -e /sys/class/drm/card0/device/power_profile ]; then
echo mid > /sys/class/drm/card0/device/power_profile
fi
[ -e $XORGCONF ] || {
logmsg "$me" "error: "$"missing Xorg configuration file; aborting"
exit 1