From f11bae54bc26e2969ab1413995baeae472e75b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Sat, 3 Dec 2011 15:31:29 +0100 Subject: [PATCH] set_radeon_powersave: fixed profile name --- tune-profiles/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tune-profiles/functions b/tune-profiles/functions index fc58775..6b99ac3 100644 --- a/tune-profiles/functions +++ b/tune-profiles/functions @@ -267,7 +267,7 @@ disable_snd_ac97_powersave() { # # Power savings settings for Radeon -# usage: set_radeon_powersave dynpm | default | low | med | high +# usage: set_radeon_powersave dynpm | default | low | mid | high set_radeon_powersave () { [ -e /sys/class/drm/card0/device/power_method ] || return if [ "$1" = default -o "$1" = auto -o "$1" = low -o "$1" = med -o "$1" = high ]; then