xorg: radeon: enable a conservative power profile (mid) by default
This commit is contained in:
parent
f4158a3687
commit
2020bd26fd
@ -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 ] || {
|
[ -e $XORGCONF ] || {
|
||||||
logmsg "$me" "error: "$"missing Xorg configuration file; aborting"
|
logmsg "$me" "error: "$"missing Xorg configuration file; aborting"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user